gudusoft.gsqlparser.nodes
Class TDropIndexItemList

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

public class TDropIndexItemList
extends TParseTreeNodeList


Constructor Summary
TDropIndexItemList()
           
 
Method Summary
 void addDropIndexItem(TDropIndexItem pItem)
           
 TDropIndexItem getDropIndexItem(int position)
           
 
Methods inherited from class gudusoft.gsqlparser.nodes.TParseTreeNodeList
addElement, addNode, doParse, elementAt, getElement, getEndToken, getStartToken, init, removeElement, removeElementAt, size, TParseTreeNodeList
 
Methods inherited from class gudusoft.gsqlparser.nodes.TParseTreeNode
accept, addAllMyTokensToTokenList, getColumnNo, getDummyTag, getGsqlparser, getLineNo, getNodeType, 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

TDropIndexItemList

public TDropIndexItemList()
Method Detail

addDropIndexItem

public void addDropIndexItem(TDropIndexItem pItem)

getDropIndexItem

public TDropIndexItem getDropIndexItem(int position)