public class IsNotNullPredicate extends Expression
Constructor and Description |
---|
IsNotNullPredicate(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() |
toString
public IsNotNullPredicate(Expression value)
public Expression getValue()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
accept
in class Expression