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() |
int |
getLineInSourceCode() |
PositionInSourceCode |
getPositionInSourceCode() |
java.lang.Object |
jjtAccept(GoloParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setDocumentation(java.lang.String documentation) |
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 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)