public class Select extends Node
| Constructor and Description |
|---|
Select(boolean distinct,
List<SelectItem> selectItems) |
Select(NodeLocation location,
boolean distinct,
List<SelectItem> selectItems) |
| 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<? extends Node> |
getChildren() |
List<SelectItem> |
getSelectItems() |
int |
hashCode() |
boolean |
isDistinct() |
String |
toString() |
getLocationpublic Select(boolean distinct,
List<SelectItem> selectItems)
public Select(NodeLocation location, boolean distinct, List<SelectItem> selectItems)
public boolean isDistinct()
public List<SelectItem> getSelectItems()
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.