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 ObjectMdxVisitor. visit(Literal literal)Visits a Literal.ObjectMdxVisitorImpl. visit(Literal literal) -
Uses of Literal in mondrian.olap
Fields in mondrian.olap declared as Literal Modifier and Type Field Description static LiteralLiteral. doubleNegativeOnestatic LiteralLiteral. doubleOnestatic LiteralLiteral. doubleZerostatic LiteralLiteral. emptyStringstatic LiteralLiteral. negativeOnestatic LiteralLiteral. nullValuestatic LiteralLiteral. onestatic LiteralLiteral. zeroMethods in mondrian.olap that return Literal Modifier and Type Method Description LiteralLiteral. clone()static LiteralLiteral. create(Double d)Deprecated.static LiteralLiteral. create(Integer i)Deprecated.static LiteralLiteral. create(BigDecimal d)Creates a numeric literal.static LiteralLiteral. createString(String s)Creates a string literal.static LiteralLiteral. createSymbol(String s)Creates a symbol. -
Uses of Literal in mondrian.parser
Methods in mondrian.parser that return Literal Modifier and Type Method Description LiteralMdxParserImpl. numericLiteral()
-