public class WithQuery extends Node
| Constructor and Description |
|---|
WithQuery(Identifier name,
Query query,
Optional<List<Identifier>> columnNames) |
WithQuery(NodeLocation location,
Identifier name,
Query query,
Optional<List<Identifier>> columnNames) |
| 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 obj) |
List<Node> |
getChildren() |
Optional<List<Identifier>> |
getColumnNames() |
Identifier |
getName() |
Query |
getQuery() |
int |
hashCode() |
String |
toString() |
getLocationpublic WithQuery(Identifier name, Query query, Optional<List<Identifier>> columnNames)
public WithQuery(NodeLocation location, Identifier name, Query query, Optional<List<Identifier>> columnNames)
public Identifier getName()
public Query getQuery()
public Optional<List<Identifier>> getColumnNames()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.public List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.