public class Execute extends Statement
| Constructor and Description |
|---|
Execute(Identifier name,
List<Expression> parameters) |
Execute(NodeLocation location,
Identifier name,
List<Expression> parameters) |
| 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<? extends Node> |
getChildren() |
Identifier |
getName() |
List<Expression> |
getParameters() |
int |
hashCode() |
String |
toString() |
getLocationpublic Execute(NodeLocation location, Identifier name, List<Expression> parameters)
public Execute(Identifier name, List<Expression> parameters)
public Identifier getName()
public List<Expression> getParameters()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.public List<? extends Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.