Uses of Class
mondrian.mdx.ParameterExpr
-
Packages that use ParameterExpr 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. -
-
Uses of ParameterExpr in mondrian.mdx
Methods in mondrian.mdx that return ParameterExpr Modifier and Type Method Description ParameterExpr
ParameterExpr. clone()
Methods in mondrian.mdx with parameters of type ParameterExpr Modifier and Type Method Description Object
MdxVisitor. visit(ParameterExpr parameterExpr)
Visits a Parameter.Object
MdxVisitorImpl. visit(ParameterExpr parameterExpr)
-
Uses of ParameterExpr in mondrian.olap
Methods in mondrian.olap with parameters of type ParameterExpr Modifier and Type Method Description void
Validator. 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 Modifier and Type Method Description Object
MemberExtractingVisitor. visit(ParameterExpr parameterExpr)
-