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, toStringMethods inherited from class org.jaxen.expr.DefaultBinaryExpr
getLHS, getOperator, getRHS, getText, setLHS, setRHS, simplifyMethods inherited from class org.jaxen.expr.DefaultExpr
convertToIterator, convertToListMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jaxen.expr.BinaryExpr
getLHS, getOperator, getRHS
-
Constructor Details
-
DefaultLogicalExpr
-