All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class epp.FieldInfo
java.lang.Object
   |
   +----epp.MemberInfo
           |
           +----epp.FieldInfo
  -  public class FieldInfo
  -  extends MemberInfo
TheFieldInfo class holds information on fields of a class.
    -  See Also:
    
-  ClassInfo
   
  -   FieldInfo(Tree[], Type, Symbol) FieldInfo(Tree[], Type, Symbol)
-  
   
  -   getType() getType()
-  Returns the type of the current field.
  
-   toString() toString()
-  Converts the current FieldInfointo a human readable string.
   
 FieldInfo
FieldInfo
 public FieldInfo(Tree modifiers[],
                  Type type,
                  Symbol name)
   
 getType
getType
 public Type getType()
  -  Returns the type of the current field.
 
 toString
toString
 public String toString()
  -  Converts the current FieldInfointo a human readable string.
This method is for debugging.
   
- 
    -  Overrides:
    
-  toString in class MemberInfo
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index