public interface Expression
Modifier and Type | Method and Description |
---|---|
Expression |
and(Expression right)
Ands this expression with the right side expression
|
void |
describeWith(ExpressionDescriber expressionDescriber)
Describes this expression with the given describer
|
Expression |
or(Expression right)
Ors this expression with the right side expression
|
boolean |
passes(Object object) |
Expression |
xor(Expression right)
Xors this expression with the right side expression
|
boolean passes(Object object)
object
- The object to checkvoid describeWith(ExpressionDescriber expressionDescriber) throws IOException
expressionDescriber
- The describer to useIOException
Expression and(Expression right)
right
- The right side expressionExpression or(Expression right)
right
- The right side expressionExpression xor(Expression right)
right
- The right side expressionCopyright © 2005-2013 Agical AB. All Rights Reserved.