org.inxar.jenesis
Interface ClassType

All Superinterfaces:
Codeable, Type

public interface ClassType
extends Type

Type subinterface for class types.


Fields inherited from interface org.inxar.jenesis.Type
ARRAY, BOOLEAN, BYTE, CHAR, CLASS, DOUBLE, FLOAT, INT, LONG, NULL, SHORT, VOID
 
Method Summary
 java.lang.String getName()
          Gets the name of this class 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

getName

public java.lang.String getName()
Gets the name of this class type.