public class ExistsPredicate extends Expression
Constructor and Description |
---|
ExistsPredicate(Query subquery) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context) |
boolean |
equals(java.lang.Object o) |
Query |
getSubquery() |
int |
hashCode() |
toString
public ExistsPredicate(Query subquery)
public Query getSubquery()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
accept
in class Expression