Uses of Class
mondrian.mdx.ParameterExpr
Packages that use ParameterExpr
Package
Description
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 ParameterExpr in mondrian.mdx
Methods in mondrian.mdx that return ParameterExprMethods in mondrian.mdx with parameters of type ParameterExprModifier and TypeMethodDescriptionMdxVisitor.visit(ParameterExpr parameterExpr) Visits a Parameter.MdxVisitorImpl.visit(ParameterExpr parameterExpr)  - 
Uses of ParameterExpr in mondrian.olap
Methods in mondrian.olap with parameters of type ParameterExprModifier and TypeMethodDescriptionvoidValidator.validate(ParameterExpr parameterExpr) Validates a usage of a parameter. - 
Uses of ParameterExpr in mondrian.olap.fun
Methods in mondrian.olap.fun with parameters of type ParameterExpr