Package mondrian.util

Class IdentifierParser.BuilderImpl

java.lang.Object
org.olap4j.impl.IdentifierParser.MemberBuilder
mondrian.util.IdentifierParser.BuilderImpl
All Implemented Interfaces:
org.olap4j.impl.IdentifierParser.Builder
Direct Known Subclasses:
IdentifierParser.MemberListBuilder, IdentifierParser.TupleBuilder
Enclosing class:
IdentifierParser

public static class IdentifierParser.BuilderImpl extends org.olap4j.impl.IdentifierParser.MemberBuilder
Implementation of Builder that resolves segment lists to members.
  • 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 final List<Hierarchy>
     

    Fields inherited from class org.olap4j.impl.IdentifierParser.MemberBuilder

    segmentList, subSegments
  • Method Summary

    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 Details

  • Method Details

    • resolveMember

      protected Member resolveMember(Hierarchy expectedHierarchy)