org.jaxen.expr
Class DefaultLessThanExpr
java.lang.Object
org.jaxen.expr.DefaultExpr
org.jaxen.expr.DefaultBinaryExpr
org.jaxen.expr.DefaultTruthExpr
org.jaxen.expr.DefaultRelationalExpr
org.jaxen.expr.DefaultLessThanExpr
- All Implemented Interfaces:
- BinaryExpr, Expr, RelationalExpr, java.io.Serializable, Visitable
- class DefaultLessThanExpr
- extends DefaultRelationalExpr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultLessThanExpr
public DefaultLessThanExpr(Expr lhs,
Expr rhs)
getOperator
public java.lang.String getOperator()
- Specified by:
getOperator
in interface RelationalExpr
- Specified by:
getOperator
in class DefaultBinaryExpr
evaluateDoubleDouble
protected boolean evaluateDoubleDouble(java.lang.Double lhs,
java.lang.Double rhs)
- Specified by:
evaluateDoubleDouble
in class DefaultRelationalExpr
accept
public void accept(Visitor visitor)
toString
public java.lang.String toString()
- Overrides:
toString
in class DefaultTruthExpr
evaluate
public java.lang.Object evaluate(Context context)
throws JaxenException
- Specified by:
evaluate
in interface Expr
- Throws:
JaxenException
bothAreSets
protected boolean bothAreSets(java.lang.Object lhs,
java.lang.Object rhs)
eitherIsSet
protected boolean eitherIsSet(java.lang.Object lhs,
java.lang.Object rhs)
isSet
protected boolean isSet(java.lang.Object obj)
setIsEmpty
protected boolean setIsEmpty(java.util.List set)
eitherIsBoolean
protected boolean eitherIsBoolean(java.lang.Object lhs,
java.lang.Object rhs)
bothAreBoolean
protected boolean bothAreBoolean(java.lang.Object lhs,
java.lang.Object rhs)
eitherIsNumber
protected boolean eitherIsNumber(java.lang.Object lhs,
java.lang.Object rhs)
isNumber
protected boolean isNumber(java.lang.Object obj)
isString
protected boolean isString(java.lang.Object obj)
isBoolean
protected boolean isBoolean(java.lang.Object obj)
getLHS
public Expr getLHS()
- Specified by:
getLHS
in interface BinaryExpr
getRHS
public Expr getRHS()
- Specified by:
getRHS
in interface BinaryExpr
setLHS
public void setLHS(Expr lhs)
setRHS
public void setRHS(Expr rhs)
getText
public java.lang.String getText()
- Specified by:
getText
in interface Expr
simplify
public Expr simplify()
- Specified by:
simplify
in interface Expr
- Overrides:
simplify
in class DefaultExpr