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() |
String |
getDocumentation() |
GoloElement |
getIrElement() |
int |
getLineInSourceCode() |
Object |
jjtAccept(GoloParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
setDocumentation(String documentation) |
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 SimpleNodepublic String getDocumentation()
public void setDocumentation(String documentation)
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.