Package com.zfabrik.util.expression
Class X.Neq
java.lang.Object
com.zfabrik.util.expression.X
com.zfabrik.util.expression.X.BinaryOp
com.zfabrik.util.expression.X.Neq
- Enclosing class:
- X
"not equals" comparison operator.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.zfabrik.util.expression.X.BinaryOp
equals, getLeft, getRight, hashCode
-
Constructor Details
-
Neq
-
-
Method Details
-
eval
Description copied from class:X
Evaluation of the expression over a map style context that defines variable values. -
toString
-
clone
Description copied from class:X.BinaryOp
Create a clone of thisX.BinaryOp
with the given two args- Specified by:
clone
in classX.BinaryOp
-