public class ASTMacroInvocation extends GoloASTNode implements NamedNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ASTMacroInvocation(GoloParser p,
int id) |
ASTMacroInvocation(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
isTopLevel() |
java.lang.Object |
jjtAccept(GoloParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setName(java.lang.String name) |
void |
setTopLevel(boolean v) |
java.lang.String |
toString() |
getColumnInSourceCode, getDocumentation, getLineInSourceCode, getPositionInSourceCode, setDocumentationchildrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic ASTMacroInvocation(int id)
public ASTMacroInvocation(GoloParser p, int id)
public void setTopLevel(boolean v)
public boolean isTopLevel()
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