QueryObjectpublic final class IsNullPredicate extends Predicate
| Constructor | 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 | Description | 
|---|---|---|
void | 
accept(Visitor visitor) | 
 Accept method to handle incoming visitors. 
 | 
java.lang.String | 
toString() | 
 Method constructing query string. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevaluateTo, 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?public void accept(Visitor visitor)
visitor - Visitor to be handled.public java.lang.String toString()
toString in class java.lang.ObjectIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com