Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jaxen.expr.DefaultExpr
org.jaxen.expr.DefaultBinaryExpr
org.jaxen.expr.DefaultTruthExpr
org.jaxen.expr.DefaultRelationalExpr
org.jaxen.expr.DefaultGreaterThanExpr
(package private) class DefaultGreaterThanExpr
extends DefaultRelationalExpr
Field Summary | |
private static long |
Fields inherited from class org.jaxen.expr.DefaultBinaryExpr | |
lhs , rhs |
Constructor Summary | |
|
Method Summary | |
void | |
protected boolean |
|
String |
Methods inherited from class org.jaxen.expr.DefaultRelationalExpr | |
evaluate , evaluateDoubleDouble , evaluateObjectObject , evaluateSetSet , toString |
Methods inherited from class org.jaxen.expr.DefaultTruthExpr | |
bothAreBoolean , bothAreSets , eitherIsBoolean , eitherIsNumber , eitherIsSet , isSet , setIsEmpty , toString |
Methods inherited from class org.jaxen.expr.DefaultBinaryExpr | |
getLHS , getOperator , getRHS , getText , setLHS , setRHS , simplify , toString |
Methods inherited from class org.jaxen.expr.DefaultExpr | |
convertToIterator , convertToList , simplify |
protected boolean evaluateDoubleDouble(Double lhs, Double rhs)
- Overrides:
- evaluateDoubleDouble in interface DefaultRelationalExpr
public String getOperator()
- Specified by:
- getOperator in interface RelationalExpr
- Overrides:
- getOperator in interface DefaultBinaryExpr