Class mdxParser.Select_statementContext
Inheritance
System.Object
mdxParser.Select_statementContext
Assembly: Mdx.dll
Syntax
public class Select_statementContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
Select_statementContext(ParserRuleContext, Int32)
Declaration
public Select_statementContext(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 Parameters
|
Improve this Doc
View Source
axis_specification_list()
Declaration
public mdxParser.Axis_specification_listContext axis_specification_list()
Returns
|
Improve this Doc
View Source
cell_props()
Declaration
public mdxParser.Cell_propsContext cell_props()
Returns
|
Improve this Doc
View Source
cube_specification()
Declaration
public mdxParser.Cube_specificationContext cube_specification()
Returns
|
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
formula_specification()
Declaration
public mdxParser.Formula_specificationContext formula_specification()
Returns
|
Improve this Doc
View Source
FROM()
Declaration
public ITerminalNode FROM()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
SELECT()
Declaration
public ITerminalNode SELECT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
slicer_specification()
Declaration
public mdxParser.Slicer_specificationContext slicer_specification()
Returns
|
Improve this Doc
View Source
WHERE()
Declaration
public ITerminalNode WHERE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
WITH()
Declaration
public ITerminalNode WITH()
Returns
Type |
Description |
ITerminalNode |
|