public class GoloASTNode extends SimpleNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description | 
|---|
GoloASTNode(GoloParser p,
           int i)  | 
GoloASTNode(int i)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getColumnInSourceCode()  | 
java.lang.String | 
getDocumentation()  | 
GoloElement | 
getIrElement()  | 
int | 
getLineInSourceCode()  | 
PositionInSourceCode | 
getPositionInSourceCode()  | 
java.lang.Object | 
jjtAccept(GoloParserVisitor visitor,
         java.lang.Object data)
Accept the visitor. 
 | 
void | 
setDocumentation(java.lang.String documentation)  | 
void | 
setIrElement(GoloElement element)  | 
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringpublic GoloASTNode(int i)
public GoloASTNode(GoloParser p, int i)
public void setIrElement(GoloElement element)
public GoloElement getIrElement()
public int getLineInSourceCode()
public int getColumnInSourceCode()
public PositionInSourceCode getPositionInSourceCode()
public java.lang.Object jjtAccept(GoloParserVisitor visitor, java.lang.Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class SimpleNodepublic java.lang.String getDocumentation()
public void setDocumentation(java.lang.String documentation)