public class ASTFunctionInvocation extends GoloASTNode implements NamedNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ASTFunctionInvocation(GoloParser p,
int id) |
ASTFunctionInvocation(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
isConstant() |
java.lang.Object |
jjtAccept(GoloParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setConstant(boolean constant) |
void |
setName(java.lang.String name) |
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 ASTFunctionInvocation(int id)
public ASTFunctionInvocation(GoloParser p, int id)
public void setConstant(boolean constant)
public boolean isConstant()
public java.lang.String toString()
toString in class SimpleNodepublic java.lang.Object jjtAccept(GoloParserVisitor visitor, java.lang.Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class GoloASTNode