|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--comp.VarDef
Represents a variable definition in a given Scope. A variable has a type, is possibly a parameter, and knows its offset into the current frame.
Field Summary | |
(package private) boolean |
isParm
|
(package private) int |
offset
|
(package private) Type |
type
|
Constructor Summary | |
(package private) |
VarDef(boolean isParm,
int offset,
Type t)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
Type type
boolean isParm
int offset
Constructor Detail |
VarDef(boolean isParm, int offset, Type t)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |