Uses of Class
mondrian.mdx.UnresolvedFunCall
-
Packages that use UnresolvedFunCall Package Description mondrian.mdx Defines a parse tree for MDX expressions. -
-
Uses of UnresolvedFunCall in mondrian.mdx
Methods in mondrian.mdx that return UnresolvedFunCall Modifier and Type Method Description UnresolvedFunCall
UnresolvedFunCall. clone()
Methods in mondrian.mdx with parameters of type UnresolvedFunCall Modifier and Type Method Description Object
MdxVisitor. visit(UnresolvedFunCall call)
Visits an UnresolvedFunCall.Object
MdxVisitorImpl. visit(UnresolvedFunCall call)
-