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 DefaultTruthExpr
bothAreBoolean, bothAreSets, eitherIsBoolean, eitherIsNumber, eitherIsSet, isBoolean, isSet, setIsEmpty, toStringMethods inherited from class DefaultBinaryExpr
getLHS, getOperator, getRHS, getText, setLHS, setRHS, simplifyMethods inherited from class DefaultExpr
convertToIterator, convertToListMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface BinaryExpr
getLHS, getOperator, getRHS
-
Constructor Details
-
DefaultLogicalExpr
-