|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.expr.DefaultExpr
org.jaxen.expr.DefaultBinaryExpr
org.jaxen.expr.DefaultTruthExpr
org.jaxen.expr.DefaultRelationalExpr
org.jaxen.expr.DefaultLessThanExpr
class DefaultLessThanExpr
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
DefaultLessThanExpr(Expr lhs,
Expr rhs)
|
Method Summary | |
---|---|
protected boolean |
evaluateDoubleDouble(java.lang.Double lhs,
java.lang.Double rhs)
|
java.lang.String |
getOperator()
Returns the operator for the binary expression such as "+" or "div". |
Methods inherited from class org.jaxen.expr.DefaultRelationalExpr |
---|
evaluate, toString |
Methods inherited from class org.jaxen.expr.DefaultTruthExpr |
---|
bothAreBoolean, bothAreSets, eitherIsBoolean, eitherIsNumber, eitherIsSet, isBoolean, isSet, setIsEmpty |
Methods inherited from class org.jaxen.expr.DefaultBinaryExpr |
---|
getLHS, getRHS, getText, setLHS, setRHS, simplify |
Methods inherited from class org.jaxen.expr.DefaultExpr |
---|
convertToIterator, convertToList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jaxen.expr.BinaryExpr |
---|
getLHS, getRHS |
Methods inherited from interface org.jaxen.expr.Expr |
---|
getText, simplify |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
DefaultLessThanExpr(Expr lhs, Expr rhs)
Method Detail |
---|
public java.lang.String getOperator()
BinaryExpr
getOperator
in interface BinaryExpr
getOperator
in class DefaultBinaryExpr
protected boolean evaluateDoubleDouble(java.lang.Double lhs, java.lang.Double rhs)
evaluateDoubleDouble
in class DefaultRelationalExpr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |