public class SRStmt extends Stmt
| Constructor and Description |
|---|
SRStmt(Expr a,
Expr s,
Expr t)
Constructor.
|
| Modifier and Type | Method and 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.
|
cleanupOnlyblock, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlypublic Expr array()
public Expr start()
public Expr end()
public void visit(TreeVisitor visitor)
public void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Node