Uses of Class
gudusoft.gsqlparser.nodes.TTypeAttribute

Packages that use TTypeAttribute
gudusoft.gsqlparser.nodes   
 

Uses of TTypeAttribute in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TTypeAttribute
 TTypeAttribute TTypeAttributeList.getAttributeItem(int position)
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TTypeAttribute
 void TTypeAttributeList.addAttributeItem(TTypeAttribute cexpr)
           
 void TParseTreeVisitor.postVisit(TTypeAttribute node)
           
 void TParseTreeVisitor.preVisit(TTypeAttribute node)