gudusoft.gsqlparser.nodes
Class TRelationExprList

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

public class TRelationExprList
extends TParseTreeNodeList


Constructor Summary
TRelationExprList()
           
 
Method Summary
 void addRelationExpr(TRelationExpr RelationExpr)
           
 TRelationExpr getRelationExpr(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

TRelationExprList

public TRelationExprList()
Method Detail

addRelationExpr

public void addRelationExpr(TRelationExpr RelationExpr)

getRelationExpr

public TRelationExpr getRelationExpr(int position)