| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | DummyExp. accept(MdxVisitor visitor) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MdxVisitorImplDefault implementation of the visitor interface,  MdxVisitor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | LevelExpr. accept(MdxVisitor visitor) | 
| Object | ParameterExpr. accept(MdxVisitor visitor) | 
| Object | DimensionExpr. accept(MdxVisitor visitor) | 
| Object | MemberExpr. accept(MdxVisitor visitor) | 
| Object | NamedSetExpr. accept(MdxVisitor visitor) | 
| Object | UnresolvedFunCall. accept(MdxVisitor visitor) | 
| Object | ResolvedFunCall. accept(MdxVisitor visitor) | 
| Object | HierarchyExpr. accept(MdxVisitor visitor) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IdentifierVisitor | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | Id. accept(MdxVisitor visitor) | 
| Object | Literal. accept(MdxVisitor visitor) | 
| Object | Exp. accept(MdxVisitor visitor)Accepts a visitor to this Exp. | 
| Object | QueryAxis. accept(MdxVisitor visitor) | 
| Object | Formula. accept(MdxVisitor visitor)Accepts a visitor to this Formula. | 
| Object | Query. accept(MdxVisitor visitor) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MemberExtractingVisitorVisitor which collects any non-measure base members encountered while
 traversing an expression. | 
| class  | ResolvedFunCallFinderVisitor class used to locate a resolved function call within an
 expression | 
Copyright © 2021 Hitachi Vantara. All rights reserved.