| Modifier and Type | Class and Description |
|---|---|
static class |
InfixOpNode.InfixOperator |
| Constructor and Description |
|---|
InfixOpNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode left,
String op,
BaseNode right) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(EvaluationContext ctx) |
BaseNode |
getLeft() |
InfixOpNode.InfixOperator |
getOperator() |
BaseNode |
getRight() |
boolean |
isBoolean() |
void |
setLeft(BaseNode left) |
void |
setOperator(InfixOpNode.InfixOperator operator) |
void |
setRight(BaseNode right) |
astEvent, astEvent, getEndChar, getEndColumn, getEndLine, getResultType, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toStringpublic InfixOpNode.InfixOperator getOperator()
public void setOperator(InfixOpNode.InfixOperator operator)
public boolean isBoolean()
public BaseNode getLeft()
public void setLeft(BaseNode left)
public BaseNode getRight()
public void setRight(BaseNode right)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.