All Packages Class Hierarchy This Package Previous Next Index
Class epp.VarInfo
java.lang.Object
|
+----epp.VarInfo
- public class VarInfo
- extends Object
クラス VarInfo は、型チェックパスにおいて、
変数の情報を表現します。.
- See Also:
- VarEnv
-
VarInfo(Tree[], Type)
-
-
modifiers()
- 変数宣言に付けられた modifiers を返します。.
-
type()
- 変数の型を返します。.
VarInfo
public VarInfo(Tree modifiers[],
Type type)
type
public Type type()
- 変数の型を返します。.
modifiers
public Tree[] modifiers()
- 変数宣言に付けられた modifiers を返します。.
All Packages Class Hierarchy This Package Previous Next Index