public class SRStmt extends Stmt
| Constructor | Description |
|---|---|
SRStmt(Expr a,
Expr s,
Expr t) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
Expr |
array() |
|
java.lang.Object |
clone() |
|
Expr |
end() |
|
Expr |
start() |
|
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 start()
public Expr end()
public void visit(TreeVisitor visitor)
public void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Node