Uses of Class
gudusoft.gsqlparser.nodes.mdx.TMdxCalcPropNode

Packages that use TMdxCalcPropNode
gudusoft.gsqlparser.nodes   
gudusoft.gsqlparser.nodes.mdx   
 

Uses of TMdxCalcPropNode in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TMdxCalcPropNode
 void TParseTreeVisitor.postVisit(TMdxCalcPropNode node)
           
 void TParseTreeVisitor.preVisit(TMdxCalcPropNode node)
           
 

Uses of TMdxCalcPropNode in gudusoft.gsqlparser.nodes.mdx
 

Methods in gudusoft.gsqlparser.nodes.mdx that return types with arguments of type TMdxCalcPropNode
 TPTNodeList<TMdxCalcPropNode> TMdxWithNode.getCalcProps()