Package org.jaxen.expr
Class DefaultTruthExpr
java.lang.Object
org.jaxen.expr.DefaultExpr
org.jaxen.expr.DefaultBinaryExpr
org.jaxen.expr.DefaultTruthExpr
- All Implemented Interfaces:
Serializable
,BinaryExpr
,Expr
- Direct Known Subclasses:
DefaultEqualityExpr
,DefaultLogicalExpr
,DefaultRelationalExpr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
bothAreBoolean
(Object lhs, Object rhs) protected boolean
bothAreSets
(Object lhs, Object rhs) protected boolean
eitherIsBoolean
(Object lhs, Object rhs) protected boolean
eitherIsNumber
(Object lhs, Object rhs) protected boolean
eitherIsSet
(Object lhs, Object rhs) protected boolean
protected boolean
protected boolean
setIsEmpty
(List set) toString()
Methods inherited from class org.jaxen.expr.DefaultBinaryExpr
getLHS, getOperator, getRHS, getText, setLHS, setRHS, simplify
Methods inherited from class org.jaxen.expr.DefaultExpr
convertToIterator, convertToList
-
Constructor Details
-
DefaultTruthExpr
-
-
Method Details
-
toString
- Overrides:
toString
in classDefaultBinaryExpr
-
bothAreSets
-
eitherIsSet
-
isSet
-
isBoolean
-
setIsEmpty
-
eitherIsBoolean
-
bothAreBoolean
-
eitherIsNumber
-