Package mondrian.util
Class IdentifierParser
java.lang.Object
org.olap4j.impl.IdentifierParser
mondrian.util.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
Modifier and TypeClassDescriptionstatic class
Implementation of Builder that resolves segment lists to members.static class
Implementation of Builder that builds a member list.static class
Implementation of Builder that builds a tuple.static class
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
-
Constructor Summary
-
Method Summary
Methods inherited from class org.olap4j.impl.IdentifierParser
parseIdentifier, parseIdentifierList, parseMember, parseMemberList, parseTuple, parseTupleList
-
Constructor Details
-
IdentifierParser
public IdentifierParser()
-