Uses of Class
mondrian.mdx.LevelExpr
-
Packages that use LevelExpr Package Description mondrian.mdx Defines a parse tree for MDX expressions.mondrian.olap.fun Defines the set of MDX built-in functions. -
-
Uses of LevelExpr in mondrian.mdx
Methods in mondrian.mdx that return LevelExpr Modifier and Type Method Description LevelExprLevelExpr. clone()Methods in mondrian.mdx with parameters of type LevelExpr Modifier and Type Method Description ObjectMdxVisitor. visit(LevelExpr levelExpr)Visits a LevelExpr.ObjectMdxVisitorImpl. visit(LevelExpr levelExpr) -
Uses of LevelExpr in mondrian.olap.fun
Methods in mondrian.olap.fun with parameters of type LevelExpr Modifier and Type Method Description ObjectMemberExtractingVisitor. visit(LevelExpr levelExpr)
-