Class PowerQueryParserBaseListener
This class provides an empty implementation of IPowerQueryParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Powerquery
Assembly: Powerquery.dll
Syntax
public class PowerQueryParserBaseListener : object, IPowerQueryParserListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAdditive_expression(PowerQueryParser.Additive_expressionContext)
Enter a parse tree produced by additive_expression().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void EnterError_raising_expression(PowerQueryParser.Error_raising_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Error_raising_expressionContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterExclusive_identifier_reference(PowerQueryParser.Exclusive_identifier_referenceContext)
Enter a parse tree produced by exclusive_identifier_reference().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitError_raising_expression(PowerQueryParser.Error_raising_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Error_raising_expressionContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitExclusive_identifier_reference(PowerQueryParser.Exclusive_identifier_referenceContext)
Exit a parse tree produced by exclusive_identifier_reference().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitVariable_name(PowerQueryParser.Variable_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
PowerQueryParser.Variable_nameContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.