public class ASTVoidFunctionCall extends ASTStatement
ASTNode.DataType| Modifier and Type | Field and Description |
|---|---|
List<ASTExpression> |
arguments |
String |
name |
attributes| Constructor and Description |
|---|
ASTVoidFunctionCall(String name) |
| Modifier and Type | Method and Description |
|---|---|
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 ASTVoidFunctionCall(String name)
public void traverse(ASTVisitor visitor)
ASTNodeCopyright © 2019. All rights reserved.