Class RCExpr
java.lang.Object
EDU.purdue.cs.bloat.tree.Node
EDU.purdue.cs.bloat.tree.Expr
EDU.purdue.cs.bloat.tree.CheckExpr
EDU.purdue.cs.bloat.tree.RCExpr
- All Implemented Interfaces:
Cloneable
RCExpr represents a residency check.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanequalsExpr(Expr other) Compares this expression to another.voidvisit(TreeVisitor visitor) Methods inherited from class CheckExpr
expr, exprHashCode, visitForceChildrenMethods inherited from class Expr
cleanupOnly, comparator, copyInto, def, isDef, setDef, setType, stmt, typeMethods inherited from class Node
block, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnly
-
Constructor Details
-
RCExpr
-
-
Method Details
-
visit
-
equalsExpr
Description copied from class:ExprCompares this expression to another.- Overrides:
equalsExprin classCheckExpr- Parameters:
other- Expr to which to compare this.
-
clone
-