public class GtEqNum extends ComparisonExpression
ComparisonExpression that implements the greater than or equals
operator for integers.
Both values are interpreted as integers. The compare(Value, Value)
method returns true if the left value is greater than or
equals the right value.
predicate, value| Constructor and Description |
|---|
GtEqNum(ValueExpression value,
ValueExpression predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(Value left,
Value right) |
equals, eval, hashCode, toStringpublic GtEqNum(ValueExpression value, ValueExpression predicate)
public boolean compare(Value left, Value right)
compare in class ComparisonExpressionCopyright © 2017. All rights reserved.