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 Object
DummyExp. accept(MdxVisitor visitor)
-
Uses of MdxVisitor in mondrian.mdx
Classes in mondrian.mdx that implement MdxVisitor Modifier and Type Class Description class
MdxVisitorImpl
Default implementation of the visitor interface,MdxVisitor
.Methods in mondrian.mdx with parameters of type MdxVisitor Modifier and Type Method Description Object
DimensionExpr. accept(MdxVisitor visitor)
Object
HierarchyExpr. accept(MdxVisitor visitor)
Object
LevelExpr. accept(MdxVisitor visitor)
Object
MemberExpr. accept(MdxVisitor visitor)
Object
NamedSetExpr. accept(MdxVisitor visitor)
Object
ParameterExpr. accept(MdxVisitor visitor)
Object
ResolvedFunCall. accept(MdxVisitor visitor)
Object
UnresolvedFunCall. accept(MdxVisitor visitor)
-
Uses of MdxVisitor in mondrian.olap
Classes in mondrian.olap that implement MdxVisitor Modifier and Type Class Description class
IdentifierVisitor
Methods in mondrian.olap with parameters of type MdxVisitor Modifier and Type Method Description Object
Exp. accept(MdxVisitor visitor)
Accepts a visitor to this Exp.Object
Formula. accept(MdxVisitor visitor)
Accepts a visitor to this Formula.Object
Id. accept(MdxVisitor visitor)
Object
Literal. accept(MdxVisitor visitor)
Object
Query. accept(MdxVisitor visitor)
Object
QueryAxis. accept(MdxVisitor visitor)
-
Uses of MdxVisitor in mondrian.olap.fun
Classes in mondrian.olap.fun that implement MdxVisitor Modifier and Type Class Description class
MemberExtractingVisitor
Visitor which collects any non-measure base members encountered while traversing an expression.class
ResolvedFunCallFinder
Visitor class used to locate a resolved function call within an expression
-