| Constructor and Description |
|---|
VarExpr(int index,
Type type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DefExpr |
def()
Returns the expression that defines this expression.
|
int |
index() |
void |
setIndex(int index) |
addUse, cleanupOnly, hasUse, isDef, removeUse, uses, versionclone, comparator, copyInto, equalsExpr, exprHashCode, setDef, setType, stmt, typeblock, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visit, visitChildren, visitForceChildren, visitOnlypublic VarExpr(int index,
Type type)
index - Index giving location of expression. For instance, the number
local variable represented or the position of the stack
variable represented.type - Type (descriptor) of this expression.