public class ASTRelationalExpression extends GoloASTNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ASTRelationalExpression(GoloParser p,
int id) |
ASTRelationalExpression(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperator() |
java.lang.Object |
jjtAccept(GoloParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setOperator(java.lang.String operator) |
java.lang.String |
toString() |
getColumnInSourceCode, getDocumentation, getLineInSourceCode, getPositionInSourceCode, setDocumentationchildrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic ASTRelationalExpression(int id)
public ASTRelationalExpression(GoloParser p, int id)
public java.lang.Object jjtAccept(GoloParserVisitor visitor, java.lang.Object data)
SimpleNodejjtAccept in interface NodejjtAccept in class GoloASTNodepublic java.lang.String getOperator()
public void setOperator(java.lang.String operator)
public java.lang.String toString()
toString in class SimpleNode