public class TableSubquery extends QueryBody
| Constructor and Description |
|---|
TableSubquery(NodeLocation location,
Query query) |
TableSubquery(Query query) |
| 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() |
Query |
getQuery() |
int |
hashCode() |
String |
toString() |
getLocationpublic TableSubquery(Query query)
public TableSubquery(NodeLocation location, Query query)
public Query getQuery()
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.