Package com.zfabrik.util.expression
Class X.Not
java.lang.Object
com.zfabrik.util.expression.X
com.zfabrik.util.expression.X.UnaryOp
com.zfabrik.util.expression.X.Not
- Enclosing class:
- X
Negation logical operator
-
Constructor Details
-
Not
-
-
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.UnaryOp
Create a clone of thisX.BinaryOp
with the given arg
-