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