Package mondrian.util

Class IdentifierParser.BuilderImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.olap4j.impl.IdentifierParser.Builder

        org.olap4j.impl.IdentifierParser.Builder.Syntax
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Hierarchy> hierarchyList  
      • Fields inherited from class org.olap4j.impl.IdentifierParser.MemberBuilder

        segmentList, subSegments
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Member resolveMember​(Hierarchy expectedHierarchy)  
      • Methods inherited from class org.olap4j.impl.IdentifierParser.MemberBuilder

        memberComplete, segmentComplete, tupleComplete
      • Methods inherited from class java.lang.Object

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

      • hierarchyList

        protected final java.util.List<Hierarchy> hierarchyList
    • Method Detail

      • resolveMember

        protected Member resolveMember​(Hierarchy expectedHierarchy)