public class ExistsPredicate extends Expression
| Constructor and Description |
|---|
ExistsPredicate(Expression subquery) |
ExistsPredicate(NodeLocation location,
Expression subquery) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object o) |
List<Node> |
getChildren() |
Expression |
getSubquery() |
int |
hashCode() |
toStringgetLocationpublic ExistsPredicate(Expression subquery)
public ExistsPredicate(NodeLocation location, Expression subquery)
public Expression getSubquery()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
ExpressionAstVisitor, use AstVisitor.process(Node, Object) instead.accept in class Expressionpublic List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.