public class IsNullPredicate extends Expression
| Constructor and Description |
|---|
IsNullPredicate(Expression value) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context) |
boolean |
equals(java.lang.Object o) |
Expression |
getValue() |
int |
hashCode() |
toStringpublic IsNullPredicate(Expression value)
public Expression getValue()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
accept in class Expression