Package org.jaxen.expr
Class DefaultLogicalExpr
java.lang.Object
org.jaxen.expr.DefaultExpr
org.jaxen.expr.DefaultBinaryExpr
org.jaxen.expr.DefaultTruthExpr
org.jaxen.expr.DefaultLogicalExpr
- All Implemented Interfaces:
Serializable
,BinaryExpr
,Expr
,LogicalExpr
- Direct Known Subclasses:
DefaultAndExpr
,DefaultOrExpr
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jaxen.expr.DefaultTruthExpr
bothAreBoolean, bothAreSets, eitherIsBoolean, eitherIsNumber, eitherIsSet, isBoolean, isSet, setIsEmpty, 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
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, getOperator, getRHS
-
Constructor Details
-
DefaultLogicalExpr
-