public class SCStmt extends Stmt
| Modifier and Type | Method and Description |
|---|---|
Expr |
array() |
java.lang.Object |
clone() |
Expr |
index() |
boolean |
redundant() |
void |
set_redundant(boolean val) |
void |
visit(TreeVisitor visitor) |
void |
visitForceChildren(TreeVisitor visitor)
Visit the children of this node.
|
cleanupOnlyblock, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlypublic Expr array()
public Expr index()
public boolean redundant()
public void set_redundant(boolean val)
public void visit(TreeVisitor visitor)
public void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Node