public class IsNull extends Condition implements Predicate
| Constructor and Description |
|---|
IsNull(Expression expr,
boolean isNegated) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(LanguageObjectVisitor visitor) |
Expression |
getExpression() |
boolean |
isNegated() |
void |
setExpression(Expression expression) |
void |
setNegated(boolean negated) |
getType, isExpression, setExpressiontoStringpublic IsNull(Expression expr, boolean isNegated)
public Expression getExpression()
public boolean isNegated()
public void acceptVisitor(LanguageObjectVisitor visitor)
acceptVisitor in interface LanguageObjectpublic void setExpression(Expression expression)
public void setNegated(boolean negated)
Copyright © 2020. All rights reserved.