|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--VariableReference
The primary purpose of this class is to serve as an entry in VariableTable.
| Field Summary | |
java.lang.String |
name
The name of the variable |
int |
value
The value of the variable |
| Constructor Summary | |
VariableReference(java.lang.String s)
Calls VariableReference(String, int) with s and
0. |
|
VariableReference(java.lang.String s,
int i)
|
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public java.lang.String name
public int value
| Constructor Detail |
public VariableReference(java.lang.String s)
VariableReference(String, int) with s and
0. Thereby making the default value for a VariableReference 0.s - name for the reference
public VariableReference(java.lang.String s,
int i)
s - name for the referencei - value for the reference
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||