public class ASTCommutativeExpression extends GoloASTNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ASTCommutativeExpression(GoloParser p,
int id) |
ASTCommutativeExpression(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(int column) |
void |
addLine(int line) |
void |
addOperator(String symbol) |
List<Integer> |
getColumns() |
List<Integer> |
getLines() |
List<String> |
getOperators() |
Object |
jjtAccept(GoloParserVisitor visitor,
Object data)
Accept the visitor.
|
String |
toString() |
getColumnInSourceCode, getDocumentation, getIrElement, getLineInSourceCode, setDocumentation, setIrElementchildrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic ASTCommutativeExpression(int id)
public ASTCommutativeExpression(GoloParser p, int id)
public void addOperator(String symbol)
public void addLine(int line)
public void addColumn(int column)
public String toString()
toString in class SimpleNodepublic Object jjtAccept(GoloParserVisitor visitor, Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class GoloASTNodeCopyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.