Uses of Interface
mondrian.mdx.MdxVisitor
Packages that use MdxVisitor
Package
Description
Provides compiled expressions.
Defines a parse tree for MDX expressions.
Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries.
Defines the set of MDX built-in functions.
- 
Uses of MdxVisitor in mondrian.calc
Methods in mondrian.calc with parameters of type MdxVisitor - 
Uses of MdxVisitor in mondrian.mdx
Classes in mondrian.mdx that implement MdxVisitorModifier and TypeClassDescriptionclassDefault implementation of the visitor interface,MdxVisitor.Methods in mondrian.mdx with parameters of type MdxVisitorModifier and TypeMethodDescriptionDimensionExpr.accept(MdxVisitor visitor) HierarchyExpr.accept(MdxVisitor visitor) LevelExpr.accept(MdxVisitor visitor) MemberExpr.accept(MdxVisitor visitor) NamedSetExpr.accept(MdxVisitor visitor) ParameterExpr.accept(MdxVisitor visitor) ResolvedFunCall.accept(MdxVisitor visitor) UnresolvedFunCall.accept(MdxVisitor visitor)  - 
Uses of MdxVisitor in mondrian.olap
Classes in mondrian.olap that implement MdxVisitorMethods in mondrian.olap with parameters of type MdxVisitorModifier and TypeMethodDescriptionExp.accept(MdxVisitor visitor) Accepts a visitor to this Exp.Formula.accept(MdxVisitor visitor) Accepts a visitor to this Formula.Id.accept(MdxVisitor visitor) Literal.accept(MdxVisitor visitor) Query.accept(MdxVisitor visitor) QueryAxis.accept(MdxVisitor visitor)  - 
Uses of MdxVisitor in mondrian.olap.fun
Classes in mondrian.olap.fun that implement MdxVisitorModifier and TypeClassDescriptionclassVisitor which collects any non-measure base members encountered while traversing an expression.classVisitor class used to locate a resolved function call within an expression