org.jaxen.expr

Class DefaultGreaterThanEqualExpr

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

(package private) class DefaultGreaterThanEqualExpr
extends DefaultRelationalExpr

Field Summary

private static long
serialVersionUID

Fields inherited from class org.jaxen.expr.DefaultBinaryExpr

lhs, rhs

Constructor Summary

DefaultGreaterThanEqualExpr(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:
-7848747981787197470L

Constructor Details

DefaultGreaterThanEqualExpr

(package private)  DefaultGreaterThanEqualExpr(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