org.jaxen.expr

Class DefaultGreaterThanExpr

Implemented Interfaces:
BinaryExpr, Expr, RelationalExpr, Serializable

(package private) class DefaultGreaterThanExpr
extends DefaultRelationalExpr

Field Summary

private static long
serialVersionUID

Fields inherited from class org.jaxen.expr.DefaultBinaryExpr

lhs, rhs

Constructor Summary

DefaultGreaterThanExpr(Expr lhs, Expr rhs)

Method Summary

protected boolean
evaluateDoubleDouble(Double lhs, Double rhs)
String
getOperator()
Returns the operator for the binary expression such as "+" or "div".

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

Field Details

serialVersionUID

private static final long serialVersionUID
Field Value:
6379252220540222867L

Constructor Details

DefaultGreaterThanExpr

(package private)  DefaultGreaterThanExpr(Expr lhs,
                                          Expr rhs)

Method Details

evaluateDoubleDouble

protected boolean evaluateDoubleDouble(Double lhs,
                                       Double rhs)
Overrides:
evaluateDoubleDouble in interface DefaultRelationalExpr

getOperator

public String getOperator()
Returns the operator for the binary expression such as "+" or "div".
Specified by:
getOperator in interface BinaryExpr
Overrides:
getOperator in interface DefaultBinaryExpr
Returns:
the operator for the expression