Show / Hide Table of Contents

Interface ImdxListener

This interface defines a complete listener for a parse tree produced by mdxParser.

Namespace: GCore.Antlr.Grammers.Mdx
Assembly: Mdx.dll
Syntax
public interface ImdxListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAmp_quoted_identifier(mdxParser.Amp_quoted_identifierContext)

Enter a parse tree produced by amp_quoted_identifier().

Declaration
void EnterAmp_quoted_identifier(mdxParser.Amp_quoted_identifierContext context)
Parameters
Type Name Description
mdxParser.Amp_quoted_identifierContext context

The parse tree.

| Improve this Doc View Source

EnterAxis_name(mdxParser.Axis_nameContext)

Enter a parse tree produced by axis_name().

Declaration
void EnterAxis_name(mdxParser.Axis_nameContext context)
Parameters
Type Name Description
mdxParser.Axis_nameContext context

The parse tree.

| Improve this Doc View Source

EnterAxis_specification(mdxParser.Axis_specificationContext)

Enter a parse tree produced by axis_specification().

Declaration
void EnterAxis_specification(mdxParser.Axis_specificationContext context)
Parameters
Type Name Description
mdxParser.Axis_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterAxis_specification_list(mdxParser.Axis_specification_listContext)

Enter a parse tree produced by axis_specification_list().

Declaration
void EnterAxis_specification_list(mdxParser.Axis_specification_listContext context)
Parameters
Type Name Description
mdxParser.Axis_specification_listContext context

The parse tree.

| Improve this Doc View Source

EnterCase_expression(mdxParser.Case_expressionContext)

Enter a parse tree produced by case_expression().

Declaration
void EnterCase_expression(mdxParser.Case_expressionContext context)
Parameters
Type Name Description
mdxParser.Case_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterCell_property(mdxParser.Cell_propertyContext)

Enter a parse tree produced by cell_property().

Declaration
void EnterCell_property(mdxParser.Cell_propertyContext context)
Parameters
Type Name Description
mdxParser.Cell_propertyContext context

The parse tree.

| Improve this Doc View Source

EnterCell_property_list(mdxParser.Cell_property_listContext)

Enter a parse tree produced by cell_property_list().

Declaration
void EnterCell_property_list(mdxParser.Cell_property_listContext context)
Parameters
Type Name Description
mdxParser.Cell_property_listContext context

The parse tree.

| Improve this Doc View Source

EnterCell_props(mdxParser.Cell_propsContext)

Enter a parse tree produced by cell_props().

Declaration
void EnterCell_props(mdxParser.Cell_propsContext context)
Parameters
Type Name Description
mdxParser.Cell_propsContext context

The parse tree.

| Improve this Doc View Source

EnterComp_op(mdxParser.Comp_opContext)

Enter a parse tree produced by comp_op().

Declaration
void EnterComp_op(mdxParser.Comp_opContext context)
Parameters
Type Name Description
mdxParser.Comp_opContext context

The parse tree.

| Improve this Doc View Source

EnterCompound_id(mdxParser.Compound_idContext)

Enter a parse tree produced by compound_id().

Declaration
void EnterCompound_id(mdxParser.Compound_idContext context)
Parameters
Type Name Description
mdxParser.Compound_idContext context

The parse tree.

| Improve this Doc View Source

EnterCube_name(mdxParser.Cube_nameContext)

Enter a parse tree produced by cube_name().

Declaration
void EnterCube_name(mdxParser.Cube_nameContext context)
Parameters
Type Name Description
mdxParser.Cube_nameContext context

The parse tree.

| Improve this Doc View Source

EnterCube_specification(mdxParser.Cube_specificationContext)

Enter a parse tree produced by cube_specification().

Declaration
void EnterCube_specification(mdxParser.Cube_specificationContext context)
Parameters
Type Name Description
mdxParser.Cube_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterDim_props(mdxParser.Dim_propsContext)

Enter a parse tree produced by dim_props().

Declaration
void EnterDim_props(mdxParser.Dim_propsContext context)
Parameters
Type Name Description
mdxParser.Dim_propsContext context

The parse tree.

| Improve this Doc View Source

EnterExp_list(mdxParser.Exp_listContext)

Enter a parse tree produced by exp_list().

Declaration
void EnterExp_list(mdxParser.Exp_listContext context)
Parameters
Type Name Description
mdxParser.Exp_listContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(mdxParser.ExpressionContext)

Enter a parse tree produced by expression().

Declaration
void EnterExpression(mdxParser.ExpressionContext context)
Parameters
Type Name Description
mdxParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterFactor(mdxParser.FactorContext)

Enter a parse tree produced by factor().

Declaration
void EnterFactor(mdxParser.FactorContext context)
Parameters
Type Name Description
mdxParser.FactorContext context

The parse tree.

| Improve this Doc View Source

EnterFormula_specification(mdxParser.Formula_specificationContext)

Enter a parse tree produced by formula_specification().

Declaration
void EnterFormula_specification(mdxParser.Formula_specificationContext context)
Parameters
Type Name Description
mdxParser.Formula_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_(mdxParser.Function_Context)

Enter a parse tree produced by function_().

Declaration
void EnterFunction_(mdxParser.Function_Context context)
Parameters
Type Name Description
mdxParser.Function_Context context

The parse tree.

| Improve this Doc View Source

EnterIdentifier(mdxParser.IdentifierContext)

Enter a parse tree produced by identifier().

Declaration
void EnterIdentifier(mdxParser.IdentifierContext context)
Parameters
Type Name Description
mdxParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterKeyword(mdxParser.KeywordContext)

Enter a parse tree produced by keyword().

Declaration
void EnterKeyword(mdxParser.KeywordContext context)
Parameters
Type Name Description
mdxParser.KeywordContext context

The parse tree.

| Improve this Doc View Source

EnterMandatory_cell_property(mdxParser.Mandatory_cell_propertyContext)

Enter a parse tree produced by mandatory_cell_property().

Declaration
void EnterMandatory_cell_property(mdxParser.Mandatory_cell_propertyContext context)
Parameters
Type Name Description
mdxParser.Mandatory_cell_propertyContext context

The parse tree.

| Improve this Doc View Source

EnterMdx_statement(mdxParser.Mdx_statementContext)

Enter a parse tree produced by mdx_statement().

Declaration
void EnterMdx_statement(mdxParser.Mdx_statementContext context)
Parameters
Type Name Description
mdxParser.Mdx_statementContext context

The parse tree.

| Improve this Doc View Source

EnterMember_name(mdxParser.Member_nameContext)

Enter a parse tree produced by member_name().

Declaration
void EnterMember_name(mdxParser.Member_nameContext context)
Parameters
Type Name Description
mdxParser.Member_nameContext context

The parse tree.

| Improve this Doc View Source

EnterMember_property_def_list(mdxParser.Member_property_def_listContext)

Enter a parse tree produced by member_property_def_list().

Declaration
void EnterMember_property_def_list(mdxParser.Member_property_def_listContext context)
Parameters
Type Name Description
mdxParser.Member_property_def_listContext context

The parse tree.

| Improve this Doc View Source

EnterMember_property_definition(mdxParser.Member_property_definitionContext)

Enter a parse tree produced by member_property_definition().

Declaration
void EnterMember_property_definition(mdxParser.Member_property_definitionContext context)
Parameters
Type Name Description
mdxParser.Member_property_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterMember_specification(mdxParser.Member_specificationContext)

Enter a parse tree produced by member_specification().

Declaration
void EnterMember_specification(mdxParser.Member_specificationContext context)
Parameters
Type Name Description
mdxParser.Member_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterProperty_(mdxParser.Property_Context)

Enter a parse tree produced by property_().

Declaration
void EnterProperty_(mdxParser.Property_Context context)
Parameters
Type Name Description
mdxParser.Property_Context context

The parse tree.

| Improve this Doc View Source

EnterProperty_list(mdxParser.Property_listContext)

Enter a parse tree produced by property_list().

Declaration
void EnterProperty_list(mdxParser.Property_listContext context)
Parameters
Type Name Description
mdxParser.Property_listContext context

The parse tree.

| Improve this Doc View Source

EnterProvider_specific_cell_property(mdxParser.Provider_specific_cell_propertyContext)

Enter a parse tree produced by provider_specific_cell_property().

Declaration
void EnterProvider_specific_cell_property(mdxParser.Provider_specific_cell_propertyContext context)
Parameters
Type Name Description
mdxParser.Provider_specific_cell_propertyContext context

The parse tree.

| Improve this Doc View Source

EnterQuoted_identifier(mdxParser.Quoted_identifierContext)

Enter a parse tree produced by quoted_identifier().

Declaration
void EnterQuoted_identifier(mdxParser.Quoted_identifierContext context)
Parameters
Type Name Description
mdxParser.Quoted_identifierContext context

The parse tree.

| Improve this Doc View Source

EnterSelect_statement(mdxParser.Select_statementContext)

Enter a parse tree produced by select_statement().

Declaration
void EnterSelect_statement(mdxParser.Select_statementContext context)
Parameters
Type Name Description
mdxParser.Select_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSet_name(mdxParser.Set_nameContext)

Enter a parse tree produced by set_name().

Declaration
void EnterSet_name(mdxParser.Set_nameContext context)
Parameters
Type Name Description
mdxParser.Set_nameContext context

The parse tree.

| Improve this Doc View Source

EnterSet_specification(mdxParser.Set_specificationContext)

Enter a parse tree produced by set_specification().

Declaration
void EnterSet_specification(mdxParser.Set_specificationContext context)
Parameters
Type Name Description
mdxParser.Set_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterSingle_formula_specification(mdxParser.Single_formula_specificationContext)

Enter a parse tree produced by single_formula_specification().

Declaration
void EnterSingle_formula_specification(mdxParser.Single_formula_specificationContext context)
Parameters
Type Name Description
mdxParser.Single_formula_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterSlicer_specification(mdxParser.Slicer_specificationContext)

Enter a parse tree produced by slicer_specification().

Declaration
void EnterSlicer_specification(mdxParser.Slicer_specificationContext context)
Parameters
Type Name Description
mdxParser.Slicer_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterTerm(mdxParser.TermContext)

Enter a parse tree produced by term().

Declaration
void EnterTerm(mdxParser.TermContext context)
Parameters
Type Name Description
mdxParser.TermContext context

The parse tree.

| Improve this Doc View Source

EnterTerm2(mdxParser.Term2Context)

Enter a parse tree produced by term2().

Declaration
void EnterTerm2(mdxParser.Term2Context context)
Parameters
Type Name Description
mdxParser.Term2Context context

The parse tree.

| Improve this Doc View Source

EnterTerm3(mdxParser.Term3Context)

Enter a parse tree produced by term3().

Declaration
void EnterTerm3(mdxParser.Term3Context context)
Parameters
Type Name Description
mdxParser.Term3Context context

The parse tree.

| Improve this Doc View Source

EnterTerm4(mdxParser.Term4Context)

Enter a parse tree produced by term4().

Declaration
void EnterTerm4(mdxParser.Term4Context context)
Parameters
Type Name Description
mdxParser.Term4Context context

The parse tree.

| Improve this Doc View Source

EnterTerm5(mdxParser.Term5Context)

Enter a parse tree produced by term5().

Declaration
void EnterTerm5(mdxParser.Term5Context context)
Parameters
Type Name Description
mdxParser.Term5Context context

The parse tree.

| Improve this Doc View Source

EnterUnquoted_identifier(mdxParser.Unquoted_identifierContext)

Enter a parse tree produced by unquoted_identifier().

Declaration
void EnterUnquoted_identifier(mdxParser.Unquoted_identifierContext context)
Parameters
Type Name Description
mdxParser.Unquoted_identifierContext context

The parse tree.

| Improve this Doc View Source

EnterValue_expression(mdxParser.Value_expressionContext)

Enter a parse tree produced by value_expression().

Declaration
void EnterValue_expression(mdxParser.Value_expressionContext context)
Parameters
Type Name Description
mdxParser.Value_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterValue_expression_primary(mdxParser.Value_expression_primaryContext)

Enter a parse tree produced by value_expression_primary().

Declaration
void EnterValue_expression_primary(mdxParser.Value_expression_primaryContext context)
Parameters
Type Name Description
mdxParser.Value_expression_primaryContext context

The parse tree.

| Improve this Doc View Source

EnterValue_expression_primary0(mdxParser.Value_expression_primary0Context)

Enter a parse tree produced by value_expression_primary0().

Declaration
void EnterValue_expression_primary0(mdxParser.Value_expression_primary0Context context)
Parameters
Type Name Description
mdxParser.Value_expression_primary0Context context

The parse tree.

| Improve this Doc View Source

EnterValue_or_expression(mdxParser.Value_or_expressionContext)

Enter a parse tree produced by value_or_expression().

Declaration
void EnterValue_or_expression(mdxParser.Value_or_expressionContext context)
Parameters
Type Name Description
mdxParser.Value_or_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterValue_xor_expression(mdxParser.Value_xor_expressionContext)

Enter a parse tree produced by value_xor_expression().

Declaration
void EnterValue_xor_expression(mdxParser.Value_xor_expressionContext context)
Parameters
Type Name Description
mdxParser.Value_xor_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterWhen_clause(mdxParser.When_clauseContext)

Enter a parse tree produced by when_clause().

Declaration
void EnterWhen_clause(mdxParser.When_clauseContext context)
Parameters
Type Name Description
mdxParser.When_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterWhen_list(mdxParser.When_listContext)

Enter a parse tree produced by when_list().

Declaration
void EnterWhen_list(mdxParser.When_listContext context)
Parameters
Type Name Description
mdxParser.When_listContext context

The parse tree.

| Improve this Doc View Source

ExitAmp_quoted_identifier(mdxParser.Amp_quoted_identifierContext)

Exit a parse tree produced by amp_quoted_identifier().

Declaration
void ExitAmp_quoted_identifier(mdxParser.Amp_quoted_identifierContext context)
Parameters
Type Name Description
mdxParser.Amp_quoted_identifierContext context

The parse tree.

| Improve this Doc View Source

ExitAxis_name(mdxParser.Axis_nameContext)

Exit a parse tree produced by axis_name().

Declaration
void ExitAxis_name(mdxParser.Axis_nameContext context)
Parameters
Type Name Description
mdxParser.Axis_nameContext context

The parse tree.

| Improve this Doc View Source

ExitAxis_specification(mdxParser.Axis_specificationContext)

Exit a parse tree produced by axis_specification().

Declaration
void ExitAxis_specification(mdxParser.Axis_specificationContext context)
Parameters
Type Name Description
mdxParser.Axis_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitAxis_specification_list(mdxParser.Axis_specification_listContext)

Exit a parse tree produced by axis_specification_list().

Declaration
void ExitAxis_specification_list(mdxParser.Axis_specification_listContext context)
Parameters
Type Name Description
mdxParser.Axis_specification_listContext context

The parse tree.

| Improve this Doc View Source

ExitCase_expression(mdxParser.Case_expressionContext)

Exit a parse tree produced by case_expression().

Declaration
void ExitCase_expression(mdxParser.Case_expressionContext context)
Parameters
Type Name Description
mdxParser.Case_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitCell_property(mdxParser.Cell_propertyContext)

Exit a parse tree produced by cell_property().

Declaration
void ExitCell_property(mdxParser.Cell_propertyContext context)
Parameters
Type Name Description
mdxParser.Cell_propertyContext context

The parse tree.

| Improve this Doc View Source

ExitCell_property_list(mdxParser.Cell_property_listContext)

Exit a parse tree produced by cell_property_list().

Declaration
void ExitCell_property_list(mdxParser.Cell_property_listContext context)
Parameters
Type Name Description
mdxParser.Cell_property_listContext context

The parse tree.

| Improve this Doc View Source

ExitCell_props(mdxParser.Cell_propsContext)

Exit a parse tree produced by cell_props().

Declaration
void ExitCell_props(mdxParser.Cell_propsContext context)
Parameters
Type Name Description
mdxParser.Cell_propsContext context

The parse tree.

| Improve this Doc View Source

ExitComp_op(mdxParser.Comp_opContext)

Exit a parse tree produced by comp_op().

Declaration
void ExitComp_op(mdxParser.Comp_opContext context)
Parameters
Type Name Description
mdxParser.Comp_opContext context

The parse tree.

| Improve this Doc View Source

ExitCompound_id(mdxParser.Compound_idContext)

Exit a parse tree produced by compound_id().

Declaration
void ExitCompound_id(mdxParser.Compound_idContext context)
Parameters
Type Name Description
mdxParser.Compound_idContext context

The parse tree.

| Improve this Doc View Source

ExitCube_name(mdxParser.Cube_nameContext)

Exit a parse tree produced by cube_name().

Declaration
void ExitCube_name(mdxParser.Cube_nameContext context)
Parameters
Type Name Description
mdxParser.Cube_nameContext context

The parse tree.

| Improve this Doc View Source

ExitCube_specification(mdxParser.Cube_specificationContext)

Exit a parse tree produced by cube_specification().

Declaration
void ExitCube_specification(mdxParser.Cube_specificationContext context)
Parameters
Type Name Description
mdxParser.Cube_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitDim_props(mdxParser.Dim_propsContext)

Exit a parse tree produced by dim_props().

Declaration
void ExitDim_props(mdxParser.Dim_propsContext context)
Parameters
Type Name Description
mdxParser.Dim_propsContext context

The parse tree.

| Improve this Doc View Source

ExitExp_list(mdxParser.Exp_listContext)

Exit a parse tree produced by exp_list().

Declaration
void ExitExp_list(mdxParser.Exp_listContext context)
Parameters
Type Name Description
mdxParser.Exp_listContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(mdxParser.ExpressionContext)

Exit a parse tree produced by expression().

Declaration
void ExitExpression(mdxParser.ExpressionContext context)
Parameters
Type Name Description
mdxParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitFactor(mdxParser.FactorContext)

Exit a parse tree produced by factor().

Declaration
void ExitFactor(mdxParser.FactorContext context)
Parameters
Type Name Description
mdxParser.FactorContext context

The parse tree.

| Improve this Doc View Source

ExitFormula_specification(mdxParser.Formula_specificationContext)

Exit a parse tree produced by formula_specification().

Declaration
void ExitFormula_specification(mdxParser.Formula_specificationContext context)
Parameters
Type Name Description
mdxParser.Formula_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_(mdxParser.Function_Context)

Exit a parse tree produced by function_().

Declaration
void ExitFunction_(mdxParser.Function_Context context)
Parameters
Type Name Description
mdxParser.Function_Context context

The parse tree.

| Improve this Doc View Source

ExitIdentifier(mdxParser.IdentifierContext)

Exit a parse tree produced by identifier().

Declaration
void ExitIdentifier(mdxParser.IdentifierContext context)
Parameters
Type Name Description
mdxParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitKeyword(mdxParser.KeywordContext)

Exit a parse tree produced by keyword().

Declaration
void ExitKeyword(mdxParser.KeywordContext context)
Parameters
Type Name Description
mdxParser.KeywordContext context

The parse tree.

| Improve this Doc View Source

ExitMandatory_cell_property(mdxParser.Mandatory_cell_propertyContext)

Exit a parse tree produced by mandatory_cell_property().

Declaration
void ExitMandatory_cell_property(mdxParser.Mandatory_cell_propertyContext context)
Parameters
Type Name Description
mdxParser.Mandatory_cell_propertyContext context

The parse tree.

| Improve this Doc View Source

ExitMdx_statement(mdxParser.Mdx_statementContext)

Exit a parse tree produced by mdx_statement().

Declaration
void ExitMdx_statement(mdxParser.Mdx_statementContext context)
Parameters
Type Name Description
mdxParser.Mdx_statementContext context

The parse tree.

| Improve this Doc View Source

ExitMember_name(mdxParser.Member_nameContext)

Exit a parse tree produced by member_name().

Declaration
void ExitMember_name(mdxParser.Member_nameContext context)
Parameters
Type Name Description
mdxParser.Member_nameContext context

The parse tree.

| Improve this Doc View Source

ExitMember_property_def_list(mdxParser.Member_property_def_listContext)

Exit a parse tree produced by member_property_def_list().

Declaration
void ExitMember_property_def_list(mdxParser.Member_property_def_listContext context)
Parameters
Type Name Description
mdxParser.Member_property_def_listContext context

The parse tree.

| Improve this Doc View Source

ExitMember_property_definition(mdxParser.Member_property_definitionContext)

Exit a parse tree produced by member_property_definition().

Declaration
void ExitMember_property_definition(mdxParser.Member_property_definitionContext context)
Parameters
Type Name Description
mdxParser.Member_property_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitMember_specification(mdxParser.Member_specificationContext)

Exit a parse tree produced by member_specification().

Declaration
void ExitMember_specification(mdxParser.Member_specificationContext context)
Parameters
Type Name Description
mdxParser.Member_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitProperty_(mdxParser.Property_Context)

Exit a parse tree produced by property_().

Declaration
void ExitProperty_(mdxParser.Property_Context context)
Parameters
Type Name Description
mdxParser.Property_Context context

The parse tree.

| Improve this Doc View Source

ExitProperty_list(mdxParser.Property_listContext)

Exit a parse tree produced by property_list().

Declaration
void ExitProperty_list(mdxParser.Property_listContext context)
Parameters
Type Name Description
mdxParser.Property_listContext context

The parse tree.

| Improve this Doc View Source

ExitProvider_specific_cell_property(mdxParser.Provider_specific_cell_propertyContext)

Exit a parse tree produced by provider_specific_cell_property().

Declaration
void ExitProvider_specific_cell_property(mdxParser.Provider_specific_cell_propertyContext context)
Parameters
Type Name Description
mdxParser.Provider_specific_cell_propertyContext context

The parse tree.

| Improve this Doc View Source

ExitQuoted_identifier(mdxParser.Quoted_identifierContext)

Exit a parse tree produced by quoted_identifier().

Declaration
void ExitQuoted_identifier(mdxParser.Quoted_identifierContext context)
Parameters
Type Name Description
mdxParser.Quoted_identifierContext context

The parse tree.

| Improve this Doc View Source

ExitSelect_statement(mdxParser.Select_statementContext)

Exit a parse tree produced by select_statement().

Declaration
void ExitSelect_statement(mdxParser.Select_statementContext context)
Parameters
Type Name Description
mdxParser.Select_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSet_name(mdxParser.Set_nameContext)

Exit a parse tree produced by set_name().

Declaration
void ExitSet_name(mdxParser.Set_nameContext context)
Parameters
Type Name Description
mdxParser.Set_nameContext context

The parse tree.

| Improve this Doc View Source

ExitSet_specification(mdxParser.Set_specificationContext)

Exit a parse tree produced by set_specification().

Declaration
void ExitSet_specification(mdxParser.Set_specificationContext context)
Parameters
Type Name Description
mdxParser.Set_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitSingle_formula_specification(mdxParser.Single_formula_specificationContext)

Exit a parse tree produced by single_formula_specification().

Declaration
void ExitSingle_formula_specification(mdxParser.Single_formula_specificationContext context)
Parameters
Type Name Description
mdxParser.Single_formula_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitSlicer_specification(mdxParser.Slicer_specificationContext)

Exit a parse tree produced by slicer_specification().

Declaration
void ExitSlicer_specification(mdxParser.Slicer_specificationContext context)
Parameters
Type Name Description
mdxParser.Slicer_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitTerm(mdxParser.TermContext)

Exit a parse tree produced by term().

Declaration
void ExitTerm(mdxParser.TermContext context)
Parameters
Type Name Description
mdxParser.TermContext context

The parse tree.

| Improve this Doc View Source

ExitTerm2(mdxParser.Term2Context)

Exit a parse tree produced by term2().

Declaration
void ExitTerm2(mdxParser.Term2Context context)
Parameters
Type Name Description
mdxParser.Term2Context context

The parse tree.

| Improve this Doc View Source

ExitTerm3(mdxParser.Term3Context)

Exit a parse tree produced by term3().

Declaration
void ExitTerm3(mdxParser.Term3Context context)
Parameters
Type Name Description
mdxParser.Term3Context context

The parse tree.

| Improve this Doc View Source

ExitTerm4(mdxParser.Term4Context)

Exit a parse tree produced by term4().

Declaration
void ExitTerm4(mdxParser.Term4Context context)
Parameters
Type Name Description
mdxParser.Term4Context context

The parse tree.

| Improve this Doc View Source

ExitTerm5(mdxParser.Term5Context)

Exit a parse tree produced by term5().

Declaration
void ExitTerm5(mdxParser.Term5Context context)
Parameters
Type Name Description
mdxParser.Term5Context context

The parse tree.

| Improve this Doc View Source

ExitUnquoted_identifier(mdxParser.Unquoted_identifierContext)

Exit a parse tree produced by unquoted_identifier().

Declaration
void ExitUnquoted_identifier(mdxParser.Unquoted_identifierContext context)
Parameters
Type Name Description
mdxParser.Unquoted_identifierContext context

The parse tree.

| Improve this Doc View Source

ExitValue_expression(mdxParser.Value_expressionContext)

Exit a parse tree produced by value_expression().

Declaration
void ExitValue_expression(mdxParser.Value_expressionContext context)
Parameters
Type Name Description
mdxParser.Value_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitValue_expression_primary(mdxParser.Value_expression_primaryContext)

Exit a parse tree produced by value_expression_primary().

Declaration
void ExitValue_expression_primary(mdxParser.Value_expression_primaryContext context)
Parameters
Type Name Description
mdxParser.Value_expression_primaryContext context

The parse tree.

| Improve this Doc View Source

ExitValue_expression_primary0(mdxParser.Value_expression_primary0Context)

Exit a parse tree produced by value_expression_primary0().

Declaration
void ExitValue_expression_primary0(mdxParser.Value_expression_primary0Context context)
Parameters
Type Name Description
mdxParser.Value_expression_primary0Context context

The parse tree.

| Improve this Doc View Source

ExitValue_or_expression(mdxParser.Value_or_expressionContext)

Exit a parse tree produced by value_or_expression().

Declaration
void ExitValue_or_expression(mdxParser.Value_or_expressionContext context)
Parameters
Type Name Description
mdxParser.Value_or_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitValue_xor_expression(mdxParser.Value_xor_expressionContext)

Exit a parse tree produced by value_xor_expression().

Declaration
void ExitValue_xor_expression(mdxParser.Value_xor_expressionContext context)
Parameters
Type Name Description
mdxParser.Value_xor_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitWhen_clause(mdxParser.When_clauseContext)

Exit a parse tree produced by when_clause().

Declaration
void ExitWhen_clause(mdxParser.When_clauseContext context)
Parameters
Type Name Description
mdxParser.When_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitWhen_list(mdxParser.When_listContext)

Exit a parse tree produced by when_list().

Declaration
void ExitWhen_list(mdxParser.When_listContext context)
Parameters
Type Name Description
mdxParser.When_listContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX