com.gomjabbar.meta.ref
Class FieldRef

java.lang.Object
  |
  +--com.gomjabbar.meta.ref.Ref
        |
        +--com.gomjabbar.meta.ref.MemberRef
              |
              +--com.gomjabbar.meta.ref.FieldRef
All Implemented Interfaces:
java.lang.Comparable

public class FieldRef
extends MemberRef


Fields inherited from class com.gomjabbar.meta.ref.Ref
ID_BEG, ID_END, ID_SEP
 
Constructor Summary
FieldRef(ClassRef parent_class, java.lang.String field_name, TypeRef type)
           
 
Method Summary
 TypeRef getType()
           
 
Methods inherited from class com.gomjabbar.meta.ref.MemberRef
getId, getName, getParent, toString
 
Methods inherited from class com.gomjabbar.meta.ref.Ref
compareTo, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldRef

public FieldRef(ClassRef parent_class,
                java.lang.String field_name,
                TypeRef type)
Method Detail

getType

public TypeRef getType()