Show / Hide Table of Contents

Class PowerQueryParserBaseVisitor<Result>

This class provides an empty implementation of IPowerQueryParserVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
PowerQueryParserBaseVisitor<Result>
Implements
IPowerQueryParserVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Powerquery
Assembly: Powerquery.dll
Syntax
public class PowerQueryParserBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

Declaration
public virtual 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().

The default implementation returns the result of calling on context.

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

The parse tree.

Returns
Type Description
Result

Implements

IPowerQueryParserVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX