public final class Lateral extends Relation
| Constructor and Description |
|---|
Lateral(NodeLocation location,
Query query) |
Lateral(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 obj) |
List<? extends Node> |
getChildren() |
Query |
getQuery() |
int |
hashCode() |
String |
toString() |
getLocationpublic Lateral(Query query)
public Lateral(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<? extends Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.