Show / Hide Table of Contents

Class mdxParser.Axis_specificationContext

Inheritance
System.Object
mdxParser.Axis_specificationContext
Namespace: GCore.Antlr.Grammers.Mdx
Assembly: Mdx.dll
Syntax
public class Axis_specificationContext : ParserRuleContext

Constructors

| Improve this Doc View Source

Axis_specificationContext(ParserRuleContext, Int32)

Declaration
public Axis_specificationContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

axis_name()

Declaration
public mdxParser.Axis_nameContext axis_name()
Returns
Type Description
mdxParser.Axis_nameContext
| Improve this Doc View Source

dim_props()

Declaration
public mdxParser.Dim_propsContext dim_props()
Returns
Type Description
mdxParser.Dim_propsContext
| Improve this Doc View Source

EMPTY()

Declaration
public ITerminalNode EMPTY()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

expression()

Declaration
public mdxParser.ExpressionContext expression()
Returns
Type Description
mdxParser.ExpressionContext
| Improve this Doc View Source

NON()

Declaration
public ITerminalNode NON()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

ON()

Declaration
public ITerminalNode ON()
Returns
Type Description
ITerminalNode
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX