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 booleanbothAreBoolean(Object lhs, Object rhs) protected booleanbothAreSets(Object lhs, Object rhs) protected booleaneitherIsBoolean(Object lhs, Object rhs) protected booleaneitherIsNumber(Object lhs, Object rhs) protected booleaneitherIsSet(Object lhs, Object rhs) protected booleanprotected booleanprotected booleansetIsEmpty(List set) toString()Methods inherited from class DefaultBinaryExpr
getLHS, getOperator, getRHS, getText, setLHS, setRHS, simplifyMethods inherited from class DefaultExpr
convertToIterator, convertToList
-
Constructor Details
-
DefaultTruthExpr
-
-
Method Details
-
toString
- Overrides:
toStringin classDefaultBinaryExpr
-
bothAreSets
-
eitherIsSet
-
isSet
-
isBoolean
-
setIsEmpty
-
eitherIsBoolean
-
bothAreBoolean
-
eitherIsNumber
-