Package org.jaxen.expr
Class DefaultNotEqualsExpr
java.lang.Object
org.jaxen.expr.DefaultExpr
org.jaxen.expr.DefaultBinaryExpr
org.jaxen.expr.DefaultTruthExpr
org.jaxen.expr.DefaultEqualityExpr
org.jaxen.expr.DefaultNotEqualsExpr
- All Implemented Interfaces:
Serializable
,BinaryExpr
,EqualityExpr
,Expr
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
evaluateObjectObject
(Object lhs, Object rhs) Returns the operator for the binary expression such as "+" or "div".toString()
Methods inherited from class org.jaxen.expr.DefaultEqualityExpr
evaluate
Methods inherited from class org.jaxen.expr.DefaultTruthExpr
bothAreBoolean, bothAreSets, eitherIsBoolean, eitherIsNumber, eitherIsSet, isBoolean, isSet, setIsEmpty
Methods inherited from class org.jaxen.expr.DefaultBinaryExpr
getLHS, 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, getRHS
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DefaultNotEqualsExpr
-
-
Method Details
-
getOperator
Description copied from interface:BinaryExpr
Returns the operator for the binary expression such as "+" or "div".- Specified by:
getOperator
in interfaceBinaryExpr
- Specified by:
getOperator
in classDefaultBinaryExpr
- Returns:
- the operator for the expression
-
toString
- Overrides:
toString
in classDefaultEqualityExpr
-
evaluateObjectObject
- Specified by:
evaluateObjectObject
in classDefaultEqualityExpr
-