Package mondrian.util

Class IdentifierParser


  • public class IdentifierParser
    extends org.olap4j.impl.IdentifierParser
    Utilities for parsing fully-qualified member names, tuples, member lists, and tuple lists.
    Author:
    jhyde
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  IdentifierParser.BuilderImpl
      Implementation of Builder that resolves segment lists to members.
      static class  IdentifierParser.MemberListBuilder
      Implementation of Builder that builds a member list.
      static class  IdentifierParser.TupleBuilder
      Implementation of Builder that builds a tuple.
      static class  IdentifierParser.TupleListBuilder
      Implementation of Builder that builds a tuple list.
      • Nested classes/interfaces inherited from class org.olap4j.impl.IdentifierParser

        org.olap4j.impl.IdentifierParser.Builder, org.olap4j.impl.IdentifierParser.MemberBuilder
    • Method Summary

      • Methods inherited from class org.olap4j.impl.IdentifierParser

        parseIdentifier, parseIdentifierList, parseMember, parseMemberList, parseTuple, parseTupleList
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdentifierParser

        public IdentifierParser()