Uses of Enum Class
org.olap4j.mdx.Syntax
Packages that use Syntax
Package
Description
Provides an object model to represent statements and expressions in the MDX lanaugage as a parse tree.
-
Uses of Syntax in org.olap4j.mdx
Methods in org.olap4j.mdx that return SyntaxModifier and TypeMethodDescriptionCallNode.getSyntax()Returns the syntax of this call.static SyntaxReturns 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.Constructors in org.olap4j.mdx with parameters of type SyntaxModifierConstructorDescriptionCallNode(ParseRegion region, String name, Syntax syntax, List<ParseTreeNode> args) Creates a CallNode.CallNode(ParseRegion region, String name, Syntax syntax, ParseTreeNode... args) Creates an CallNode using a variable number of arguments.