| Package | Description | 
|---|---|
| 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 | 
|---|---|
ParameterExpr | 
ParameterExpr.clone()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
MdxVisitorImpl.visit(ParameterExpr parameterExpr)  | 
Object | 
MdxVisitor.visit(ParameterExpr parameterExpr)
Visits a Parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Validator.validate(ParameterExpr parameterExpr)
Validates a usage of a parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
MemberExtractingVisitor.visit(ParameterExpr parameterExpr)  | 
Copyright © 2017 Hitachi Vantara. All rights reserved.