All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----epp.Type | +----epp.PrimitiveType
PrimitiveType
class is a Type
that describes
a primitive type.
Creating instances of PrimitiveType
is not recommended
for plug-in programmers.
Primitive types should be described using static variables of the
Type
class (for example, Type.Tint
).
public PrimitiveType(Symbol tag)
public boolean isPrimitiveType()
public Tree toTree()
public String toString()
All Packages Class Hierarchy This Package Previous Next Index