public class SCStmt extends Stmt
| Modifier and Type | Method | 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.
|
block, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcleanupOnlypublic 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