public class ASTFunctionCall extends ASTExpression
ASTNode.DataType| Modifier and Type | Field and Description |
|---|---|
List<ASTExpression> |
arguments |
String |
name |
attributes| Constructor and Description |
|---|
ASTFunctionCall(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
void |
traverse(ASTVisitor visitor)
Generic traversal method for the visitor pattern.
|
getASTTypeStr, getDepth, getParent, getSourceInfo, getType, setDepth, setParent, setSourceInfo, setType, typeToStringpublic String name
public List<ASTExpression> arguments
public ASTFunctionCall(String name)
public void traverse(ASTVisitor visitor)
ASTNodeCopyright © 2019. All rights reserved.