All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class epp.VarInfo
java.lang.Object
   |
   +----epp.VarInfo
  -  public class VarInfo
  -  extends Object
TheVarInfo class expresses information of a variable within
the type checking pass.
    -  See Also:
    
-  VarEnv
   
  -   VarInfo(Tree[], Type) VarInfo(Tree[], Type)
-  
   
  -   modifiers() modifiers()
-  Returns the modifier attached to the variable declaration.
  
-   type() type()
-  Returns the type of a variable.
   
 VarInfo
VarInfo
 public VarInfo(Tree modifiers[],
                Type type)
   
 type
type
 public Type type()
  -  Returns the type of a variable.
 
 modifiers
modifiers
 public Tree[] modifiers()
  -  Returns the modifier attached to the variable declaration.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index