Uses of Enum Class
mondrian.olap.Syntax
Packages that use Syntax
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.
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
-
Uses of Syntax in mondrian.mdx
Methods in mondrian.mdx that return SyntaxModifier and TypeMethodDescriptionResolvedFunCall.getSyntax()
UnresolvedFunCall.getSyntax()
Returns the syntax of this function call.Constructors in mondrian.mdx with parameters of type SyntaxModifierConstructorDescriptionUnresolvedFunCall
(String name, Syntax syntax, Exp[] args) Creates a function call. -
Uses of Syntax in mondrian.olap
Methods in mondrian.olap that return SyntaxModifier and TypeMethodDescriptionFunCall.getSyntax()
Returns the syntax of the call.FunDef.getSyntax()
Returns the syntactic type of the function.static Syntax
Returns the enum constant of this class with the specified name.static Syntax[]
Syntax.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in mondrian.olap with parameters of type Syntax -
Uses of Syntax in mondrian.olap.fun
Methods in mondrian.olap.fun that return SyntaxModifier and TypeMethodDescriptionstatic Syntax
FunUtil.decodeSyntacticType
(String flags) Decodes the syntactic type of an operator.FunDefBase.getSyntax()
FunInfo.getSyntax()
Returns the syntactic type of the function.MultiResolver.getSyntax()
Resolver.getSyntax()
Returns the syntax with which the function or operator was invoked.UdfResolver.getSyntax()
Methods in mondrian.olap.fun with parameters of type SyntaxModifier and TypeMethodDescriptionFunTableImpl.getResolvers
(String name, Syntax syntax) static FunDef
FunUtil.resolveFunArgs
(Validator validator, FunDef funDef, Exp[] args, Exp[] newArgs, String name, Syntax syntax) Validates the arguments to a function and resolves the function.Constructors in mondrian.olap.fun with parameters of type SyntaxModifierConstructorDescriptionJavaFunDef
(String name, String desc, Syntax syntax, int returnCategory, int[] paramCategories, Method method) Creates a JavaFunDef. -
Uses of Syntax in mondrian.spi
Methods in mondrian.spi that return Syntax -
Uses of Syntax in mondrian.udf
Methods in mondrian.udf that return Syntax