public abstract class CheckExpr extends Expr
RCExpr,
UCExpr,
ZeroCheckExpr| Constructor and Description |
|---|
CheckExpr(Expr expr,
Type type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsExpr(Expr other)
Compares this expression to another.
|
Expr |
expr()
Returns the expression being checked.
|
int |
exprHashCode()
Returns the hash code for this expresion.
|
void |
visitForceChildren(TreeVisitor visitor)
Visit the children of this node.
|
cleanupOnly, clone, comparator, copyInto, def, isDef, setDef, setType, stmt, typeblock, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visit, visitChildren, visitOnlypublic void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Nodepublic Expr expr()
public int exprHashCode()
ExprexprHashCode in class Exprpublic boolean equalsExpr(Expr other)
ExprequalsExpr in class Exprother - Expr to which to compare this.