org.jaxen.expr
abstract class DefaultTruthExpr extends DefaultBinaryExpr
| Constructor Summary | |
|---|---|
| DefaultTruthExpr(Expr lhs, Expr rhs) | |
| Method Summary | |
|---|---|
| protected boolean | bothAreBoolean(Object lhs, Object rhs) |
| protected boolean | bothAreSets(Object lhs, Object rhs) |
| protected boolean | eitherIsBoolean(Object lhs, Object rhs) |
| protected boolean | eitherIsNumber(Object lhs, Object rhs) |
| protected boolean | eitherIsSet(Object lhs, Object rhs) |
| protected boolean | isSet(Object obj) |
| protected boolean | setIsEmpty(List set) |
| String | toString() |