Uses of Class
org.olap4j.mdx.LiteralNode
Packages that use LiteralNode
Package
Description
Provides an object model to represent statements and expressions in the MDX lanaugage as a parse tree.
Provides a default implementation of the MDX parser API.
-
Uses of LiteralNode in org.olap4j.mdx
Methods in org.olap4j.mdx that return LiteralNodeModifier and TypeMethodDescriptionstatic LiteralNode
LiteralNode.createNull
(ParseRegion region) Creates a literal with the NULL value.static LiteralNode
LiteralNode.createNumeric
(ParseRegion region, BigDecimal value, boolean approximate) Creates a numeric literal.static LiteralNode
LiteralNode.createString
(ParseRegion region, String value) Creates a string literal.static LiteralNode
LiteralNode.createSymbol
(ParseRegion region, String value) Creates a symbol literal.LiteralNode.deepCopy()
Methods in org.olap4j.mdx with parameters of type LiteralNodeModifier and TypeMethodDescriptionParseTreeVisitor.visit
(LiteralNode literalNode) Visits a literal. -
Uses of LiteralNode in org.olap4j.mdx.parser.impl
Methods in org.olap4j.mdx.parser.impl that return LiteralNode