gudusoft.gsqlparser.nodes
Class TPartitionClause

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

public class TPartitionClause
extends TParseTreeNode


Constructor Summary
TPartitionClause()
           
 
Method Summary
 TExpressionList getExpressionList()
           
 void init(java.lang.Object arg1)
          Initialize a query tree node.
 
Methods inherited from class gudusoft.gsqlparser.nodes.TParseTreeNode
accept, addAllMyTokensToTokenList, doParse, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, 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

TPartitionClause

public TPartitionClause()
Method Detail

getExpressionList

public TExpressionList getExpressionList()

init

public void init(java.lang.Object arg1)
Description copied from class: TParseTreeNode
Initialize a query tree node.

Overrides:
init in class TParseTreeNode