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