gudusoft.gsqlparser.nodes
Class TWindowClause

java.lang.Object
  extended by gudusoft.gsqlparser.nodes.TParseTreeNode
      extended by gudusoft.gsqlparser.nodes.TWindowClause
All Implemented Interfaces:
Visitable

public class TWindowClause
extends TParseTreeNode


Constructor Summary
TWindowClause()
           
 
Method Summary
 TPTNodeList<TWindowDef> getWindowDefs()
           
 void setWindowDefs(TPTNodeList<TWindowDef> windowDefs)
           
 
Methods inherited from class gudusoft.gsqlparser.nodes.TParseTreeNode
accept, addAllMyTokensToTokenList, doParse, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, init, setDummyTag, setEndToken, setEndToken, setGsqlparser, setNodeType, setStartToken, setStartToken, setString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TWindowClause

public TWindowClause()
Method Detail

getWindowDefs

public TPTNodeList<TWindowDef> getWindowDefs()

setWindowDefs

public void setWindowDefs(TPTNodeList<TWindowDef> windowDefs)