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


Fields inherited from class com.gomjabbar.meta.ref.Ref
ID_BEG, ID_END, ID_SEP
 
Constructor Summary
TypeRef(ClassRef cr, int array_dimension, boolean isPrimitive)
           
 
Method Summary
 ClassRef getComponentType()
           
 java.lang.String getName()
           
 boolean isPrimitive()
           
 
Methods inherited from class com.gomjabbar.meta.ref.Ref
compareTo, equals, getId, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeRef

public TypeRef(ClassRef cr,
               int array_dimension,
               boolean isPrimitive)
Method Detail

getComponentType

public ClassRef getComponentType()

getName

public java.lang.String getName()
Overrides:
getName in class Ref

isPrimitive

public boolean isPrimitive()