public class StaticFieldExpr extends MemRefExpr
| Constructor and Description |
|---|
StaticFieldExpr(MemberRef field,
Type type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
equalsExpr(Expr other)
Compares this expression to another.
|
int |
exprHashCode()
Returns the hash code for this expresion.
|
MemberRef |
field() |
void |
visit(TreeVisitor visitor) |
void |
visitForceChildren(TreeVisitor visitor)
Visit the children of this node.
|
addUse, cleanupOnly, hasUse, isDef, removeUse, uses, versioncomparator, copyInto, def, setDef, setType, stmt, typeblock, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlypublic MemberRef field()
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.