com.gomjabbar.meta.ref
Class TypeRef
java.lang.Object
|
+--com.gomjabbar.meta.ref.Ref
|
+--com.gomjabbar.meta.ref.TypeRef
- All Implemented Interfaces:
- java.lang.Comparable
- public class TypeRef
- extends Ref
Constructor Summary |
TypeRef(ClassRef cr,
int array_dimension,
boolean isPrimitive)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TypeRef
public TypeRef(ClassRef cr,
int array_dimension,
boolean isPrimitive)
getComponentType
public ClassRef getComponentType()
getName
public java.lang.String getName()
- Overrides:
getName
in class Ref
isPrimitive
public boolean isPrimitive()