gudusoft.gsqlparser.nodes
Class TOutputFormatPhraseList

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

public class TOutputFormatPhraseList
extends TParseTreeNodeList


Constructor Summary
TOutputFormatPhraseList()
           
 
Method Summary
 void addOutputFormatPhrase(TOutputFormatPhrase item)
           
 TOutputFormatPhrase getOutputFormatPhrase(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

TOutputFormatPhraseList

public TOutputFormatPhraseList()
Method Detail

addOutputFormatPhrase

public void addOutputFormatPhrase(TOutputFormatPhrase item)

getOutputFormatPhrase

public TOutputFormatPhrase getOutputFormatPhrase(int position)