public class TWindowClause extends TParseTreeNode
Constructor and Description |
---|
TWindowClause() |
Modifier and Type | Method and Description |
---|---|
void |
accept(TParseTreeVisitor v)
Accept a visitor
|
void |
acceptChildren(TParseTreeVisitor v)
Accept a visitor to iterate this class and sub-nodes of this class
|
TPTNodeList<TWindowDefinition> |
getWindowDefinitions() |
TPTNodeList<TWindowDef> |
getWindowDefs() |
void |
init(Object arg1)
Initialize a query tree node.
|
void |
setWindowDefinitions(TPTNodeList<TWindowDefinition> windowDefinitions) |
void |
setWindowDefs(TPTNodeList<TWindowDef> windowDefs) |
addAllMyTokensToTokenList, appendString, doParse, fastSetString, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript, toString
public TPTNodeList<TWindowDef> getWindowDefs()
public void setWindowDefs(TPTNodeList<TWindowDef> windowDefs)
public TPTNodeList<TWindowDefinition> getWindowDefinitions()
public void init(Object arg1)
TParseTreeNode
init
in class TParseTreeNode
arg1
- first argumentpublic void setWindowDefinitions(TPTNodeList<TWindowDefinition> windowDefinitions)
public void accept(TParseTreeVisitor v)
TParseTreeNode
accept
in interface Visitable
accept
in class TParseTreeNode
v
- visitor is a descendant class of TParseTreeVisitor
public void acceptChildren(TParseTreeVisitor v)
TParseTreeNode
acceptChildren
in interface Visitable
acceptChildren
in class TParseTreeNode
v
- visitor is a descendant class of TParseTreeVisitor
Copyright © 2019. All rights reserved.