Interface IPowerQueryParserListener
This interface defines a complete listener for a parse tree produced by PowerQueryParser.
Namespace: GCore.Antlr.Grammers.Powerquery
Assembly: Powerquery.dll
Syntax
public interface IPowerQueryParserListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAdditive_expression(PowerQueryParser.Additive_expressionContext)
Enter a parse tree produced by additive_expression().
Declaration
void EnterAdditive_expression(PowerQueryParser.Additive_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Additive_expressionContext | context | The parse tree. |
EnterAny_literal(PowerQueryParser.Any_literalContext)
Enter a parse tree produced by any_literal().
Declaration
void EnterAny_literal(PowerQueryParser.Any_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Any_literalContext | context | The parse tree. |
EnterArgument_list(PowerQueryParser.Argument_listContext)
Enter a parse tree produced by argument_list().
Declaration
void EnterArgument_list(PowerQueryParser.Argument_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Argument_listContext | context | The parse tree. |
EnterAs_expression(PowerQueryParser.As_expressionContext)
Enter a parse tree produced by as_expression().
Declaration
void EnterAs_expression(PowerQueryParser.As_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.As_expressionContext | context | The parse tree. |
EnterAssertion(PowerQueryParser.AssertionContext)
Enter a parse tree produced by assertion().
Declaration
void EnterAssertion(PowerQueryParser.AssertionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.AssertionContext | context | The parse tree. |
EnterDefault_expression(PowerQueryParser.Default_expressionContext)
Enter a parse tree produced by default_expression().
Declaration
void EnterDefault_expression(PowerQueryParser.Default_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Default_expressionContext | context | The parse tree. |
EnterDocument(PowerQueryParser.DocumentContext)
Enter a parse tree produced by document().
Declaration
void EnterDocument(PowerQueryParser.DocumentContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.DocumentContext | context | The parse tree. |
EnterEach_expression(PowerQueryParser.Each_expressionContext)
Enter a parse tree produced by each_expression().
Declaration
void EnterEach_expression(PowerQueryParser.Each_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Each_expressionContext | context | The parse tree. |
EnterEach_expression_body(PowerQueryParser.Each_expression_bodyContext)
Enter a parse tree produced by each_expression_body().
Declaration
void EnterEach_expression_body(PowerQueryParser.Each_expression_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Each_expression_bodyContext | context | The parse tree. |
EnterEquality_expression(PowerQueryParser.Equality_expressionContext)
Enter a parse tree produced by equality_expression().
Declaration
void EnterEquality_expression(PowerQueryParser.Equality_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Equality_expressionContext | context | The parse tree. |
EnterError_handling_expression(PowerQueryParser.Error_handling_expressionContext)
Enter a parse tree produced by error_handling_expression().
Declaration
void EnterError_handling_expression(PowerQueryParser.Error_handling_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Error_handling_expressionContext | context | The parse tree. |
EnterError_raising_expression(PowerQueryParser.Error_raising_expressionContext)
Enter a parse tree produced by error_raising_expression().
Declaration
void EnterError_raising_expression(PowerQueryParser.Error_raising_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Error_raising_expressionContext | context | The parse tree. |
EnterExclusive_identifier_reference(PowerQueryParser.Exclusive_identifier_referenceContext)
Enter a parse tree produced by exclusive_identifier_reference().
Declaration
void EnterExclusive_identifier_reference(PowerQueryParser.Exclusive_identifier_referenceContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Exclusive_identifier_referenceContext | context | The parse tree. |
EnterExpression(PowerQueryParser.ExpressionContext)
Enter a parse tree produced by expression().
Declaration
void EnterExpression(PowerQueryParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.ExpressionContext | context | The parse tree. |
EnterExpression_document(PowerQueryParser.Expression_documentContext)
Enter a parse tree produced by expression_document().
Declaration
void EnterExpression_document(PowerQueryParser.Expression_documentContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Expression_documentContext | context | The parse tree. |
EnterFalse_expression(PowerQueryParser.False_expressionContext)
Enter a parse tree produced by false_expression().
Declaration
void EnterFalse_expression(PowerQueryParser.False_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.False_expressionContext | context | The parse tree. |
EnterField(PowerQueryParser.FieldContext)
Enter a parse tree produced by field().
Declaration
void EnterField(PowerQueryParser.FieldContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.FieldContext | context | The parse tree. |
EnterField_list(PowerQueryParser.Field_listContext)
Enter a parse tree produced by field_list().
Declaration
void EnterField_list(PowerQueryParser.Field_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_listContext | context | The parse tree. |
EnterField_name(PowerQueryParser.Field_nameContext)
Enter a parse tree produced by field_name().
Declaration
void EnterField_name(PowerQueryParser.Field_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_nameContext | context | The parse tree. |
EnterField_selector(PowerQueryParser.Field_selectorContext)
Enter a parse tree produced by field_selector().
Declaration
void EnterField_selector(PowerQueryParser.Field_selectorContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_selectorContext | context | The parse tree. |
EnterField_specification(PowerQueryParser.Field_specificationContext)
Enter a parse tree produced by field_specification().
Declaration
void EnterField_specification(PowerQueryParser.Field_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_specificationContext | context | The parse tree. |
EnterField_specification_list(PowerQueryParser.Field_specification_listContext)
Enter a parse tree produced by field_specification_list().
Declaration
void EnterField_specification_list(PowerQueryParser.Field_specification_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_specification_listContext | context | The parse tree. |
EnterField_type(PowerQueryParser.Field_typeContext)
Enter a parse tree produced by field_type().
Declaration
void EnterField_type(PowerQueryParser.Field_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_typeContext | context | The parse tree. |
EnterField_type_specification(PowerQueryParser.Field_type_specificationContext)
Enter a parse tree produced by field_type_specification().
Declaration
void EnterField_type_specification(PowerQueryParser.Field_type_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_type_specificationContext | context | The parse tree. |
EnterFixed_parameter_list(PowerQueryParser.Fixed_parameter_listContext)
Enter a parse tree produced by fixed_parameter_list().
Declaration
void EnterFixed_parameter_list(PowerQueryParser.Fixed_parameter_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Fixed_parameter_listContext | context | The parse tree. |
EnterFunction_body(PowerQueryParser.Function_bodyContext)
Enter a parse tree produced by function_body().
Declaration
void EnterFunction_body(PowerQueryParser.Function_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Function_bodyContext | context | The parse tree. |
EnterFunction_expression(PowerQueryParser.Function_expressionContext)
Enter a parse tree produced by function_expression().
Declaration
void EnterFunction_expression(PowerQueryParser.Function_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Function_expressionContext | context | The parse tree. |
EnterFunction_type(PowerQueryParser.Function_typeContext)
Enter a parse tree produced by function_type().
Declaration
void EnterFunction_type(PowerQueryParser.Function_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Function_typeContext | context | The parse tree. |
EnterIdentifier_expression(PowerQueryParser.Identifier_expressionContext)
Enter a parse tree produced by identifier_expression().
Declaration
void EnterIdentifier_expression(PowerQueryParser.Identifier_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Identifier_expressionContext | context | The parse tree. |
EnterIdentifier_reference(PowerQueryParser.Identifier_referenceContext)
Enter a parse tree produced by identifier_reference().
Declaration
void EnterIdentifier_reference(PowerQueryParser.Identifier_referenceContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Identifier_referenceContext | context | The parse tree. |
EnterIf_condition(PowerQueryParser.If_conditionContext)
Enter a parse tree produced by if_condition().
Declaration
void EnterIf_condition(PowerQueryParser.If_conditionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.If_conditionContext | context | The parse tree. |
EnterIf_expression(PowerQueryParser.If_expressionContext)
Enter a parse tree produced by if_expression().
Declaration
void EnterIf_expression(PowerQueryParser.If_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.If_expressionContext | context | The parse tree. |
EnterImplicit_target_field_selection(PowerQueryParser.Implicit_target_field_selectionContext)
Enter a parse tree produced by implicit_target_field_selection().
Declaration
void EnterImplicit_target_field_selection(PowerQueryParser.Implicit_target_field_selectionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Implicit_target_field_selectionContext | context | The parse tree. |
EnterImplicit_target_projection(PowerQueryParser.Implicit_target_projectionContext)
Enter a parse tree produced by implicit_target_projection().
Declaration
void EnterImplicit_target_projection(PowerQueryParser.Implicit_target_projectionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Implicit_target_projectionContext | context | The parse tree. |
EnterInclusive_identifier_reference(PowerQueryParser.Inclusive_identifier_referenceContext)
Enter a parse tree produced by inclusive_identifier_reference().
Declaration
void EnterInclusive_identifier_reference(PowerQueryParser.Inclusive_identifier_referenceContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Inclusive_identifier_referenceContext | context | The parse tree. |
EnterIs_expression(PowerQueryParser.Is_expressionContext)
Enter a parse tree produced by is_expression().
Declaration
void EnterIs_expression(PowerQueryParser.Is_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Is_expressionContext | context | The parse tree. |
EnterItem(PowerQueryParser.ItemContext)
Enter a parse tree produced by item().
Declaration
void EnterItem(PowerQueryParser.ItemContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.ItemContext | context | The parse tree. |
EnterItem_list(PowerQueryParser.Item_listContext)
Enter a parse tree produced by item_list().
Declaration
void EnterItem_list(PowerQueryParser.Item_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Item_listContext | context | The parse tree. |
EnterItem_selector(PowerQueryParser.Item_selectorContext)
Enter a parse tree produced by item_selector().
Declaration
void EnterItem_selector(PowerQueryParser.Item_selectorContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Item_selectorContext | context | The parse tree. |
EnterItem_type(PowerQueryParser.Item_typeContext)
Enter a parse tree produced by item_type().
Declaration
void EnterItem_type(PowerQueryParser.Item_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Item_typeContext | context | The parse tree. |
EnterLet_expression(PowerQueryParser.Let_expressionContext)
Enter a parse tree produced by let_expression().
Declaration
void EnterLet_expression(PowerQueryParser.Let_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Let_expressionContext | context | The parse tree. |
EnterList_expression(PowerQueryParser.List_expressionContext)
Enter a parse tree produced by list_expression().
Declaration
void EnterList_expression(PowerQueryParser.List_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.List_expressionContext | context | The parse tree. |
EnterList_literal(PowerQueryParser.List_literalContext)
Enter a parse tree produced by list_literal().
Declaration
void EnterList_literal(PowerQueryParser.List_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.List_literalContext | context | The parse tree. |
EnterList_type(PowerQueryParser.List_typeContext)
Enter a parse tree produced by list_type().
Declaration
void EnterList_type(PowerQueryParser.List_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.List_typeContext | context | The parse tree. |
EnterLiteral_attribs(PowerQueryParser.Literal_attribsContext)
Enter a parse tree produced by literal_attribs().
Declaration
void EnterLiteral_attribs(PowerQueryParser.Literal_attribsContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Literal_attribsContext | context | The parse tree. |
EnterLiteral_expression(PowerQueryParser.Literal_expressionContext)
Enter a parse tree produced by literal_expression().
Declaration
void EnterLiteral_expression(PowerQueryParser.Literal_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Literal_expressionContext | context | The parse tree. |
EnterLiteral_field(PowerQueryParser.Literal_fieldContext)
Enter a parse tree produced by literal_field().
Declaration
void EnterLiteral_field(PowerQueryParser.Literal_fieldContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Literal_fieldContext | context | The parse tree. |
EnterLiteral_field_list(PowerQueryParser.Literal_field_listContext)
Enter a parse tree produced by literal_field_list().
Declaration
void EnterLiteral_field_list(PowerQueryParser.Literal_field_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Literal_field_listContext | context | The parse tree. |
EnterLiteral_item_list(PowerQueryParser.Literal_item_listContext)
Enter a parse tree produced by literal_item_list().
Declaration
void EnterLiteral_item_list(PowerQueryParser.Literal_item_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Literal_item_listContext | context | The parse tree. |
EnterLogical_and_expression(PowerQueryParser.Logical_and_expressionContext)
Enter a parse tree produced by logical_and_expression().
Declaration
void EnterLogical_and_expression(PowerQueryParser.Logical_and_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Logical_and_expressionContext | context | The parse tree. |
EnterLogical_or_expression(PowerQueryParser.Logical_or_expressionContext)
Enter a parse tree produced by logical_or_expression().
Declaration
void EnterLogical_or_expression(PowerQueryParser.Logical_or_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Logical_or_expressionContext | context | The parse tree. |
EnterMetadata_expression(PowerQueryParser.Metadata_expressionContext)
Enter a parse tree produced by metadata_expression().
Declaration
void EnterMetadata_expression(PowerQueryParser.Metadata_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Metadata_expressionContext | context | The parse tree. |
EnterMultiplicative_expression(PowerQueryParser.Multiplicative_expressionContext)
Enter a parse tree produced by multiplicative_expression().
Declaration
void EnterMultiplicative_expression(PowerQueryParser.Multiplicative_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Multiplicative_expressionContext | context | The parse tree. |
EnterNot_implemented_expression(PowerQueryParser.Not_implemented_expressionContext)
Enter a parse tree produced by not_implemented_expression().
Declaration
void EnterNot_implemented_expression(PowerQueryParser.Not_implemented_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Not_implemented_expressionContext | context | The parse tree. |
EnterNullable_primitive_type(PowerQueryParser.Nullable_primitive_typeContext)
Enter a parse tree produced by nullable_primitive_type().
Declaration
void EnterNullable_primitive_type(PowerQueryParser.Nullable_primitive_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Nullable_primitive_typeContext | context | The parse tree. |
EnterNullable_type(PowerQueryParser.Nullable_typeContext)
Enter a parse tree produced by nullable_type().
Declaration
void EnterNullable_type(PowerQueryParser.Nullable_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Nullable_typeContext | context | The parse tree. |
EnterOpen_record_marker(PowerQueryParser.Open_record_markerContext)
Enter a parse tree produced by open_record_marker().
Declaration
void EnterOpen_record_marker(PowerQueryParser.Open_record_markerContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Open_record_markerContext | context | The parse tree. |
EnterOptional_field_selector(PowerQueryParser.Optional_field_selectorContext)
Enter a parse tree produced by optional_field_selector().
Declaration
void EnterOptional_field_selector(PowerQueryParser.Optional_field_selectorContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_field_selectorContext | context | The parse tree. |
EnterOptional_parameter(PowerQueryParser.Optional_parameterContext)
Enter a parse tree produced by optional_parameter().
Declaration
void EnterOptional_parameter(PowerQueryParser.Optional_parameterContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_parameterContext | context | The parse tree. |
EnterOptional_parameter_list(PowerQueryParser.Optional_parameter_listContext)
Enter a parse tree produced by optional_parameter_list().
Declaration
void EnterOptional_parameter_list(PowerQueryParser.Optional_parameter_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_parameter_listContext | context | The parse tree. |
EnterOptional_parameter_specification(PowerQueryParser.Optional_parameter_specificationContext)
Enter a parse tree produced by optional_parameter_specification().
Declaration
void EnterOptional_parameter_specification(PowerQueryParser.Optional_parameter_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_parameter_specificationContext | context | The parse tree. |
EnterOptional_parameter_specification_list(PowerQueryParser.Optional_parameter_specification_listContext)
Enter a parse tree produced by optional_parameter_specification_list().
Declaration
void EnterOptional_parameter_specification_list(PowerQueryParser.Optional_parameter_specification_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_parameter_specification_listContext | context | The parse tree. |
EnterOptional_projection(PowerQueryParser.Optional_projectionContext)
Enter a parse tree produced by optional_projection().
Declaration
void EnterOptional_projection(PowerQueryParser.Optional_projectionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_projectionContext | context | The parse tree. |
EnterOtherwise_clause(PowerQueryParser.Otherwise_clauseContext)
Enter a parse tree produced by otherwise_clause().
Declaration
void EnterOtherwise_clause(PowerQueryParser.Otherwise_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Otherwise_clauseContext | context | The parse tree. |
EnterParameter(PowerQueryParser.ParameterContext)
Enter a parse tree produced by parameter().
Declaration
void EnterParameter(PowerQueryParser.ParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.ParameterContext | context | The parse tree. |
EnterParameter_list(PowerQueryParser.Parameter_listContext)
Enter a parse tree produced by parameter_list().
Declaration
void EnterParameter_list(PowerQueryParser.Parameter_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parameter_listContext | context | The parse tree. |
EnterParameter_name(PowerQueryParser.Parameter_nameContext)
Enter a parse tree produced by parameter_name().
Declaration
void EnterParameter_name(PowerQueryParser.Parameter_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parameter_nameContext | context | The parse tree. |
EnterParameter_specification(PowerQueryParser.Parameter_specificationContext)
Enter a parse tree produced by parameter_specification().
Declaration
void EnterParameter_specification(PowerQueryParser.Parameter_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parameter_specificationContext | context | The parse tree. |
EnterParameter_specification_list(PowerQueryParser.Parameter_specification_listContext)
Enter a parse tree produced by parameter_specification_list().
Declaration
void EnterParameter_specification_list(PowerQueryParser.Parameter_specification_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parameter_specification_listContext | context | The parse tree. |
EnterParameter_type(PowerQueryParser.Parameter_typeContext)
Enter a parse tree produced by parameter_type().
Declaration
void EnterParameter_type(PowerQueryParser.Parameter_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parameter_typeContext | context | The parse tree. |
EnterParenthesized_expression(PowerQueryParser.Parenthesized_expressionContext)
Enter a parse tree produced by parenthesized_expression().
Declaration
void EnterParenthesized_expression(PowerQueryParser.Parenthesized_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parenthesized_expressionContext | context | The parse tree. |
EnterPrimary_expression(PowerQueryParser.Primary_expressionContext)
Enter a parse tree produced by primary_expression().
Declaration
void EnterPrimary_expression(PowerQueryParser.Primary_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Primary_expressionContext | context | The parse tree. |
EnterPrimary_type(PowerQueryParser.Primary_typeContext)
Enter a parse tree produced by primary_type().
Declaration
void EnterPrimary_type(PowerQueryParser.Primary_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Primary_typeContext | context | The parse tree. |
EnterPrimitive_type(PowerQueryParser.Primitive_typeContext)
Enter a parse tree produced by primitive_type().
Declaration
void EnterPrimitive_type(PowerQueryParser.Primitive_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Primitive_typeContext | context | The parse tree. |
EnterProtected_expression(PowerQueryParser.Protected_expressionContext)
Enter a parse tree produced by protected_expression().
Declaration
void EnterProtected_expression(PowerQueryParser.Protected_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Protected_expressionContext | context | The parse tree. |
EnterRecord_expression(PowerQueryParser.Record_expressionContext)
Enter a parse tree produced by record_expression().
Declaration
void EnterRecord_expression(PowerQueryParser.Record_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Record_expressionContext | context | The parse tree. |
EnterRecord_literal(PowerQueryParser.Record_literalContext)
Enter a parse tree produced by record_literal().
Declaration
void EnterRecord_literal(PowerQueryParser.Record_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Record_literalContext | context | The parse tree. |
EnterRecord_type(PowerQueryParser.Record_typeContext)
Enter a parse tree produced by record_type().
Declaration
void EnterRecord_type(PowerQueryParser.Record_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Record_typeContext | context | The parse tree. |
EnterRelational_expression(PowerQueryParser.Relational_expressionContext)
Enter a parse tree produced by relational_expression().
Declaration
void EnterRelational_expression(PowerQueryParser.Relational_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Relational_expressionContext | context | The parse tree. |
EnterRequired_field_selector(PowerQueryParser.Required_field_selectorContext)
Enter a parse tree produced by required_field_selector().
Declaration
void EnterRequired_field_selector(PowerQueryParser.Required_field_selectorContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Required_field_selectorContext | context | The parse tree. |
EnterRequired_parameter_specification(PowerQueryParser.Required_parameter_specificationContext)
Enter a parse tree produced by required_parameter_specification().
Declaration
void EnterRequired_parameter_specification(PowerQueryParser.Required_parameter_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Required_parameter_specificationContext | context | The parse tree. |
EnterRequired_parameter_specification_list(PowerQueryParser.Required_parameter_specification_listContext)
Enter a parse tree produced by required_parameter_specification_list().
Declaration
void EnterRequired_parameter_specification_list(PowerQueryParser.Required_parameter_specification_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Required_parameter_specification_listContext | context | The parse tree. |
EnterRequired_projection(PowerQueryParser.Required_projectionContext)
Enter a parse tree produced by required_projection().
Declaration
void EnterRequired_projection(PowerQueryParser.Required_projectionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Required_projectionContext | context | The parse tree. |
EnterRequired_selector_list(PowerQueryParser.Required_selector_listContext)
Enter a parse tree produced by required_selector_list().
Declaration
void EnterRequired_selector_list(PowerQueryParser.Required_selector_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Required_selector_listContext | context | The parse tree. |
EnterReturn_type(PowerQueryParser.Return_typeContext)
Enter a parse tree produced by return_type().
Declaration
void EnterReturn_type(PowerQueryParser.Return_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Return_typeContext | context | The parse tree. |
EnterRow_type(PowerQueryParser.Row_typeContext)
Enter a parse tree produced by row_type().
Declaration
void EnterRow_type(PowerQueryParser.Row_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Row_typeContext | context | The parse tree. |
EnterSection(PowerQueryParser.SectionContext)
Enter a parse tree produced by section().
Declaration
void EnterSection(PowerQueryParser.SectionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.SectionContext | context | The parse tree. |
EnterSection_access_expression(PowerQueryParser.Section_access_expressionContext)
Enter a parse tree produced by section_access_expression().
Declaration
void EnterSection_access_expression(PowerQueryParser.Section_access_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_access_expressionContext | context | The parse tree. |
EnterSection_document(PowerQueryParser.Section_documentContext)
Enter a parse tree produced by section_document().
Declaration
void EnterSection_document(PowerQueryParser.Section_documentContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_documentContext | context | The parse tree. |
EnterSection_member(PowerQueryParser.Section_memberContext)
Enter a parse tree produced by section_member().
Declaration
void EnterSection_member(PowerQueryParser.Section_memberContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_memberContext | context | The parse tree. |
EnterSection_member_name(PowerQueryParser.Section_member_nameContext)
Enter a parse tree produced by section_member_name().
Declaration
void EnterSection_member_name(PowerQueryParser.Section_member_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_member_nameContext | context | The parse tree. |
EnterSection_members(PowerQueryParser.Section_membersContext)
Enter a parse tree produced by section_members().
Declaration
void EnterSection_members(PowerQueryParser.Section_membersContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_membersContext | context | The parse tree. |
EnterSection_name(PowerQueryParser.Section_nameContext)
Enter a parse tree produced by section_name().
Declaration
void EnterSection_name(PowerQueryParser.Section_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_nameContext | context | The parse tree. |
EnterTable_type(PowerQueryParser.Table_typeContext)
Enter a parse tree produced by table_type().
Declaration
void EnterTable_type(PowerQueryParser.Table_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Table_typeContext | context | The parse tree. |
EnterTrue_expression(PowerQueryParser.True_expressionContext)
Enter a parse tree produced by true_expression().
Declaration
void EnterTrue_expression(PowerQueryParser.True_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.True_expressionContext | context | The parse tree. |
EnterType_expr(PowerQueryParser.Type_exprContext)
Enter a parse tree produced by type_expr().
Declaration
void EnterType_expr(PowerQueryParser.Type_exprContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Type_exprContext | context | The parse tree. |
EnterType_expression(PowerQueryParser.Type_expressionContext)
Enter a parse tree produced by type_expression().
Declaration
void EnterType_expression(PowerQueryParser.Type_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Type_expressionContext | context | The parse tree. |
EnterUnary_expression(PowerQueryParser.Unary_expressionContext)
Enter a parse tree produced by unary_expression().
Declaration
void EnterUnary_expression(PowerQueryParser.Unary_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Unary_expressionContext | context | The parse tree. |
EnterVariable(PowerQueryParser.VariableContext)
Enter a parse tree produced by variable().
Declaration
void EnterVariable(PowerQueryParser.VariableContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.VariableContext | context | The parse tree. |
EnterVariable_list(PowerQueryParser.Variable_listContext)
Enter a parse tree produced by variable_list().
Declaration
void EnterVariable_list(PowerQueryParser.Variable_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Variable_listContext | context | The parse tree. |
EnterVariable_name(PowerQueryParser.Variable_nameContext)
Enter a parse tree produced by variable_name().
Declaration
void EnterVariable_name(PowerQueryParser.Variable_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Variable_nameContext | context | The parse tree. |
ExitAdditive_expression(PowerQueryParser.Additive_expressionContext)
Exit a parse tree produced by additive_expression().
Declaration
void ExitAdditive_expression(PowerQueryParser.Additive_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Additive_expressionContext | context | The parse tree. |
ExitAny_literal(PowerQueryParser.Any_literalContext)
Exit a parse tree produced by any_literal().
Declaration
void ExitAny_literal(PowerQueryParser.Any_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Any_literalContext | context | The parse tree. |
ExitArgument_list(PowerQueryParser.Argument_listContext)
Exit a parse tree produced by argument_list().
Declaration
void ExitArgument_list(PowerQueryParser.Argument_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Argument_listContext | context | The parse tree. |
ExitAs_expression(PowerQueryParser.As_expressionContext)
Exit a parse tree produced by as_expression().
Declaration
void ExitAs_expression(PowerQueryParser.As_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.As_expressionContext | context | The parse tree. |
ExitAssertion(PowerQueryParser.AssertionContext)
Exit a parse tree produced by assertion().
Declaration
void ExitAssertion(PowerQueryParser.AssertionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.AssertionContext | context | The parse tree. |
ExitDefault_expression(PowerQueryParser.Default_expressionContext)
Exit a parse tree produced by default_expression().
Declaration
void ExitDefault_expression(PowerQueryParser.Default_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Default_expressionContext | context | The parse tree. |
ExitDocument(PowerQueryParser.DocumentContext)
Exit a parse tree produced by document().
Declaration
void ExitDocument(PowerQueryParser.DocumentContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.DocumentContext | context | The parse tree. |
ExitEach_expression(PowerQueryParser.Each_expressionContext)
Exit a parse tree produced by each_expression().
Declaration
void ExitEach_expression(PowerQueryParser.Each_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Each_expressionContext | context | The parse tree. |
ExitEach_expression_body(PowerQueryParser.Each_expression_bodyContext)
Exit a parse tree produced by each_expression_body().
Declaration
void ExitEach_expression_body(PowerQueryParser.Each_expression_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Each_expression_bodyContext | context | The parse tree. |
ExitEquality_expression(PowerQueryParser.Equality_expressionContext)
Exit a parse tree produced by equality_expression().
Declaration
void ExitEquality_expression(PowerQueryParser.Equality_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Equality_expressionContext | context | The parse tree. |
ExitError_handling_expression(PowerQueryParser.Error_handling_expressionContext)
Exit a parse tree produced by error_handling_expression().
Declaration
void ExitError_handling_expression(PowerQueryParser.Error_handling_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Error_handling_expressionContext | context | The parse tree. |
ExitError_raising_expression(PowerQueryParser.Error_raising_expressionContext)
Exit a parse tree produced by error_raising_expression().
Declaration
void ExitError_raising_expression(PowerQueryParser.Error_raising_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Error_raising_expressionContext | context | The parse tree. |
ExitExclusive_identifier_reference(PowerQueryParser.Exclusive_identifier_referenceContext)
Exit a parse tree produced by exclusive_identifier_reference().
Declaration
void ExitExclusive_identifier_reference(PowerQueryParser.Exclusive_identifier_referenceContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Exclusive_identifier_referenceContext | context | The parse tree. |
ExitExpression(PowerQueryParser.ExpressionContext)
Exit a parse tree produced by expression().
Declaration
void ExitExpression(PowerQueryParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.ExpressionContext | context | The parse tree. |
ExitExpression_document(PowerQueryParser.Expression_documentContext)
Exit a parse tree produced by expression_document().
Declaration
void ExitExpression_document(PowerQueryParser.Expression_documentContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Expression_documentContext | context | The parse tree. |
ExitFalse_expression(PowerQueryParser.False_expressionContext)
Exit a parse tree produced by false_expression().
Declaration
void ExitFalse_expression(PowerQueryParser.False_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.False_expressionContext | context | The parse tree. |
ExitField(PowerQueryParser.FieldContext)
Exit a parse tree produced by field().
Declaration
void ExitField(PowerQueryParser.FieldContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.FieldContext | context | The parse tree. |
ExitField_list(PowerQueryParser.Field_listContext)
Exit a parse tree produced by field_list().
Declaration
void ExitField_list(PowerQueryParser.Field_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_listContext | context | The parse tree. |
ExitField_name(PowerQueryParser.Field_nameContext)
Exit a parse tree produced by field_name().
Declaration
void ExitField_name(PowerQueryParser.Field_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_nameContext | context | The parse tree. |
ExitField_selector(PowerQueryParser.Field_selectorContext)
Exit a parse tree produced by field_selector().
Declaration
void ExitField_selector(PowerQueryParser.Field_selectorContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_selectorContext | context | The parse tree. |
ExitField_specification(PowerQueryParser.Field_specificationContext)
Exit a parse tree produced by field_specification().
Declaration
void ExitField_specification(PowerQueryParser.Field_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_specificationContext | context | The parse tree. |
ExitField_specification_list(PowerQueryParser.Field_specification_listContext)
Exit a parse tree produced by field_specification_list().
Declaration
void ExitField_specification_list(PowerQueryParser.Field_specification_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_specification_listContext | context | The parse tree. |
ExitField_type(PowerQueryParser.Field_typeContext)
Exit a parse tree produced by field_type().
Declaration
void ExitField_type(PowerQueryParser.Field_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_typeContext | context | The parse tree. |
ExitField_type_specification(PowerQueryParser.Field_type_specificationContext)
Exit a parse tree produced by field_type_specification().
Declaration
void ExitField_type_specification(PowerQueryParser.Field_type_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Field_type_specificationContext | context | The parse tree. |
ExitFixed_parameter_list(PowerQueryParser.Fixed_parameter_listContext)
Exit a parse tree produced by fixed_parameter_list().
Declaration
void ExitFixed_parameter_list(PowerQueryParser.Fixed_parameter_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Fixed_parameter_listContext | context | The parse tree. |
ExitFunction_body(PowerQueryParser.Function_bodyContext)
Exit a parse tree produced by function_body().
Declaration
void ExitFunction_body(PowerQueryParser.Function_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Function_bodyContext | context | The parse tree. |
ExitFunction_expression(PowerQueryParser.Function_expressionContext)
Exit a parse tree produced by function_expression().
Declaration
void ExitFunction_expression(PowerQueryParser.Function_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Function_expressionContext | context | The parse tree. |
ExitFunction_type(PowerQueryParser.Function_typeContext)
Exit a parse tree produced by function_type().
Declaration
void ExitFunction_type(PowerQueryParser.Function_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Function_typeContext | context | The parse tree. |
ExitIdentifier_expression(PowerQueryParser.Identifier_expressionContext)
Exit a parse tree produced by identifier_expression().
Declaration
void ExitIdentifier_expression(PowerQueryParser.Identifier_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Identifier_expressionContext | context | The parse tree. |
ExitIdentifier_reference(PowerQueryParser.Identifier_referenceContext)
Exit a parse tree produced by identifier_reference().
Declaration
void ExitIdentifier_reference(PowerQueryParser.Identifier_referenceContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Identifier_referenceContext | context | The parse tree. |
ExitIf_condition(PowerQueryParser.If_conditionContext)
Exit a parse tree produced by if_condition().
Declaration
void ExitIf_condition(PowerQueryParser.If_conditionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.If_conditionContext | context | The parse tree. |
ExitIf_expression(PowerQueryParser.If_expressionContext)
Exit a parse tree produced by if_expression().
Declaration
void ExitIf_expression(PowerQueryParser.If_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.If_expressionContext | context | The parse tree. |
ExitImplicit_target_field_selection(PowerQueryParser.Implicit_target_field_selectionContext)
Exit a parse tree produced by implicit_target_field_selection().
Declaration
void ExitImplicit_target_field_selection(PowerQueryParser.Implicit_target_field_selectionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Implicit_target_field_selectionContext | context | The parse tree. |
ExitImplicit_target_projection(PowerQueryParser.Implicit_target_projectionContext)
Exit a parse tree produced by implicit_target_projection().
Declaration
void ExitImplicit_target_projection(PowerQueryParser.Implicit_target_projectionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Implicit_target_projectionContext | context | The parse tree. |
ExitInclusive_identifier_reference(PowerQueryParser.Inclusive_identifier_referenceContext)
Exit a parse tree produced by inclusive_identifier_reference().
Declaration
void ExitInclusive_identifier_reference(PowerQueryParser.Inclusive_identifier_referenceContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Inclusive_identifier_referenceContext | context | The parse tree. |
ExitIs_expression(PowerQueryParser.Is_expressionContext)
Exit a parse tree produced by is_expression().
Declaration
void ExitIs_expression(PowerQueryParser.Is_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Is_expressionContext | context | The parse tree. |
ExitItem(PowerQueryParser.ItemContext)
Exit a parse tree produced by item().
Declaration
void ExitItem(PowerQueryParser.ItemContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.ItemContext | context | The parse tree. |
ExitItem_list(PowerQueryParser.Item_listContext)
Exit a parse tree produced by item_list().
Declaration
void ExitItem_list(PowerQueryParser.Item_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Item_listContext | context | The parse tree. |
ExitItem_selector(PowerQueryParser.Item_selectorContext)
Exit a parse tree produced by item_selector().
Declaration
void ExitItem_selector(PowerQueryParser.Item_selectorContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Item_selectorContext | context | The parse tree. |
ExitItem_type(PowerQueryParser.Item_typeContext)
Exit a parse tree produced by item_type().
Declaration
void ExitItem_type(PowerQueryParser.Item_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Item_typeContext | context | The parse tree. |
ExitLet_expression(PowerQueryParser.Let_expressionContext)
Exit a parse tree produced by let_expression().
Declaration
void ExitLet_expression(PowerQueryParser.Let_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Let_expressionContext | context | The parse tree. |
ExitList_expression(PowerQueryParser.List_expressionContext)
Exit a parse tree produced by list_expression().
Declaration
void ExitList_expression(PowerQueryParser.List_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.List_expressionContext | context | The parse tree. |
ExitList_literal(PowerQueryParser.List_literalContext)
Exit a parse tree produced by list_literal().
Declaration
void ExitList_literal(PowerQueryParser.List_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.List_literalContext | context | The parse tree. |
ExitList_type(PowerQueryParser.List_typeContext)
Exit a parse tree produced by list_type().
Declaration
void ExitList_type(PowerQueryParser.List_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.List_typeContext | context | The parse tree. |
ExitLiteral_attribs(PowerQueryParser.Literal_attribsContext)
Exit a parse tree produced by literal_attribs().
Declaration
void ExitLiteral_attribs(PowerQueryParser.Literal_attribsContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Literal_attribsContext | context | The parse tree. |
ExitLiteral_expression(PowerQueryParser.Literal_expressionContext)
Exit a parse tree produced by literal_expression().
Declaration
void ExitLiteral_expression(PowerQueryParser.Literal_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Literal_expressionContext | context | The parse tree. |
ExitLiteral_field(PowerQueryParser.Literal_fieldContext)
Exit a parse tree produced by literal_field().
Declaration
void ExitLiteral_field(PowerQueryParser.Literal_fieldContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Literal_fieldContext | context | The parse tree. |
ExitLiteral_field_list(PowerQueryParser.Literal_field_listContext)
Exit a parse tree produced by literal_field_list().
Declaration
void ExitLiteral_field_list(PowerQueryParser.Literal_field_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Literal_field_listContext | context | The parse tree. |
ExitLiteral_item_list(PowerQueryParser.Literal_item_listContext)
Exit a parse tree produced by literal_item_list().
Declaration
void ExitLiteral_item_list(PowerQueryParser.Literal_item_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Literal_item_listContext | context | The parse tree. |
ExitLogical_and_expression(PowerQueryParser.Logical_and_expressionContext)
Exit a parse tree produced by logical_and_expression().
Declaration
void ExitLogical_and_expression(PowerQueryParser.Logical_and_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Logical_and_expressionContext | context | The parse tree. |
ExitLogical_or_expression(PowerQueryParser.Logical_or_expressionContext)
Exit a parse tree produced by logical_or_expression().
Declaration
void ExitLogical_or_expression(PowerQueryParser.Logical_or_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Logical_or_expressionContext | context | The parse tree. |
ExitMetadata_expression(PowerQueryParser.Metadata_expressionContext)
Exit a parse tree produced by metadata_expression().
Declaration
void ExitMetadata_expression(PowerQueryParser.Metadata_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Metadata_expressionContext | context | The parse tree. |
ExitMultiplicative_expression(PowerQueryParser.Multiplicative_expressionContext)
Exit a parse tree produced by multiplicative_expression().
Declaration
void ExitMultiplicative_expression(PowerQueryParser.Multiplicative_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Multiplicative_expressionContext | context | The parse tree. |
ExitNot_implemented_expression(PowerQueryParser.Not_implemented_expressionContext)
Exit a parse tree produced by not_implemented_expression().
Declaration
void ExitNot_implemented_expression(PowerQueryParser.Not_implemented_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Not_implemented_expressionContext | context | The parse tree. |
ExitNullable_primitive_type(PowerQueryParser.Nullable_primitive_typeContext)
Exit a parse tree produced by nullable_primitive_type().
Declaration
void ExitNullable_primitive_type(PowerQueryParser.Nullable_primitive_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Nullable_primitive_typeContext | context | The parse tree. |
ExitNullable_type(PowerQueryParser.Nullable_typeContext)
Exit a parse tree produced by nullable_type().
Declaration
void ExitNullable_type(PowerQueryParser.Nullable_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Nullable_typeContext | context | The parse tree. |
ExitOpen_record_marker(PowerQueryParser.Open_record_markerContext)
Exit a parse tree produced by open_record_marker().
Declaration
void ExitOpen_record_marker(PowerQueryParser.Open_record_markerContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Open_record_markerContext | context | The parse tree. |
ExitOptional_field_selector(PowerQueryParser.Optional_field_selectorContext)
Exit a parse tree produced by optional_field_selector().
Declaration
void ExitOptional_field_selector(PowerQueryParser.Optional_field_selectorContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_field_selectorContext | context | The parse tree. |
ExitOptional_parameter(PowerQueryParser.Optional_parameterContext)
Exit a parse tree produced by optional_parameter().
Declaration
void ExitOptional_parameter(PowerQueryParser.Optional_parameterContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_parameterContext | context | The parse tree. |
ExitOptional_parameter_list(PowerQueryParser.Optional_parameter_listContext)
Exit a parse tree produced by optional_parameter_list().
Declaration
void ExitOptional_parameter_list(PowerQueryParser.Optional_parameter_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_parameter_listContext | context | The parse tree. |
ExitOptional_parameter_specification(PowerQueryParser.Optional_parameter_specificationContext)
Exit a parse tree produced by optional_parameter_specification().
Declaration
void ExitOptional_parameter_specification(PowerQueryParser.Optional_parameter_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_parameter_specificationContext | context | The parse tree. |
ExitOptional_parameter_specification_list(PowerQueryParser.Optional_parameter_specification_listContext)
Exit a parse tree produced by optional_parameter_specification_list().
Declaration
void ExitOptional_parameter_specification_list(PowerQueryParser.Optional_parameter_specification_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_parameter_specification_listContext | context | The parse tree. |
ExitOptional_projection(PowerQueryParser.Optional_projectionContext)
Exit a parse tree produced by optional_projection().
Declaration
void ExitOptional_projection(PowerQueryParser.Optional_projectionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Optional_projectionContext | context | The parse tree. |
ExitOtherwise_clause(PowerQueryParser.Otherwise_clauseContext)
Exit a parse tree produced by otherwise_clause().
Declaration
void ExitOtherwise_clause(PowerQueryParser.Otherwise_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Otherwise_clauseContext | context | The parse tree. |
ExitParameter(PowerQueryParser.ParameterContext)
Exit a parse tree produced by parameter().
Declaration
void ExitParameter(PowerQueryParser.ParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.ParameterContext | context | The parse tree. |
ExitParameter_list(PowerQueryParser.Parameter_listContext)
Exit a parse tree produced by parameter_list().
Declaration
void ExitParameter_list(PowerQueryParser.Parameter_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parameter_listContext | context | The parse tree. |
ExitParameter_name(PowerQueryParser.Parameter_nameContext)
Exit a parse tree produced by parameter_name().
Declaration
void ExitParameter_name(PowerQueryParser.Parameter_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parameter_nameContext | context | The parse tree. |
ExitParameter_specification(PowerQueryParser.Parameter_specificationContext)
Exit a parse tree produced by parameter_specification().
Declaration
void ExitParameter_specification(PowerQueryParser.Parameter_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parameter_specificationContext | context | The parse tree. |
ExitParameter_specification_list(PowerQueryParser.Parameter_specification_listContext)
Exit a parse tree produced by parameter_specification_list().
Declaration
void ExitParameter_specification_list(PowerQueryParser.Parameter_specification_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parameter_specification_listContext | context | The parse tree. |
ExitParameter_type(PowerQueryParser.Parameter_typeContext)
Exit a parse tree produced by parameter_type().
Declaration
void ExitParameter_type(PowerQueryParser.Parameter_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parameter_typeContext | context | The parse tree. |
ExitParenthesized_expression(PowerQueryParser.Parenthesized_expressionContext)
Exit a parse tree produced by parenthesized_expression().
Declaration
void ExitParenthesized_expression(PowerQueryParser.Parenthesized_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Parenthesized_expressionContext | context | The parse tree. |
ExitPrimary_expression(PowerQueryParser.Primary_expressionContext)
Exit a parse tree produced by primary_expression().
Declaration
void ExitPrimary_expression(PowerQueryParser.Primary_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Primary_expressionContext | context | The parse tree. |
ExitPrimary_type(PowerQueryParser.Primary_typeContext)
Exit a parse tree produced by primary_type().
Declaration
void ExitPrimary_type(PowerQueryParser.Primary_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Primary_typeContext | context | The parse tree. |
ExitPrimitive_type(PowerQueryParser.Primitive_typeContext)
Exit a parse tree produced by primitive_type().
Declaration
void ExitPrimitive_type(PowerQueryParser.Primitive_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Primitive_typeContext | context | The parse tree. |
ExitProtected_expression(PowerQueryParser.Protected_expressionContext)
Exit a parse tree produced by protected_expression().
Declaration
void ExitProtected_expression(PowerQueryParser.Protected_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Protected_expressionContext | context | The parse tree. |
ExitRecord_expression(PowerQueryParser.Record_expressionContext)
Exit a parse tree produced by record_expression().
Declaration
void ExitRecord_expression(PowerQueryParser.Record_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Record_expressionContext | context | The parse tree. |
ExitRecord_literal(PowerQueryParser.Record_literalContext)
Exit a parse tree produced by record_literal().
Declaration
void ExitRecord_literal(PowerQueryParser.Record_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Record_literalContext | context | The parse tree. |
ExitRecord_type(PowerQueryParser.Record_typeContext)
Exit a parse tree produced by record_type().
Declaration
void ExitRecord_type(PowerQueryParser.Record_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Record_typeContext | context | The parse tree. |
ExitRelational_expression(PowerQueryParser.Relational_expressionContext)
Exit a parse tree produced by relational_expression().
Declaration
void ExitRelational_expression(PowerQueryParser.Relational_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Relational_expressionContext | context | The parse tree. |
ExitRequired_field_selector(PowerQueryParser.Required_field_selectorContext)
Exit a parse tree produced by required_field_selector().
Declaration
void ExitRequired_field_selector(PowerQueryParser.Required_field_selectorContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Required_field_selectorContext | context | The parse tree. |
ExitRequired_parameter_specification(PowerQueryParser.Required_parameter_specificationContext)
Exit a parse tree produced by required_parameter_specification().
Declaration
void ExitRequired_parameter_specification(PowerQueryParser.Required_parameter_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Required_parameter_specificationContext | context | The parse tree. |
ExitRequired_parameter_specification_list(PowerQueryParser.Required_parameter_specification_listContext)
Exit a parse tree produced by required_parameter_specification_list().
Declaration
void ExitRequired_parameter_specification_list(PowerQueryParser.Required_parameter_specification_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Required_parameter_specification_listContext | context | The parse tree. |
ExitRequired_projection(PowerQueryParser.Required_projectionContext)
Exit a parse tree produced by required_projection().
Declaration
void ExitRequired_projection(PowerQueryParser.Required_projectionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Required_projectionContext | context | The parse tree. |
ExitRequired_selector_list(PowerQueryParser.Required_selector_listContext)
Exit a parse tree produced by required_selector_list().
Declaration
void ExitRequired_selector_list(PowerQueryParser.Required_selector_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Required_selector_listContext | context | The parse tree. |
ExitReturn_type(PowerQueryParser.Return_typeContext)
Exit a parse tree produced by return_type().
Declaration
void ExitReturn_type(PowerQueryParser.Return_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Return_typeContext | context | The parse tree. |
ExitRow_type(PowerQueryParser.Row_typeContext)
Exit a parse tree produced by row_type().
Declaration
void ExitRow_type(PowerQueryParser.Row_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Row_typeContext | context | The parse tree. |
ExitSection(PowerQueryParser.SectionContext)
Exit a parse tree produced by section().
Declaration
void ExitSection(PowerQueryParser.SectionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.SectionContext | context | The parse tree. |
ExitSection_access_expression(PowerQueryParser.Section_access_expressionContext)
Exit a parse tree produced by section_access_expression().
Declaration
void ExitSection_access_expression(PowerQueryParser.Section_access_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_access_expressionContext | context | The parse tree. |
ExitSection_document(PowerQueryParser.Section_documentContext)
Exit a parse tree produced by section_document().
Declaration
void ExitSection_document(PowerQueryParser.Section_documentContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_documentContext | context | The parse tree. |
ExitSection_member(PowerQueryParser.Section_memberContext)
Exit a parse tree produced by section_member().
Declaration
void ExitSection_member(PowerQueryParser.Section_memberContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_memberContext | context | The parse tree. |
ExitSection_member_name(PowerQueryParser.Section_member_nameContext)
Exit a parse tree produced by section_member_name().
Declaration
void ExitSection_member_name(PowerQueryParser.Section_member_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_member_nameContext | context | The parse tree. |
ExitSection_members(PowerQueryParser.Section_membersContext)
Exit a parse tree produced by section_members().
Declaration
void ExitSection_members(PowerQueryParser.Section_membersContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_membersContext | context | The parse tree. |
ExitSection_name(PowerQueryParser.Section_nameContext)
Exit a parse tree produced by section_name().
Declaration
void ExitSection_name(PowerQueryParser.Section_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Section_nameContext | context | The parse tree. |
ExitTable_type(PowerQueryParser.Table_typeContext)
Exit a parse tree produced by table_type().
Declaration
void ExitTable_type(PowerQueryParser.Table_typeContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Table_typeContext | context | The parse tree. |
ExitTrue_expression(PowerQueryParser.True_expressionContext)
Exit a parse tree produced by true_expression().
Declaration
void ExitTrue_expression(PowerQueryParser.True_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.True_expressionContext | context | The parse tree. |
ExitType_expr(PowerQueryParser.Type_exprContext)
Exit a parse tree produced by type_expr().
Declaration
void ExitType_expr(PowerQueryParser.Type_exprContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Type_exprContext | context | The parse tree. |
ExitType_expression(PowerQueryParser.Type_expressionContext)
Exit a parse tree produced by type_expression().
Declaration
void ExitType_expression(PowerQueryParser.Type_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Type_expressionContext | context | The parse tree. |
ExitUnary_expression(PowerQueryParser.Unary_expressionContext)
Exit a parse tree produced by unary_expression().
Declaration
void ExitUnary_expression(PowerQueryParser.Unary_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Unary_expressionContext | context | The parse tree. |
ExitVariable(PowerQueryParser.VariableContext)
Exit a parse tree produced by variable().
Declaration
void ExitVariable(PowerQueryParser.VariableContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.VariableContext | context | The parse tree. |
ExitVariable_list(PowerQueryParser.Variable_listContext)
Exit a parse tree produced by variable_list().
Declaration
void ExitVariable_list(PowerQueryParser.Variable_listContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Variable_listContext | context | The parse tree. |
ExitVariable_name(PowerQueryParser.Variable_nameContext)
Exit a parse tree produced by variable_name().
Declaration
void ExitVariable_name(PowerQueryParser.Variable_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Variable_nameContext | context | The parse tree. |