public class IfZeroStmt extends IfStmt
| Constructor | Description |
|---|---|
IfZeroStmt(int comparison,
Expr expr,
Block trueTarget,
Block falseTarget) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
Expr |
expr() |
|
void |
visit(TreeVisitor visitor) |
|
void |
visitForceChildren(TreeVisitor visitor) |
Visit the children of this node.
|
comparison, falseTarget, negate, setFalseTarget, setTrueTarget, trueTargetcatchTargets, copyIntoblock, cleanup, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcleanupOnlypublic IfZeroStmt(int comparison,
Expr expr,
Block trueTarget,
Block falseTarget)
comparison - Comparison operator.expr - An expression to be evaluated.trueTarget - Basic Block that is executed if the expression evaluates to
zero.falseTarget - Basic Block that is executed if the expression evaluates to
non-zero.public Expr expr()
public void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Nodepublic void visit(TreeVisitor visitor)