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:
java.io.Serializable
,BinaryExpr
,Expr
,LogicalExpr
- Direct Known Subclasses:
DefaultAndExpr
,DefaultOrExpr
abstract class DefaultLogicalExpr extends DefaultTruthExpr implements LogicalExpr
-
-
Constructor Summary
Constructors Constructor Description DefaultLogicalExpr(Expr lhs, Expr rhs)
-
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
-
-