00001 package zephyr.plugin.core.api.internal.codeparser.codetree; 00002 00003 public interface AbstractPrimitives { 00004 public int size(); 00005 }