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) |
java.lang.String |
inspect() |
getPositionBegin, setPositionBeginpublic Expression adjustOperatorOrder()
public java.lang.Object evaluate(RuntimeContext context)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object