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, xor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, or, xor
public NotOperator(Expression wrappedConstraint)
wrappedConstraint
- public boolean passes(Object object)
passes
in interface Expression
object
- The object to checkExpression.passes(java.lang.Object)
public void describeWith(ExpressionDescriber constraintDescriber) throws IOException
Expression
describeWith
in interface Expression
constraintDescriber
- The describer to useIOException
Copyright © 2005-2013 Agical AB. All Rights Reserved.