public class WindowFrame extends Node
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowFrame.Type |
| Constructor and Description |
|---|
WindowFrame(NodeLocation location,
WindowFrame.Type type,
FrameBound start,
Optional<FrameBound> end) |
WindowFrame(WindowFrame.Type type,
FrameBound start,
Optional<FrameBound> end) |
| 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<FrameBound> |
getEnd() |
FrameBound |
getStart() |
WindowFrame.Type |
getType() |
int |
hashCode() |
String |
toString() |
getLocationpublic WindowFrame(WindowFrame.Type type, FrameBound start, Optional<FrameBound> end)
public WindowFrame(NodeLocation location, WindowFrame.Type type, FrameBound start, Optional<FrameBound> end)
public WindowFrame.Type getType()
public FrameBound getStart()
public Optional<FrameBound> getEnd()
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.