public class UCExpr extends CheckExpr
| Constructor and Description |
|---|
UCExpr(Expr expr,
int kind,
Type type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
equalsExpr(Expr other)
Compares this expression to another.
|
int |
kind() |
void |
visit(TreeVisitor visitor) |
expr, exprHashCode, visitForceChildrencleanupOnly, comparator, copyInto, def, isDef, setDef, setType, stmt, typeblock, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlypublic static final int POINTER
public static final int SCALAR
public int kind()
public void visit(TreeVisitor visitor)
public boolean equalsExpr(Expr other)
ExprequalsExpr in class CheckExprother - Expr to which to compare this.