Uses of Interface
mondrian.mdx.MdxVisitor
-
Packages that use MdxVisitor Package Description mondrian.calc Provides compiled expressions.mondrian.mdx Defines a parse tree for MDX expressions.mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap.fun Defines the set of MDX built-in functions. -
-
Uses of MdxVisitor in mondrian.calc
Methods in mondrian.calc with parameters of type MdxVisitor Modifier and Type Method Description ObjectDummyExp. accept(MdxVisitor visitor) -
Uses of MdxVisitor in mondrian.mdx
Classes in mondrian.mdx that implement MdxVisitor Modifier and Type Class Description classMdxVisitorImplDefault implementation of the visitor interface,MdxVisitor.Methods in mondrian.mdx with parameters of type MdxVisitor Modifier and Type Method Description ObjectDimensionExpr. accept(MdxVisitor visitor)ObjectHierarchyExpr. accept(MdxVisitor visitor)ObjectLevelExpr. accept(MdxVisitor visitor)ObjectMemberExpr. accept(MdxVisitor visitor)ObjectNamedSetExpr. accept(MdxVisitor visitor)ObjectParameterExpr. accept(MdxVisitor visitor)ObjectResolvedFunCall. accept(MdxVisitor visitor)ObjectUnresolvedFunCall. accept(MdxVisitor visitor) -
Uses of MdxVisitor in mondrian.olap
Classes in mondrian.olap that implement MdxVisitor Modifier and Type Class Description classIdentifierVisitorMethods in mondrian.olap with parameters of type MdxVisitor Modifier and Type Method Description ObjectExp. accept(MdxVisitor visitor)Accepts a visitor to this Exp.ObjectFormula. accept(MdxVisitor visitor)Accepts a visitor to this Formula.ObjectId. accept(MdxVisitor visitor)ObjectLiteral. accept(MdxVisitor visitor)ObjectQuery. accept(MdxVisitor visitor)ObjectQueryAxis. accept(MdxVisitor visitor) -
Uses of MdxVisitor in mondrian.olap.fun
Classes in mondrian.olap.fun that implement MdxVisitor Modifier and Type Class Description classMemberExtractingVisitorVisitor which collects any non-measure base members encountered while traversing an expression.classResolvedFunCallFinderVisitor class used to locate a resolved function call within an expression
-