Show / Hide Table of Contents

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
System.Object
PowerQueryParserBaseListener
Implements
IPowerQueryParserListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Powerquery
Assembly: Powerquery.dll
Syntax
public class PowerQueryParserBaseListener : object, IPowerQueryParserListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAdditive_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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Implements

IPowerQueryParserListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX