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() |
GoloElement |
getIrElement() |
int |
getLineInSourceCode() |
Object |
jjtAccept(GoloParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
setIrElement(GoloElement element) |
childrenAccept, dump, 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 Object jjtAccept(GoloParserVisitor visitor, Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class SimpleNodeCopyright © 2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.