All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----epp.Type | +----epp.ArrayType
ArrayType
class is a Type
that describes
an :arrayOf
type.
public ArrayType(Type componentType)
public Type getComponentType()
if (type.tag() == :arrayOf){ Type t = ((ArrayType)type).getComponentType(); ...; }
public Tree toTree()
public String toString()
All Packages Class Hierarchy This Package Previous Next Index