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() |
getLocation
public 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)
Node
AstVisitor
, use AstVisitor.process(Node, Object)
instead.public List<Node> getChildren()
getChildren
in class Node
Copyright © 2012–2020. All rights reserved.