Package com.zfabrik.util.expression
Class X.And
java.lang.Object
com.zfabrik.util.expression.X
com.zfabrik.util.expression.X.BinaryOp
com.zfabrik.util.expression.X.And
- Enclosing class:
 - X
 
"AND" logical 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
- 
And
 
 - 
 - 
Method Details
- 
eval
Description copied from class:XEvaluation of the expression over a map style context that defines variable values. - 
toString
 - 
clone
Description copied from class:X.BinaryOpCreate a clone of thisX.BinaryOpwith the given two args- Specified by:
 clonein classX.BinaryOp
 
 -