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

Constructor Index

 o VarInfo(Tree[], Type)

Method Index

 o modifiers()
Returns the modifier attached to the variable declaration.
 o type()
Returns the type of a variable.

Constructors

 o VarInfo
 public VarInfo(Tree modifiers[],
                Type type)

Methods

 o type
 public Type type()
Returns the type of a variable.

 o modifiers
 public Tree[] modifiers()
Returns the modifier attached to the variable declaration.


All Packages  Class Hierarchy  This Package  Previous  Next  Index