public class NotOperator extends AbstractExpression implements Operator
| Constructor and Description |
|---|
NotOperator(Expression wrappedConstraint) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeWith(ExpressionDescriber constraintDescriber)
Describes this expression with the given describer
|
boolean |
passes(Object object) |
and, or, xorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, or, xorpublic NotOperator(Expression wrappedConstraint)
wrappedConstraint - public boolean passes(Object object)
passes in interface Expressionobject - The object to checkExpression.passes(java.lang.Object)public void describeWith(ExpressionDescriber constraintDescriber) throws IOException
ExpressiondescribeWith in interface ExpressionconstraintDescriber - The describer to useIOExceptionCopyright © 2005-2013 Agical AB. All Rights Reserved.