Class mdxParser
Inheritance
System.Object
mdxParser
Assembly: Mdx.dll
Syntax
public class mdxParser : Parser
Constructors
|
Improve this Doc
View Source
mdxParser(ITokenStream)
Declaration
public mdxParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
mdxParser(ITokenStream, TextWriter, TextWriter)
Declaration
public mdxParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
_ATN
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
AMP_QUOTED_ID
Declaration
public const int AMP_QUOTED_ID = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AND
Declaration
public const int AND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AS
Declaration
public const int AS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ASTERISK
Declaration
public const int ASTERISK = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CASE
Declaration
public const int CASE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CELL
Declaration
public const int CELL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CELL_ORDINAL
Declaration
public const int CELL_ORDINAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COLON
Declaration
public const int COLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COMMA
Declaration
public const int COMMA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CONCAT
Declaration
public const int CONCAT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CREATE
Declaration
public const int CREATE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
decisionToDFA
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
DIMENSION
Declaration
public const int DIMENSION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DOT
Declaration
public const int DOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ELSE
Declaration
public const int ELSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EMPTY
Declaration
public const int EMPTY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
END
Declaration
public const int END = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EQ
Declaration
public const int EQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
F
Declaration
public const int F = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int FORMATTED_VALUE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FROM
Declaration
public const int FROM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GE
Declaration
public const int GE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GLOBAL
Declaration
public const int GLOBAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GT
Declaration
public const int GT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ID
Declaration
public const int ID = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LBRACE
Declaration
public const int LBRACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LE
Declaration
public const int LE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LPAREN
Declaration
public const int LPAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LT
Declaration
public const int LT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MEMBER
Declaration
public const int MEMBER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MINUS
Declaration
public const int MINUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NE
Declaration
public const int NE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NON
Declaration
public const int NON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NOT
Declaration
public const int NOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NUMBER
Declaration
public const int NUMBER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ON
Declaration
public const int ON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OR
Declaration
public const int OR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PLUS
Declaration
public const int PLUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PROPERTIES
Declaration
public const int PROPERTIES = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QUOTE
Declaration
public const int QUOTE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QUOTED_ID
Declaration
public const int QUOTED_ID = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RBRACE
Declaration
public const int RBRACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RPAREN
Declaration
public const int RPAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_amp_quoted_identifier
Declaration
public const int RULE_amp_quoted_identifier = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_axis_name
Declaration
public const int RULE_axis_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_axis_specification
Declaration
public const int RULE_axis_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_axis_specification_list
Declaration
public const int RULE_axis_specification_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_case_expression
Declaration
public const int RULE_case_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_cell_property
Declaration
public const int RULE_cell_property = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_cell_property_list
Declaration
public const int RULE_cell_property_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_cell_props
Declaration
public const int RULE_cell_props = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_comp_op
Declaration
public const int RULE_comp_op = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_compound_id
Declaration
public const int RULE_compound_id = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_cube_name
Declaration
public const int RULE_cube_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_cube_specification
Declaration
public const int RULE_cube_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_dim_props
Declaration
public const int RULE_dim_props = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_exp_list
Declaration
public const int RULE_exp_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_expression
Declaration
public const int RULE_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_factor
Declaration
public const int RULE_factor = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_formula_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_function_
Declaration
public const int RULE_function_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_identifier
Declaration
public const int RULE_identifier = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_keyword
Declaration
public const int RULE_keyword = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_mandatory_cell_property
Declaration
public const int RULE_mandatory_cell_property = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_mdx_statement
Declaration
public const int RULE_mdx_statement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_member_name
Declaration
public const int RULE_member_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_member_property_def_list
Declaration
public const int RULE_member_property_def_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_member_property_definition
Declaration
public const int RULE_member_property_definition = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_member_specification
Declaration
public const int RULE_member_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_property_
Declaration
public const int RULE_property_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_property_list
Declaration
public const int RULE_property_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_provider_specific_cell_property
Declaration
public const int RULE_provider_specific_cell_property = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_quoted_identifier
Declaration
public const int RULE_quoted_identifier = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_select_statement
Declaration
public const int RULE_select_statement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_set_name
Declaration
public const int RULE_set_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_set_specification
Declaration
public const int RULE_set_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_single_formula_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_slicer_specification
Declaration
public const int RULE_slicer_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_term
Declaration
public const int RULE_term = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_term2
Declaration
public const int RULE_term2 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_term3
Declaration
public const int RULE_term3 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_term4
Declaration
public const int RULE_term4 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_term5
Declaration
public const int RULE_term5 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_unquoted_identifier
Declaration
public const int RULE_unquoted_identifier = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_value_expression
Declaration
public const int RULE_value_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_value_expression_primary
Declaration
public const int RULE_value_expression_primary = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_value_expression_primary0
Declaration
public const int RULE_value_expression_primary0 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_value_or_expression
Declaration
public const int RULE_value_or_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_value_xor_expression
Declaration
public const int RULE_value_xor_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_when_clause
Declaration
public const int RULE_when_clause = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_when_list
Declaration
public const int RULE_when_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SELECT
Declaration
public const int SELECT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SEMICOLON
Declaration
public const int SEMICOLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SESSION
Declaration
public const int SESSION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SET
Declaration
public const int SET = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
SOLIDUS
Declaration
public const int SOLIDUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STRING
Declaration
public const int STRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
THEN
Declaration
public const int THEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VALUE
Declaration
public const int VALUE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WHEN
Declaration
public const int WHEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WHERE
Declaration
public const int WHERE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WITH
Declaration
public const int WITH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WS
Declaration
public const int WS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
XOR
Declaration
public const int XOR = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RuleNames
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SerializedAtn
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vocabulary
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|
Methods
|
Improve this Doc
View Source
amp_quoted_identifier()
Declaration
public mdxParser.Amp_quoted_identifierContext amp_quoted_identifier()
Returns
|
Improve this Doc
View Source
axis_name()
Declaration
public mdxParser.Axis_nameContext axis_name()
Returns
|
Improve this Doc
View Source
axis_specification()
Declaration
public mdxParser.Axis_specificationContext axis_specification()
Returns
|
Improve this Doc
View Source
axis_specification_list()
Declaration
public mdxParser.Axis_specification_listContext axis_specification_list()
Returns
|
Improve this Doc
View Source
case_expression()
Declaration
public mdxParser.Case_expressionContext case_expression()
Returns
|
Improve this Doc
View Source
cell_property()
Declaration
public mdxParser.Cell_propertyContext cell_property()
Returns
|
Improve this Doc
View Source
cell_property_list()
Declaration
public mdxParser.Cell_property_listContext cell_property_list()
Returns
|
Improve this Doc
View Source
cell_props()
Declaration
public mdxParser.Cell_propsContext cell_props()
Returns
|
Improve this Doc
View Source
comp_op()
Declaration
public mdxParser.Comp_opContext comp_op()
Returns
|
Improve this Doc
View Source
compound_id()
Declaration
public mdxParser.Compound_idContext compound_id()
Returns
|
Improve this Doc
View Source
cube_name()
Declaration
public mdxParser.Cube_nameContext cube_name()
Returns
|
Improve this Doc
View Source
cube_specification()
Declaration
public mdxParser.Cube_specificationContext cube_specification()
Returns
|
Improve this Doc
View Source
dim_props()
Declaration
public mdxParser.Dim_propsContext dim_props()
Returns
|
Improve this Doc
View Source
exp_list()
Declaration
public mdxParser.Exp_listContext exp_list()
Returns
|
Improve this Doc
View Source
expression()
Declaration
public mdxParser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
factor()
Declaration
public mdxParser.FactorContext factor()
Returns
|
Improve this Doc
View Source
Declaration
public mdxParser.Formula_specificationContext formula_specification()
Returns
|
Improve this Doc
View Source
function_()
Declaration
public mdxParser.Function_Context function_()
Returns
|
Improve this Doc
View Source
identifier()
Declaration
public mdxParser.IdentifierContext identifier()
Returns
|
Improve this Doc
View Source
keyword()
Declaration
public mdxParser.KeywordContext keyword()
Returns
|
Improve this Doc
View Source
mandatory_cell_property()
Declaration
public mdxParser.Mandatory_cell_propertyContext mandatory_cell_property()
Returns
|
Improve this Doc
View Source
mdx_statement()
Declaration
public mdxParser.Mdx_statementContext mdx_statement()
Returns
|
Improve this Doc
View Source
member_name()
Declaration
public mdxParser.Member_nameContext member_name()
Returns
|
Improve this Doc
View Source
member_property_def_list()
Declaration
public mdxParser.Member_property_def_listContext member_property_def_list()
Returns
|
Improve this Doc
View Source
member_property_definition()
Declaration
public mdxParser.Member_property_definitionContext member_property_definition()
Returns
|
Improve this Doc
View Source
member_specification()
Declaration
public mdxParser.Member_specificationContext member_specification()
Returns
|
Improve this Doc
View Source
property_()
Declaration
public mdxParser.Property_Context property_()
Returns
|
Improve this Doc
View Source
property_list()
Declaration
public mdxParser.Property_listContext property_list()
Returns
|
Improve this Doc
View Source
provider_specific_cell_property()
Declaration
public mdxParser.Provider_specific_cell_propertyContext provider_specific_cell_property()
Returns
|
Improve this Doc
View Source
quoted_identifier()
Declaration
public mdxParser.Quoted_identifierContext quoted_identifier()
Returns
|
Improve this Doc
View Source
select_statement()
Declaration
public mdxParser.Select_statementContext select_statement()
Returns
|
Improve this Doc
View Source
set_name()
Declaration
public mdxParser.Set_nameContext set_name()
Returns
|
Improve this Doc
View Source
set_specification()
Declaration
public mdxParser.Set_specificationContext set_specification()
Returns
|
Improve this Doc
View Source
Declaration
public mdxParser.Single_formula_specificationContext single_formula_specification()
Returns
|
Improve this Doc
View Source
slicer_specification()
Declaration
public mdxParser.Slicer_specificationContext slicer_specification()
Returns
|
Improve this Doc
View Source
term()
Declaration
public mdxParser.TermContext term()
Returns
|
Improve this Doc
View Source
term2()
Declaration
public mdxParser.Term2Context term2()
Returns
|
Improve this Doc
View Source
term3()
Declaration
public mdxParser.Term3Context term3()
Returns
|
Improve this Doc
View Source
term4()
Declaration
public mdxParser.Term4Context term4()
Returns
|
Improve this Doc
View Source
term5()
Declaration
public mdxParser.Term5Context term5()
Returns
|
Improve this Doc
View Source
unquoted_identifier()
Declaration
public mdxParser.Unquoted_identifierContext unquoted_identifier()
Returns
|
Improve this Doc
View Source
value_expression()
Declaration
public mdxParser.Value_expressionContext value_expression()
Returns
|
Improve this Doc
View Source
value_expression_primary()
Declaration
public mdxParser.Value_expression_primaryContext value_expression_primary()
Returns
|
Improve this Doc
View Source
value_expression_primary0()
Declaration
public mdxParser.Value_expression_primary0Context value_expression_primary0()
Returns
|
Improve this Doc
View Source
value_or_expression()
Declaration
public mdxParser.Value_or_expressionContext value_or_expression()
Returns
|
Improve this Doc
View Source
value_xor_expression()
Declaration
public mdxParser.Value_xor_expressionContext value_xor_expression()
Returns
|
Improve this Doc
View Source
when_clause()
Declaration
public mdxParser.When_clauseContext when_clause()
Returns
|
Improve this Doc
View Source
when_list()
Declaration
public mdxParser.When_listContext when_list()
Returns