| Constructor and Description |
|---|
InitStmt(LocalExpr[] targets)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
DefExpr[] |
defs()
Returns the local variables (LocalExprs) defined by this
InitStmt.
|
LocalExpr[] |
targets()
Returns the local variables (LocalExprs) initialized by this
InitStmt.
|
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 InitStmt(LocalExpr[] targets)
targets - The instances of LocalExpr that are to be initialized.public LocalExpr[] targets()
public DefExpr[] defs()
public void visitForceChildren(TreeVisitor visitor)
NodevisitForceChildren in class Nodepublic void visit(TreeVisitor visitor)