public class Prepare extends Statement
| Constructor and Description |
|---|
Prepare(Identifier name,
Statement statement) |
Prepare(NodeLocation location,
Identifier name,
Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object obj) |
List<Node> |
getChildren() |
Identifier |
getName() |
Statement |
getStatement() |
int |
hashCode() |
String |
toString() |
getLocationpublic Prepare(NodeLocation location, Identifier name, Statement statement)
public Prepare(Identifier name, Statement statement)
public Identifier getName()
public Statement getStatement()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.public List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.