public class IsNullExpression extends UnaryExpression<Boolean>
true, if a source expression returns null,
else false.symbol, term| Constructor and Description |
|---|
IsNullExpression(Expression<?> term) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
evaluate(org.databene.commons.Context context) |
String |
toString() |
getSourceExpressions, isConstantpublic IsNullExpression(Expression<?> term)
public Boolean evaluate(org.databene.commons.Context context)
public String toString()
toString in class UnaryExpression<Boolean>Copyright © 2011–2014 Volker Bergmann. All rights reserved.