class DefaultGreaterThanEqualExpr extends DefaultRelationalExpr
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DefaultGreaterThanEqualExpr(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, toString
bothAreBoolean, bothAreSets, eitherIsBoolean, eitherIsNumber, eitherIsSet, isBoolean, isSet, setIsEmpty
getLHS, getRHS, getText, setLHS, setRHS, simplify
convertToIterator, convertToList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLHS, getRHS
private static final long serialVersionUID
public java.lang.String getOperator()
BinaryExpr
getOperator
in interface BinaryExpr
getOperator
in class DefaultBinaryExpr
protected boolean evaluateDoubleDouble(java.lang.Double lhs, java.lang.Double rhs)
evaluateDoubleDouble
in class DefaultRelationalExpr