|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectValue
LValue
LValue is a specialized Value extension to represent the address-valued result of evaluating a memory designator. Any variable or designator expression used in an l-value context is represented as an LValue.
| Field Summary |
| Fields inherited from class Value |
type, val |
| Constructor Summary | |
LValue(java.lang.Object val,
TypeNode type)
|
|
| Method Summary | |
int |
getVal()
Return the value of this as an integer address. |
| Methods inherited from class Value |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LValue(java.lang.Object val,
TypeNode type)
| Method Detail |
public int getVal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||