org.jaxen.expr

Class DefaultGreaterThanExpr

Implemented Interfaces:
BinaryExpr, Expr, RelationalExpr, Serializable, Visitable

(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

void
accept(Visitor visitor)
protected boolean
evaluateDoubleDouble(Double lhs, Double rhs)
String
getOperator()

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

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Visitable

evaluateDoubleDouble

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

getOperator

public String getOperator()
Specified by:
getOperator in interface RelationalExpr
Overrides:
getOperator in interface DefaultBinaryExpr