Uses of Class
org.olap4j.mdx.IdentifierNode
Packages that use IdentifierNode
Package
Description
Provides an object model to represent statements and expressions in the MDX lanaugage as a parse tree.
Provides a default implementation of the MDX parser API.
-
Uses of IdentifierNode in org.olap4j.mdx
Methods in org.olap4j.mdx that return IdentifierNodeModifier and TypeMethodDescriptionIdentifierNode.append(IdentifierSegment segment) Returns a new Identifier consisting of this one with another segment appended.IdentifierNode.deepCopy()WithMemberNode.getIdentifier()Returns the name of the member declared.WithSetNode.getIdentifier()Returns the name of the set.static IdentifierNodeConverts an array of quoted name segments into an identifier.static IdentifierNodeIdentifierNode.parseIdentifier(String identifier) Parses an MDX identifier string into anIdentifierNode.Methods in org.olap4j.mdx that return types with arguments of type IdentifierNodeModifier and TypeMethodDescriptionSelectNode.getCellPropertyList()Returns a list of cell properties in this SelectNode.AxisNode.getDimensionProperties()Returns the list of dimension properties of this axis.Methods in org.olap4j.mdx with parameters of type IdentifierNodeModifier and TypeMethodDescriptionParseTreeVisitor.visit(IdentifierNode id) Visits an identifier.Constructors in org.olap4j.mdx with parameters of type IdentifierNodeModifierConstructorDescriptionWithMemberNode(ParseRegion region, IdentifierNode name, ParseTreeNode exp, List<PropertyValueNode> memberPropertyList) Constructs a formula specifying a member.WithSetNode(ParseRegion region, IdentifierNode name, ParseTreeNode expression) Creates a declaration of a named set.Constructor parameters in org.olap4j.mdx with type arguments of type IdentifierNodeModifierConstructorDescriptionAxisNode(ParseRegion region, boolean nonEmpty, Axis axis, List<IdentifierNode> dimensionProperties, ParseTreeNode expression) Creates an axis. -
Uses of IdentifierNode in org.olap4j.mdx.parser.impl
Methods in org.olap4j.mdx.parser.impl that return IdentifierNodeModifier and TypeMethodDescriptionfinal IdentifierNodeMdxParserImpl.compoundId()final IdentifierNodeMdxParserImpl.returnItem()