Assignpublic class InitStmt extends Stmt implements Assign
LocalExpr,
Tree.initLocals(java.util.Collection)| Constructor | Description |
|---|---|
InitStmt(LocalExpr[] targets) |
Constructor.
|
| Modifier and Type | Method | 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.
|
block, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visitChildren, visitOnlyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcleanupOnlypublic 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)