Uses of Class
mondrian.olap.Literal
-
Packages that use Literal Package Description mondrian.mdx Defines a parse tree for MDX expressions.mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.parser -
-
Uses of Literal in mondrian.mdx
Methods in mondrian.mdx with parameters of type Literal Modifier and Type Method Description Object
MdxVisitor. visit(Literal literal)
Visits a Literal.Object
MdxVisitorImpl. visit(Literal literal)
-
Uses of Literal in mondrian.olap
Fields in mondrian.olap declared as Literal Modifier and Type Field Description static Literal
Literal. doubleNegativeOne
static Literal
Literal. doubleOne
static Literal
Literal. doubleZero
static Literal
Literal. emptyString
static Literal
Literal. negativeOne
static Literal
Literal. nullValue
static Literal
Literal. one
static Literal
Literal. zero
Methods in mondrian.olap that return Literal Modifier and Type Method Description Literal
Literal. clone()
static Literal
Literal. create(Double d)
Deprecated.static Literal
Literal. create(Integer i)
Deprecated.static Literal
Literal. create(BigDecimal d)
Creates a numeric literal.static Literal
Literal. createString(String s)
Creates a string literal.static Literal
Literal. createSymbol(String s)
Creates a symbol. -
Uses of Literal in mondrian.parser
Methods in mondrian.parser that return Literal Modifier and Type Method Description Literal
MdxParserImpl. numericLiteral()
-