public class Expression extends Node
| Constructor and Description |
|---|
Expression(Node node1,
Operator operator,
Node node2) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
adjustOperatorOrder() |
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
evaluate(RuntimeContext context) |
PropertyNode |
getPropertyNode1() |
Node |
getRightOperand() |
java.lang.String |
inspect() |
getPositionBegin, judge, judge, setPositionBeginpublic PropertyNode getPropertyNode1()
public Node getRightOperand()
public Expression adjustOperatorOrder()
public java.lang.Object evaluate(RuntimeContext context)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object