Uses of Interface
gudusoft.gsqlparser.nodes.mdx.IMdxIdentifierSegment
Packages that use IMdxIdentifierSegment
-
Uses of IMdxIdentifierSegment in gudusoft.gsqlparser.nodes.mdx
Classes in gudusoft.gsqlparser.nodes.mdx that implement IMdxIdentifierSegmentModifier and TypeClassDescriptionclassKey segment used in identifier node.className segment used in identifier node.Methods in gudusoft.gsqlparser.nodes.mdx that return IMdxIdentifierSegmentModifier and TypeMethodDescriptionTMdxFunctionNode.getFunctionSegment()TMdxPropertyNode.getFunctionSegment()Methods in gudusoft.gsqlparser.nodes.mdx that return types with arguments of type IMdxIdentifierSegmentModifier and TypeMethodDescriptionTMdxIdentifierNode.getSegmentList()Returns the list of segments which constitute this identifier.TMdxIdentifierNode.getSegments()Methods in gudusoft.gsqlparser.nodes.mdx with parameters of type IMdxIdentifierSegmentModifier and TypeMethodDescriptionvoidTMdxIdentifierNode.add(IMdxIdentifierSegment segment) Returns a new Identifier consisting of this one with another segment appended.voidTMdxIdentifierNode.insertAt(IMdxIdentifierSegment segment, int index)