Uses of Interface
org.olap4j.impl.IdentifierParser.Builder
Packages that use IdentifierParser.Builder
Package
Description
Contains miscellaneous classes used by the olap4j API and drivers implementing
the API.
-
Uses of IdentifierParser.Builder in org.olap4j.impl
Classes in org.olap4j.impl that implement IdentifierParser.BuilderModifier and TypeClassDescriptionstatic class
Implementation ofIdentifierParser.Builder
that collects the segments that make up the name of a member in a list.static class
Implementation ofIdentifierParser.Builder
that collects segments into members, then collects members into lists.Methods in org.olap4j.impl with parameters of type IdentifierParser.BuilderModifier and TypeMethodDescriptionstatic int
IdentifierParser.parseMember
(IdentifierParser.Builder builder, String string, int i) static void
IdentifierParser.parseMemberList
(IdentifierParser.Builder builder, String string) static int
IdentifierParser.parseTuple
(IdentifierParser.Builder builder, String string, int i) Parses a tuple, of the form '(member, member, ...)', and calls builder methods when finding a segment, member or tuple.static void
IdentifierParser.parseTupleList
(IdentifierParser.Builder builder, String string) Parses a list of tuples (or a list of members).