org.inxar.jenesis
Interface ArrayType

All Superinterfaces:
Codeable, Type

public interface ArrayType
extends Type

Type subinterface for array types.


Fields inherited from interface org.inxar.jenesis.Type
ARRAY, BOOLEAN, BYTE, CHAR, CLASS, DOUBLE, FLOAT, INT, LONG, NULL, SHORT, VOID
 
Method Summary
 Type getComponentType()
          Gets the component type
 int getDims()
          Gets the number of dimensions of this array type.
 
Methods inherited from interface org.inxar.jenesis.Type
isArray, isPrimitive, type
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

getComponentType

public Type getComponentType()
Gets the component type

getDims

public int getDims()
Gets the number of dimensions of this array type.