class DefaultLessThanEqualExpr extends DefaultRelationalExpr
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DefaultLessThanEqualExpr(Expr lhs,
Expr rhs) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
evaluateDoubleDouble(java.lang.Double lhs,
java.lang.Double rhs) |
java.lang.String |
getOperator()
Returns the operator for the binary expression such as "+" or
"div".
|
evaluate, toStringbothAreBoolean, bothAreSets, eitherIsBoolean, eitherIsNumber, eitherIsSet, isBoolean, isSet, setIsEmptygetLHS, getRHS, getText, setLHS, setRHS, simplifyconvertToIterator, convertToListclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLHS, getRHSprivate static final long serialVersionUID
public java.lang.String getOperator()
BinaryExprgetOperator in interface BinaryExprgetOperator in class DefaultBinaryExprprotected boolean evaluateDoubleDouble(java.lang.Double lhs,
java.lang.Double rhs)
evaluateDoubleDouble in class DefaultRelationalExpr