public final class IsNullPredicate extends Predicate
| Constructor and Description |
|---|
IsNullPredicate(Expression expression)
Construct a predicate that checks the given expression for being null.
|
IsNullPredicate(Expression expression,
boolean evaluateTo)
Construct a predicate that checks the given expression for being null.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept method to handle incoming visitors.
|
String |
toString()
Method constructing query string.
|
evaluateTo, expression, notpublic IsNullPredicate(Expression expression)
expression - Expression to check for null.public IsNullPredicate(Expression expression, boolean evaluateTo)
expression - Expression to check for null.evaluateTo - What is the expected result of the evaluation?Copyright © 2014. All rights reserved.