public class ASTInvocationExpression extends GoloASTNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description | 
|---|
ASTInvocationExpression(GoloParser p,
                       int id)  | 
ASTInvocationExpression(int id)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addOperator(java.lang.String symbol)  | 
java.util.List<java.lang.String> | 
getOperators()  | 
java.lang.Object | 
jjtAccept(GoloParserVisitor visitor,
         java.lang.Object data)
Accept the visitor. 
 | 
java.lang.String | 
toString()  | 
getColumnInSourceCode, getDocumentation, getIrElement, getLineInSourceCode, getPositionInSourceCode, setDocumentation, setIrElementchildrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic ASTInvocationExpression(int id)
public ASTInvocationExpression(GoloParser p, int id)
public java.lang.Object jjtAccept(GoloParserVisitor visitor, java.lang.Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class GoloASTNodepublic java.util.List<java.lang.String> getOperators()
public void addOperator(java.lang.String symbol)
public java.lang.String toString()
toString in class SimpleNode