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

Constructor Index

 o FieldInfo(Tree[], Type, Symbol)

Method Index

 o getType()
Returns the type of the current field.
 o toString()
Converts the current FieldInfo into a human readable string.

Constructors

 o FieldInfo
 public FieldInfo(Tree modifiers[],
                  Type type,
                  Symbol name)

Methods

 o getType
 public Type getType()
Returns the type of the current field.

 o 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