public abstract class BinaryComparison extends BinaryOperator implements Predicate
BinaryOperator that compares the left and right Expressions and evaluates to a
boolean value.symbolleft, right| Modifier | Constructor and Description |
|---|---|
protected |
BinaryComparison(Expression left,
Expression right,
java.lang.String symbol) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compare(java.lang.Object leftResult,
java.lang.Object rightResult) |
toStringchildren, equals, eval, getLeft, getRight, hashCode, nullSafeEvalclone, finalize, getClass, notify, notifyAll, wait, wait, waitchildren, eval, references, toStringprotected BinaryComparison(Expression left, Expression right, java.lang.String symbol)