Uses of Class
gudusoft.gsqlparser.nodes.TParameterDeclaration

Packages that use TParameterDeclaration
gudusoft.gsqlparser.nodes   
 

Uses of TParameterDeclaration in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TParameterDeclaration
 TParameterDeclaration TParameterDeclarationList.getParameterDeclarationItem(int position)
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TParameterDeclaration
 void TParameterDeclarationList.addParameterDeclarationItem(TParameterDeclaration ParameterDeclaration)
           
 void TParseTreeVisitor.postVisit(TParameterDeclaration node)
           
 void TParseTreeVisitor.preVisit(TParameterDeclaration node)