java.lang.Cloneablepublic class StackExpr extends VarExpr
| Constructor | Description |
|---|---|
StackExpr(int index,
Type type) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
boolean |
equalsExpr(Expr other) |
Compares this expression to another.
|
int |
exprHashCode() |
Returns the hash code for this expresion.
|
void |
visit(TreeVisitor visitor) |
|
void |
visitForceChildren(TreeVisitor visitor) |
Visit the children of this node.
|
addUse, cleanupOnly, hasUse, isDef, removeUse, uses, versioncomparator, copyInto, setDef, setType, stmt, typeblock, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlypublic StackExpr(int index,
Type type)
index - Location (offset) in stack of the information to which the
expression refers. Index 0 represents the bottom of the stack.type - The type of this expression.public void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Nodepublic void visit(TreeVisitor visitor)
public int exprHashCode()
ExprexprHashCode in class Exprpublic boolean equalsExpr(Expr other)
ExprequalsExpr in class Exprother - Expr to which to compare this.