Show / Hide Table of Contents

Interface IPowerQueryParserVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by PowerQueryParser.

Namespace: GCore.Antlr.Grammers.Powerquery
Assembly: Powerquery.dll
Syntax
public interface IPowerQueryParserVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAdditive_expression(PowerQueryParser.Additive_expressionContext)

Visit a parse tree produced by additive_expression().

Declaration
Result VisitAdditive_expression(PowerQueryParser.Additive_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Additive_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAny_literal(PowerQueryParser.Any_literalContext)

Visit a parse tree produced by any_literal().

Declaration
Result VisitAny_literal(PowerQueryParser.Any_literalContext context)
Parameters
Type Name Description
PowerQueryParser.Any_literalContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArgument_list(PowerQueryParser.Argument_listContext)

Visit a parse tree produced by argument_list().

Declaration
Result VisitArgument_list(PowerQueryParser.Argument_listContext context)
Parameters
Type Name Description
PowerQueryParser.Argument_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAs_expression(PowerQueryParser.As_expressionContext)

Visit a parse tree produced by as_expression().

Declaration
Result VisitAs_expression(PowerQueryParser.As_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.As_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAssertion(PowerQueryParser.AssertionContext)

Visit a parse tree produced by assertion().

Declaration
Result VisitAssertion(PowerQueryParser.AssertionContext context)
Parameters
Type Name Description
PowerQueryParser.AssertionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDefault_expression(PowerQueryParser.Default_expressionContext)

Visit a parse tree produced by default_expression().

Declaration
Result VisitDefault_expression(PowerQueryParser.Default_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Default_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDocument(PowerQueryParser.DocumentContext)

Visit a parse tree produced by document().

Declaration
Result VisitDocument(PowerQueryParser.DocumentContext context)
Parameters
Type Name Description
PowerQueryParser.DocumentContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEach_expression(PowerQueryParser.Each_expressionContext)

Visit a parse tree produced by each_expression().

Declaration
Result VisitEach_expression(PowerQueryParser.Each_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Each_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEach_expression_body(PowerQueryParser.Each_expression_bodyContext)

Visit a parse tree produced by each_expression_body().

Declaration
Result VisitEach_expression_body(PowerQueryParser.Each_expression_bodyContext context)
Parameters
Type Name Description
PowerQueryParser.Each_expression_bodyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEquality_expression(PowerQueryParser.Equality_expressionContext)

Visit a parse tree produced by equality_expression().

Declaration
Result VisitEquality_expression(PowerQueryParser.Equality_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Equality_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitError_handling_expression(PowerQueryParser.Error_handling_expressionContext)

Visit a parse tree produced by error_handling_expression().

Declaration
Result VisitError_handling_expression(PowerQueryParser.Error_handling_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Error_handling_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitError_raising_expression(PowerQueryParser.Error_raising_expressionContext)

Visit a parse tree produced by error_raising_expression().

Declaration
Result VisitError_raising_expression(PowerQueryParser.Error_raising_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Error_raising_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExclusive_identifier_reference(PowerQueryParser.Exclusive_identifier_referenceContext)

Visit a parse tree produced by exclusive_identifier_reference().

Declaration
Result VisitExclusive_identifier_reference(PowerQueryParser.Exclusive_identifier_referenceContext context)
Parameters
Type Name Description
PowerQueryParser.Exclusive_identifier_referenceContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpression(PowerQueryParser.ExpressionContext)

Visit a parse tree produced by expression().

Declaration
Result VisitExpression(PowerQueryParser.ExpressionContext context)
Parameters
Type Name Description
PowerQueryParser.ExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpression_document(PowerQueryParser.Expression_documentContext)

Visit a parse tree produced by expression_document().

Declaration
Result VisitExpression_document(PowerQueryParser.Expression_documentContext context)
Parameters
Type Name Description
PowerQueryParser.Expression_documentContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFalse_expression(PowerQueryParser.False_expressionContext)

Visit a parse tree produced by false_expression().

Declaration
Result VisitFalse_expression(PowerQueryParser.False_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.False_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitField(PowerQueryParser.FieldContext)

Visit a parse tree produced by field().

Declaration
Result VisitField(PowerQueryParser.FieldContext context)
Parameters
Type Name Description
PowerQueryParser.FieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitField_list(PowerQueryParser.Field_listContext)

Visit a parse tree produced by field_list().

Declaration
Result VisitField_list(PowerQueryParser.Field_listContext context)
Parameters
Type Name Description
PowerQueryParser.Field_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitField_name(PowerQueryParser.Field_nameContext)

Visit a parse tree produced by field_name().

Declaration
Result VisitField_name(PowerQueryParser.Field_nameContext context)
Parameters
Type Name Description
PowerQueryParser.Field_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitField_selector(PowerQueryParser.Field_selectorContext)

Visit a parse tree produced by field_selector().

Declaration
Result VisitField_selector(PowerQueryParser.Field_selectorContext context)
Parameters
Type Name Description
PowerQueryParser.Field_selectorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitField_specification(PowerQueryParser.Field_specificationContext)

Visit a parse tree produced by field_specification().

Declaration
Result VisitField_specification(PowerQueryParser.Field_specificationContext context)
Parameters
Type Name Description
PowerQueryParser.Field_specificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitField_specification_list(PowerQueryParser.Field_specification_listContext)

Visit a parse tree produced by field_specification_list().

Declaration
Result VisitField_specification_list(PowerQueryParser.Field_specification_listContext context)
Parameters
Type Name Description
PowerQueryParser.Field_specification_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitField_type(PowerQueryParser.Field_typeContext)

Visit a parse tree produced by field_type().

Declaration
Result VisitField_type(PowerQueryParser.Field_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Field_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitField_type_specification(PowerQueryParser.Field_type_specificationContext)

Visit a parse tree produced by field_type_specification().

Declaration
Result VisitField_type_specification(PowerQueryParser.Field_type_specificationContext context)
Parameters
Type Name Description
PowerQueryParser.Field_type_specificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFixed_parameter_list(PowerQueryParser.Fixed_parameter_listContext)

Visit a parse tree produced by fixed_parameter_list().

Declaration
Result VisitFixed_parameter_list(PowerQueryParser.Fixed_parameter_listContext context)
Parameters
Type Name Description
PowerQueryParser.Fixed_parameter_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunction_body(PowerQueryParser.Function_bodyContext)

Visit a parse tree produced by function_body().

Declaration
Result VisitFunction_body(PowerQueryParser.Function_bodyContext context)
Parameters
Type Name Description
PowerQueryParser.Function_bodyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunction_expression(PowerQueryParser.Function_expressionContext)

Visit a parse tree produced by function_expression().

Declaration
Result VisitFunction_expression(PowerQueryParser.Function_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Function_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunction_type(PowerQueryParser.Function_typeContext)

Visit a parse tree produced by function_type().

Declaration
Result VisitFunction_type(PowerQueryParser.Function_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Function_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIdentifier_expression(PowerQueryParser.Identifier_expressionContext)

Visit a parse tree produced by identifier_expression().

Declaration
Result VisitIdentifier_expression(PowerQueryParser.Identifier_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Identifier_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIdentifier_reference(PowerQueryParser.Identifier_referenceContext)

Visit a parse tree produced by identifier_reference().

Declaration
Result VisitIdentifier_reference(PowerQueryParser.Identifier_referenceContext context)
Parameters
Type Name Description
PowerQueryParser.Identifier_referenceContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIf_condition(PowerQueryParser.If_conditionContext)

Visit a parse tree produced by if_condition().

Declaration
Result VisitIf_condition(PowerQueryParser.If_conditionContext context)
Parameters
Type Name Description
PowerQueryParser.If_conditionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIf_expression(PowerQueryParser.If_expressionContext)

Visit a parse tree produced by if_expression().

Declaration
Result VisitIf_expression(PowerQueryParser.If_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.If_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImplicit_target_field_selection(PowerQueryParser.Implicit_target_field_selectionContext)

Visit a parse tree produced by implicit_target_field_selection().

Declaration
Result VisitImplicit_target_field_selection(PowerQueryParser.Implicit_target_field_selectionContext context)
Parameters
Type Name Description
PowerQueryParser.Implicit_target_field_selectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImplicit_target_projection(PowerQueryParser.Implicit_target_projectionContext)

Visit a parse tree produced by implicit_target_projection().

Declaration
Result VisitImplicit_target_projection(PowerQueryParser.Implicit_target_projectionContext context)
Parameters
Type Name Description
PowerQueryParser.Implicit_target_projectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitInclusive_identifier_reference(PowerQueryParser.Inclusive_identifier_referenceContext)

Visit a parse tree produced by inclusive_identifier_reference().

Declaration
Result VisitInclusive_identifier_reference(PowerQueryParser.Inclusive_identifier_referenceContext context)
Parameters
Type Name Description
PowerQueryParser.Inclusive_identifier_referenceContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIs_expression(PowerQueryParser.Is_expressionContext)

Visit a parse tree produced by is_expression().

Declaration
Result VisitIs_expression(PowerQueryParser.Is_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Is_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitItem(PowerQueryParser.ItemContext)

Visit a parse tree produced by item().

Declaration
Result VisitItem(PowerQueryParser.ItemContext context)
Parameters
Type Name Description
PowerQueryParser.ItemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitItem_list(PowerQueryParser.Item_listContext)

Visit a parse tree produced by item_list().

Declaration
Result VisitItem_list(PowerQueryParser.Item_listContext context)
Parameters
Type Name Description
PowerQueryParser.Item_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitItem_selector(PowerQueryParser.Item_selectorContext)

Visit a parse tree produced by item_selector().

Declaration
Result VisitItem_selector(PowerQueryParser.Item_selectorContext context)
Parameters
Type Name Description
PowerQueryParser.Item_selectorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitItem_type(PowerQueryParser.Item_typeContext)

Visit a parse tree produced by item_type().

Declaration
Result VisitItem_type(PowerQueryParser.Item_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Item_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLet_expression(PowerQueryParser.Let_expressionContext)

Visit a parse tree produced by let_expression().

Declaration
Result VisitLet_expression(PowerQueryParser.Let_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Let_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitList_expression(PowerQueryParser.List_expressionContext)

Visit a parse tree produced by list_expression().

Declaration
Result VisitList_expression(PowerQueryParser.List_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.List_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitList_literal(PowerQueryParser.List_literalContext)

Visit a parse tree produced by list_literal().

Declaration
Result VisitList_literal(PowerQueryParser.List_literalContext context)
Parameters
Type Name Description
PowerQueryParser.List_literalContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitList_type(PowerQueryParser.List_typeContext)

Visit a parse tree produced by list_type().

Declaration
Result VisitList_type(PowerQueryParser.List_typeContext context)
Parameters
Type Name Description
PowerQueryParser.List_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral_attribs(PowerQueryParser.Literal_attribsContext)

Visit a parse tree produced by literal_attribs().

Declaration
Result VisitLiteral_attribs(PowerQueryParser.Literal_attribsContext context)
Parameters
Type Name Description
PowerQueryParser.Literal_attribsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral_expression(PowerQueryParser.Literal_expressionContext)

Visit a parse tree produced by literal_expression().

Declaration
Result VisitLiteral_expression(PowerQueryParser.Literal_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Literal_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral_field(PowerQueryParser.Literal_fieldContext)

Visit a parse tree produced by literal_field().

Declaration
Result VisitLiteral_field(PowerQueryParser.Literal_fieldContext context)
Parameters
Type Name Description
PowerQueryParser.Literal_fieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral_field_list(PowerQueryParser.Literal_field_listContext)

Visit a parse tree produced by literal_field_list().

Declaration
Result VisitLiteral_field_list(PowerQueryParser.Literal_field_listContext context)
Parameters
Type Name Description
PowerQueryParser.Literal_field_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral_item_list(PowerQueryParser.Literal_item_listContext)

Visit a parse tree produced by literal_item_list().

Declaration
Result VisitLiteral_item_list(PowerQueryParser.Literal_item_listContext context)
Parameters
Type Name Description
PowerQueryParser.Literal_item_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLogical_and_expression(PowerQueryParser.Logical_and_expressionContext)

Visit a parse tree produced by logical_and_expression().

Declaration
Result VisitLogical_and_expression(PowerQueryParser.Logical_and_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Logical_and_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLogical_or_expression(PowerQueryParser.Logical_or_expressionContext)

Visit a parse tree produced by logical_or_expression().

Declaration
Result VisitLogical_or_expression(PowerQueryParser.Logical_or_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Logical_or_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMetadata_expression(PowerQueryParser.Metadata_expressionContext)

Visit a parse tree produced by metadata_expression().

Declaration
Result VisitMetadata_expression(PowerQueryParser.Metadata_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Metadata_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMultiplicative_expression(PowerQueryParser.Multiplicative_expressionContext)

Visit a parse tree produced by multiplicative_expression().

Declaration
Result VisitMultiplicative_expression(PowerQueryParser.Multiplicative_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Multiplicative_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNot_implemented_expression(PowerQueryParser.Not_implemented_expressionContext)

Visit a parse tree produced by not_implemented_expression().

Declaration
Result VisitNot_implemented_expression(PowerQueryParser.Not_implemented_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Not_implemented_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNullable_primitive_type(PowerQueryParser.Nullable_primitive_typeContext)

Visit a parse tree produced by nullable_primitive_type().

Declaration
Result VisitNullable_primitive_type(PowerQueryParser.Nullable_primitive_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Nullable_primitive_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNullable_type(PowerQueryParser.Nullable_typeContext)

Visit a parse tree produced by nullable_type().

Declaration
Result VisitNullable_type(PowerQueryParser.Nullable_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Nullable_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOpen_record_marker(PowerQueryParser.Open_record_markerContext)

Visit a parse tree produced by open_record_marker().

Declaration
Result VisitOpen_record_marker(PowerQueryParser.Open_record_markerContext context)
Parameters
Type Name Description
PowerQueryParser.Open_record_markerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptional_field_selector(PowerQueryParser.Optional_field_selectorContext)

Visit a parse tree produced by optional_field_selector().

Declaration
Result VisitOptional_field_selector(PowerQueryParser.Optional_field_selectorContext context)
Parameters
Type Name Description
PowerQueryParser.Optional_field_selectorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptional_parameter(PowerQueryParser.Optional_parameterContext)

Visit a parse tree produced by optional_parameter().

Declaration
Result VisitOptional_parameter(PowerQueryParser.Optional_parameterContext context)
Parameters
Type Name Description
PowerQueryParser.Optional_parameterContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptional_parameter_list(PowerQueryParser.Optional_parameter_listContext)

Visit a parse tree produced by optional_parameter_list().

Declaration
Result VisitOptional_parameter_list(PowerQueryParser.Optional_parameter_listContext context)
Parameters
Type Name Description
PowerQueryParser.Optional_parameter_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptional_parameter_specification(PowerQueryParser.Optional_parameter_specificationContext)

Visit a parse tree produced by optional_parameter_specification().

Declaration
Result VisitOptional_parameter_specification(PowerQueryParser.Optional_parameter_specificationContext context)
Parameters
Type Name Description
PowerQueryParser.Optional_parameter_specificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptional_parameter_specification_list(PowerQueryParser.Optional_parameter_specification_listContext)

Visit a parse tree produced by optional_parameter_specification_list().

Declaration
Result VisitOptional_parameter_specification_list(PowerQueryParser.Optional_parameter_specification_listContext context)
Parameters
Type Name Description
PowerQueryParser.Optional_parameter_specification_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptional_projection(PowerQueryParser.Optional_projectionContext)

Visit a parse tree produced by optional_projection().

Declaration
Result VisitOptional_projection(PowerQueryParser.Optional_projectionContext context)
Parameters
Type Name Description
PowerQueryParser.Optional_projectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOtherwise_clause(PowerQueryParser.Otherwise_clauseContext)

Visit a parse tree produced by otherwise_clause().

Declaration
Result VisitOtherwise_clause(PowerQueryParser.Otherwise_clauseContext context)
Parameters
Type Name Description
PowerQueryParser.Otherwise_clauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameter(PowerQueryParser.ParameterContext)

Visit a parse tree produced by parameter().

Declaration
Result VisitParameter(PowerQueryParser.ParameterContext context)
Parameters
Type Name Description
PowerQueryParser.ParameterContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameter_list(PowerQueryParser.Parameter_listContext)

Visit a parse tree produced by parameter_list().

Declaration
Result VisitParameter_list(PowerQueryParser.Parameter_listContext context)
Parameters
Type Name Description
PowerQueryParser.Parameter_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameter_name(PowerQueryParser.Parameter_nameContext)

Visit a parse tree produced by parameter_name().

Declaration
Result VisitParameter_name(PowerQueryParser.Parameter_nameContext context)
Parameters
Type Name Description
PowerQueryParser.Parameter_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameter_specification(PowerQueryParser.Parameter_specificationContext)

Visit a parse tree produced by parameter_specification().

Declaration
Result VisitParameter_specification(PowerQueryParser.Parameter_specificationContext context)
Parameters
Type Name Description
PowerQueryParser.Parameter_specificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameter_specification_list(PowerQueryParser.Parameter_specification_listContext)

Visit a parse tree produced by parameter_specification_list().

Declaration
Result VisitParameter_specification_list(PowerQueryParser.Parameter_specification_listContext context)
Parameters
Type Name Description
PowerQueryParser.Parameter_specification_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameter_type(PowerQueryParser.Parameter_typeContext)

Visit a parse tree produced by parameter_type().

Declaration
Result VisitParameter_type(PowerQueryParser.Parameter_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Parameter_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParenthesized_expression(PowerQueryParser.Parenthesized_expressionContext)

Visit a parse tree produced by parenthesized_expression().

Declaration
Result VisitParenthesized_expression(PowerQueryParser.Parenthesized_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Parenthesized_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPrimary_expression(PowerQueryParser.Primary_expressionContext)

Visit a parse tree produced by primary_expression().

Declaration
Result VisitPrimary_expression(PowerQueryParser.Primary_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Primary_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPrimary_type(PowerQueryParser.Primary_typeContext)

Visit a parse tree produced by primary_type().

Declaration
Result VisitPrimary_type(PowerQueryParser.Primary_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Primary_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPrimitive_type(PowerQueryParser.Primitive_typeContext)

Visit a parse tree produced by primitive_type().

Declaration
Result VisitPrimitive_type(PowerQueryParser.Primitive_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Primitive_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitProtected_expression(PowerQueryParser.Protected_expressionContext)

Visit a parse tree produced by protected_expression().

Declaration
Result VisitProtected_expression(PowerQueryParser.Protected_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Protected_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRecord_expression(PowerQueryParser.Record_expressionContext)

Visit a parse tree produced by record_expression().

Declaration
Result VisitRecord_expression(PowerQueryParser.Record_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Record_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRecord_literal(PowerQueryParser.Record_literalContext)

Visit a parse tree produced by record_literal().

Declaration
Result VisitRecord_literal(PowerQueryParser.Record_literalContext context)
Parameters
Type Name Description
PowerQueryParser.Record_literalContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRecord_type(PowerQueryParser.Record_typeContext)

Visit a parse tree produced by record_type().

Declaration
Result VisitRecord_type(PowerQueryParser.Record_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Record_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRelational_expression(PowerQueryParser.Relational_expressionContext)

Visit a parse tree produced by relational_expression().

Declaration
Result VisitRelational_expression(PowerQueryParser.Relational_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Relational_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRequired_field_selector(PowerQueryParser.Required_field_selectorContext)

Visit a parse tree produced by required_field_selector().

Declaration
Result VisitRequired_field_selector(PowerQueryParser.Required_field_selectorContext context)
Parameters
Type Name Description
PowerQueryParser.Required_field_selectorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRequired_parameter_specification(PowerQueryParser.Required_parameter_specificationContext)

Visit a parse tree produced by required_parameter_specification().

Declaration
Result VisitRequired_parameter_specification(PowerQueryParser.Required_parameter_specificationContext context)
Parameters
Type Name Description
PowerQueryParser.Required_parameter_specificationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRequired_parameter_specification_list(PowerQueryParser.Required_parameter_specification_listContext)

Visit a parse tree produced by required_parameter_specification_list().

Declaration
Result VisitRequired_parameter_specification_list(PowerQueryParser.Required_parameter_specification_listContext context)
Parameters
Type Name Description
PowerQueryParser.Required_parameter_specification_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRequired_projection(PowerQueryParser.Required_projectionContext)

Visit a parse tree produced by required_projection().

Declaration
Result VisitRequired_projection(PowerQueryParser.Required_projectionContext context)
Parameters
Type Name Description
PowerQueryParser.Required_projectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRequired_selector_list(PowerQueryParser.Required_selector_listContext)

Visit a parse tree produced by required_selector_list().

Declaration
Result VisitRequired_selector_list(PowerQueryParser.Required_selector_listContext context)
Parameters
Type Name Description
PowerQueryParser.Required_selector_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReturn_type(PowerQueryParser.Return_typeContext)

Visit a parse tree produced by return_type().

Declaration
Result VisitReturn_type(PowerQueryParser.Return_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Return_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRow_type(PowerQueryParser.Row_typeContext)

Visit a parse tree produced by row_type().

Declaration
Result VisitRow_type(PowerQueryParser.Row_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Row_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSection(PowerQueryParser.SectionContext)

Visit a parse tree produced by section().

Declaration
Result VisitSection(PowerQueryParser.SectionContext context)
Parameters
Type Name Description
PowerQueryParser.SectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSection_access_expression(PowerQueryParser.Section_access_expressionContext)

Visit a parse tree produced by section_access_expression().

Declaration
Result VisitSection_access_expression(PowerQueryParser.Section_access_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Section_access_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSection_document(PowerQueryParser.Section_documentContext)

Visit a parse tree produced by section_document().

Declaration
Result VisitSection_document(PowerQueryParser.Section_documentContext context)
Parameters
Type Name Description
PowerQueryParser.Section_documentContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSection_member(PowerQueryParser.Section_memberContext)

Visit a parse tree produced by section_member().

Declaration
Result VisitSection_member(PowerQueryParser.Section_memberContext context)
Parameters
Type Name Description
PowerQueryParser.Section_memberContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSection_member_name(PowerQueryParser.Section_member_nameContext)

Visit a parse tree produced by section_member_name().

Declaration
Result VisitSection_member_name(PowerQueryParser.Section_member_nameContext context)
Parameters
Type Name Description
PowerQueryParser.Section_member_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSection_members(PowerQueryParser.Section_membersContext)

Visit a parse tree produced by section_members().

Declaration
Result VisitSection_members(PowerQueryParser.Section_membersContext context)
Parameters
Type Name Description
PowerQueryParser.Section_membersContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSection_name(PowerQueryParser.Section_nameContext)

Visit a parse tree produced by section_name().

Declaration
Result VisitSection_name(PowerQueryParser.Section_nameContext context)
Parameters
Type Name Description
PowerQueryParser.Section_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTable_type(PowerQueryParser.Table_typeContext)

Visit a parse tree produced by table_type().

Declaration
Result VisitTable_type(PowerQueryParser.Table_typeContext context)
Parameters
Type Name Description
PowerQueryParser.Table_typeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTrue_expression(PowerQueryParser.True_expressionContext)

Visit a parse tree produced by true_expression().

Declaration
Result VisitTrue_expression(PowerQueryParser.True_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.True_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitType_expr(PowerQueryParser.Type_exprContext)

Visit a parse tree produced by type_expr().

Declaration
Result VisitType_expr(PowerQueryParser.Type_exprContext context)
Parameters
Type Name Description
PowerQueryParser.Type_exprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitType_expression(PowerQueryParser.Type_expressionContext)

Visit a parse tree produced by type_expression().

Declaration
Result VisitType_expression(PowerQueryParser.Type_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Type_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitUnary_expression(PowerQueryParser.Unary_expressionContext)

Visit a parse tree produced by unary_expression().

Declaration
Result VisitUnary_expression(PowerQueryParser.Unary_expressionContext context)
Parameters
Type Name Description
PowerQueryParser.Unary_expressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVariable(PowerQueryParser.VariableContext)

Visit a parse tree produced by variable().

Declaration
Result VisitVariable(PowerQueryParser.VariableContext context)
Parameters
Type Name Description
PowerQueryParser.VariableContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVariable_list(PowerQueryParser.Variable_listContext)

Visit a parse tree produced by variable_list().

Declaration
Result VisitVariable_list(PowerQueryParser.Variable_listContext context)
Parameters
Type Name Description
PowerQueryParser.Variable_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVariable_name(PowerQueryParser.Variable_nameContext)

Visit a parse tree produced by variable_name().

Declaration
Result VisitVariable_name(PowerQueryParser.Variable_nameContext context)
Parameters
Type Name Description
PowerQueryParser.Variable_nameContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX