Uses of Interface
mondrian.parser.MdxParserValidator
-
Packages that use MdxParserValidator Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.parser -
-
Uses of MdxParserValidator in mondrian.olap
Methods in mondrian.olap that return MdxParserValidator Modifier and Type Method Description protected MdxParserValidator
ConnectionBase. createParser()
-
Uses of MdxParserValidator in mondrian.parser
Classes in mondrian.parser that implement MdxParserValidator Modifier and Type Class Description class
JavaccParserValidatorImpl
Default implementation ofMdxParserValidator
, using the JavaCC parser generator.class
MdxParserValidatorImpl
Default implementation ofMdxParserValidator
.
-