Class PowerQueryParser
Inheritance
System.Object
PowerQueryParser
Assembly: Powerquery.dll
Syntax
public class PowerQueryParser : Parser
Constructors
|
Improve this Doc
View Source
PowerQueryParser(ITokenStream)
Declaration
public PowerQueryParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
PowerQueryParser(ITokenStream, TextWriter, TextWriter)
Declaration
public PowerQueryParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
_ATN
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
AMP
Declaration
public const int AMP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AND
Declaration
public const int AND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ANY
Declaration
public const int ANY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ANYNONNULL
Declaration
public const int ANYNONNULL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ARROW
Declaration
public const int ARROW = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AS
Declaration
public const int AS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AT
Declaration
public const int AT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AVAILABLE_IDENTIFIER
Declaration
public const int AVAILABLE_IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BANG
Declaration
public const int BANG = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BINARY
Declaration
public const int BINARY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CHARACHTER_ESCAPE_SEQUENCE
Declaration
public const int CHARACHTER_ESCAPE_SEQUENCE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CLOSE_BRACE
Declaration
public const int CLOSE_BRACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CLOSE_BRACKET
Declaration
public const int CLOSE_BRACKET = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CLOSE_PAREN
Declaration
public const int CLOSE_PAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COMMA
Declaration
public const int COMMA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DATE
Declaration
public const int DATE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DATETIME
Declaration
public const int DATETIME = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DATETIMEZONE
Declaration
public const int DATETIMEZONE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
decisionToDFA
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
DOTDOT
Declaration
public const int DOTDOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DURATION
Declaration
public const int DURATION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EACH
Declaration
public const int EACH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ELLIPSES
Declaration
public const int ELLIPSES = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ELSE
Declaration
public const int ELSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EQUALS
Declaration
public const int EQUALS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ERROR
Declaration
public const int ERROR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FUNCTION
Declaration
public const int FUNCTION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FUNCTION_START
Declaration
public const int FUNCTION_START = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GE
Declaration
public const int GE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GEQ
Declaration
public const int GEQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IDENTIFIER
Declaration
public const int IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IF
Declaration
public const int IF = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IN
Declaration
public const int IN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IS
Declaration
public const int IS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
KEYWORD_OR_IDENTIFIER
Declaration
public const int KEYWORD_OR_IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LE
Declaration
public const int LE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LEQ
Declaration
public const int LEQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LET
Declaration
public const int LET = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LIST
Declaration
public const int LIST = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITERAL
Declaration
public const int LITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LOGICAL
Declaration
public const int LOGICAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int META = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MINUS
Declaration
public const int MINUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NEQ
Declaration
public const int NEQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NEW_LINE_CHAR
Declaration
public const int NEW_LINE_CHAR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NONE
Declaration
public const int NONE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NOT
Declaration
public const int NOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NULLABLE
Declaration
public const int NULLABLE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NUMBER
Declaration
public const int NUMBER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OPEN_BRACE
Declaration
public const int OPEN_BRACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OPEN_BRACKET
Declaration
public const int OPEN_BRACKET = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OPEN_PAREN
Declaration
public const int OPEN_PAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OPTIONAL
Declaration
public const int OPTIONAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OPTIONAL_TEXT
Declaration
public const int OPTIONAL_TEXT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OR
Declaration
public const int OR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OTHERWISE
Declaration
public const int OTHERWISE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PLUS
Declaration
public const int PLUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RECORD
Declaration
public const int RECORD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REGULAR_IDENTIFIER
Declaration
public const int REGULAR_IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_additive_expression
Declaration
public const int RULE_additive_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_any_literal
Declaration
public const int RULE_any_literal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_argument_list
Declaration
public const int RULE_argument_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_as_expression
Declaration
public const int RULE_as_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_assertion
Declaration
public const int RULE_assertion = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_default_expression
Declaration
public const int RULE_default_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_document
Declaration
public const int RULE_document = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_each_expression
Declaration
public const int RULE_each_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_each_expression_body
Declaration
public const int RULE_each_expression_body = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_equality_expression
Declaration
public const int RULE_equality_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_error_handling_expression
Declaration
public const int RULE_error_handling_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_error_raising_expression
Declaration
public const int RULE_error_raising_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_exclusive_identifier_reference
Declaration
public const int RULE_exclusive_identifier_reference = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_expression
Declaration
public const int RULE_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_expression_document
Declaration
public const int RULE_expression_document = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_false_expression
Declaration
public const int RULE_false_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field
Declaration
public const int RULE_field = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field_list
Declaration
public const int RULE_field_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field_name
Declaration
public const int RULE_field_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field_selector
Declaration
public const int RULE_field_selector = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field_specification
Declaration
public const int RULE_field_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field_specification_list
Declaration
public const int RULE_field_specification_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field_type
Declaration
public const int RULE_field_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field_type_specification
Declaration
public const int RULE_field_type_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_fixed_parameter_list
Declaration
public const int RULE_fixed_parameter_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_function_body
Declaration
public const int RULE_function_body = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_function_expression
Declaration
public const int RULE_function_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_function_type
Declaration
public const int RULE_function_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_identifier_expression
Declaration
public const int RULE_identifier_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_identifier_reference
Declaration
public const int RULE_identifier_reference = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_if_condition
Declaration
public const int RULE_if_condition = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_if_expression
Declaration
public const int RULE_if_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_implicit_target_field_selection
Declaration
public const int RULE_implicit_target_field_selection = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_implicit_target_projection
Declaration
public const int RULE_implicit_target_projection = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_inclusive_identifier_reference
Declaration
public const int RULE_inclusive_identifier_reference = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_is_expression
Declaration
public const int RULE_is_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_item
Declaration
public const int RULE_item = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_item_list
Declaration
public const int RULE_item_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_item_selector
Declaration
public const int RULE_item_selector = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_item_type
Declaration
public const int RULE_item_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_let_expression
Declaration
public const int RULE_let_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_list_expression
Declaration
public const int RULE_list_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_list_literal
Declaration
public const int RULE_list_literal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_list_type
Declaration
public const int RULE_list_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_literal_attribs
Declaration
public const int RULE_literal_attribs = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_literal_expression
Declaration
public const int RULE_literal_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_literal_field
Declaration
public const int RULE_literal_field = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_literal_field_list
Declaration
public const int RULE_literal_field_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_literal_item_list
Declaration
public const int RULE_literal_item_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_logical_and_expression
Declaration
public const int RULE_logical_and_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_logical_or_expression
Declaration
public const int RULE_logical_or_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_metadata_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_multiplicative_expression
Declaration
public const int RULE_multiplicative_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_not_implemented_expression
Declaration
public const int RULE_not_implemented_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_nullable_primitive_type
Declaration
public const int RULE_nullable_primitive_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_nullable_type
Declaration
public const int RULE_nullable_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_open_record_marker
Declaration
public const int RULE_open_record_marker = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_optional_field_selector
Declaration
public const int RULE_optional_field_selector = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_optional_parameter
Declaration
public const int RULE_optional_parameter = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_optional_parameter_list
Declaration
public const int RULE_optional_parameter_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_optional_parameter_specification
Declaration
public const int RULE_optional_parameter_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_optional_parameter_specification_list
Declaration
public const int RULE_optional_parameter_specification_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_optional_projection
Declaration
public const int RULE_optional_projection = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_otherwise_clause
Declaration
public const int RULE_otherwise_clause = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parameter
Declaration
public const int RULE_parameter = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parameter_list
Declaration
public const int RULE_parameter_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parameter_name
Declaration
public const int RULE_parameter_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parameter_specification
Declaration
public const int RULE_parameter_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parameter_specification_list
Declaration
public const int RULE_parameter_specification_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parameter_type
Declaration
public const int RULE_parameter_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parenthesized_expression
Declaration
public const int RULE_parenthesized_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_primary_expression
Declaration
public const int RULE_primary_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_primary_type
Declaration
public const int RULE_primary_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_primitive_type
Declaration
public const int RULE_primitive_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_protected_expression
Declaration
public const int RULE_protected_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_record_expression
Declaration
public const int RULE_record_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_record_literal
Declaration
public const int RULE_record_literal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_record_type
Declaration
public const int RULE_record_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_relational_expression
Declaration
public const int RULE_relational_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_required_field_selector
Declaration
public const int RULE_required_field_selector = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_required_parameter_specification
Declaration
public const int RULE_required_parameter_specification = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_required_parameter_specification_list
Declaration
public const int RULE_required_parameter_specification_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_required_projection
Declaration
public const int RULE_required_projection = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_required_selector_list
Declaration
public const int RULE_required_selector_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_return_type
Declaration
public const int RULE_return_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_row_type
Declaration
public const int RULE_row_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_section
Declaration
public const int RULE_section = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_section_access_expression
Declaration
public const int RULE_section_access_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_section_document
Declaration
public const int RULE_section_document = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_section_member
Declaration
public const int RULE_section_member = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_section_member_name
Declaration
public const int RULE_section_member_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_section_members
Declaration
public const int RULE_section_members = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_section_name
Declaration
public const int RULE_section_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_table_type
Declaration
public const int RULE_table_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_true_expression
Declaration
public const int RULE_true_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_type_expr
Declaration
public const int RULE_type_expr = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_type_expression
Declaration
public const int RULE_type_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_unary_expression
Declaration
public const int RULE_unary_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variable
Declaration
public const int RULE_variable = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variable_list
Declaration
public const int RULE_variable_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variable_name
Declaration
public const int RULE_variable_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SECTION
Declaration
public const int SECTION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SEMICOLON
Declaration
public const int SEMICOLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SHARED
Declaration
public const int SHARED = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
SLASH
Declaration
public const int SLASH = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STAR
Declaration
public const int STAR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TABLE
Declaration
public const int TABLE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TEXT
Declaration
public const int TEXT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TEXT_LITERAL
Declaration
public const int TEXT_LITERAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
THEN
Declaration
public const int THEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TRY
Declaration
public const int TRY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TYPE
Declaration
public const int TYPE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WHITESPACE
Declaration
public const int WHITESPACE = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RuleNames
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SerializedAtn
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vocabulary
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|
Methods
|
Improve this Doc
View Source
additive_expression()
Declaration
public PowerQueryParser.Additive_expressionContext additive_expression()
Returns
|
Improve this Doc
View Source
any_literal()
Declaration
public PowerQueryParser.Any_literalContext any_literal()
Returns
|
Improve this Doc
View Source
argument_list()
Declaration
public PowerQueryParser.Argument_listContext argument_list()
Returns
|
Improve this Doc
View Source
as_expression()
Declaration
public PowerQueryParser.As_expressionContext as_expression()
Returns
|
Improve this Doc
View Source
assertion()
Declaration
public PowerQueryParser.AssertionContext assertion()
Returns
|
Improve this Doc
View Source
default_expression()
Declaration
public PowerQueryParser.Default_expressionContext default_expression()
Returns
|
Improve this Doc
View Source
document()
Declaration
public PowerQueryParser.DocumentContext document()
Returns
|
Improve this Doc
View Source
each_expression()
Declaration
public PowerQueryParser.Each_expressionContext each_expression()
Returns
|
Improve this Doc
View Source
each_expression_body()
Declaration
public PowerQueryParser.Each_expression_bodyContext each_expression_body()
Returns
|
Improve this Doc
View Source
equality_expression()
Declaration
public PowerQueryParser.Equality_expressionContext equality_expression()
Returns
|
Improve this Doc
View Source
error_handling_expression()
Declaration
public PowerQueryParser.Error_handling_expressionContext error_handling_expression()
Returns
|
Improve this Doc
View Source
error_raising_expression()
Declaration
public PowerQueryParser.Error_raising_expressionContext error_raising_expression()
Returns
|
Improve this Doc
View Source
exclusive_identifier_reference()
Declaration
public PowerQueryParser.Exclusive_identifier_referenceContext exclusive_identifier_reference()
Returns
|
Improve this Doc
View Source
expression()
Declaration
public PowerQueryParser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
expression_document()
Declaration
public PowerQueryParser.Expression_documentContext expression_document()
Returns
|
Improve this Doc
View Source
false_expression()
Declaration
public PowerQueryParser.False_expressionContext false_expression()
Returns
|
Improve this Doc
View Source
field()
Declaration
public PowerQueryParser.FieldContext field()
Returns
|
Improve this Doc
View Source
field_list()
Declaration
public PowerQueryParser.Field_listContext field_list()
Returns
|
Improve this Doc
View Source
field_name()
Declaration
public PowerQueryParser.Field_nameContext field_name()
Returns
|
Improve this Doc
View Source
field_selector()
Declaration
public PowerQueryParser.Field_selectorContext field_selector()
Returns
|
Improve this Doc
View Source
field_specification()
Declaration
public PowerQueryParser.Field_specificationContext field_specification()
Returns
|
Improve this Doc
View Source
field_specification_list()
Declaration
public PowerQueryParser.Field_specification_listContext field_specification_list()
Returns
|
Improve this Doc
View Source
field_type()
Declaration
public PowerQueryParser.Field_typeContext field_type()
Returns
|
Improve this Doc
View Source
field_type_specification()
Declaration
public PowerQueryParser.Field_type_specificationContext field_type_specification()
Returns
|
Improve this Doc
View Source
fixed_parameter_list()
Declaration
public PowerQueryParser.Fixed_parameter_listContext fixed_parameter_list()
Returns
|
Improve this Doc
View Source
function_body()
Declaration
public PowerQueryParser.Function_bodyContext function_body()
Returns
|
Improve this Doc
View Source
function_expression()
Declaration
public PowerQueryParser.Function_expressionContext function_expression()
Returns
|
Improve this Doc
View Source
function_type()
Declaration
public PowerQueryParser.Function_typeContext function_type()
Returns
|
Improve this Doc
View Source
identifier_expression()
Declaration
public PowerQueryParser.Identifier_expressionContext identifier_expression()
Returns
|
Improve this Doc
View Source
identifier_reference()
Declaration
public PowerQueryParser.Identifier_referenceContext identifier_reference()
Returns
|
Improve this Doc
View Source
if_condition()
Declaration
public PowerQueryParser.If_conditionContext if_condition()
Returns
|
Improve this Doc
View Source
if_expression()
Declaration
public PowerQueryParser.If_expressionContext if_expression()
Returns
|
Improve this Doc
View Source
implicit_target_field_selection()
Declaration
public PowerQueryParser.Implicit_target_field_selectionContext implicit_target_field_selection()
Returns
|
Improve this Doc
View Source
implicit_target_projection()
Declaration
public PowerQueryParser.Implicit_target_projectionContext implicit_target_projection()
Returns
|
Improve this Doc
View Source
inclusive_identifier_reference()
Declaration
public PowerQueryParser.Inclusive_identifier_referenceContext inclusive_identifier_reference()
Returns
|
Improve this Doc
View Source
is_expression()
Declaration
public PowerQueryParser.Is_expressionContext is_expression()
Returns
|
Improve this Doc
View Source
item()
Declaration
public PowerQueryParser.ItemContext item()
Returns
|
Improve this Doc
View Source
item_list()
Declaration
public PowerQueryParser.Item_listContext item_list()
Returns
|
Improve this Doc
View Source
item_selector()
Declaration
public PowerQueryParser.Item_selectorContext item_selector()
Returns
|
Improve this Doc
View Source
item_type()
Declaration
public PowerQueryParser.Item_typeContext item_type()
Returns
|
Improve this Doc
View Source
let_expression()
Declaration
public PowerQueryParser.Let_expressionContext let_expression()
Returns
|
Improve this Doc
View Source
list_expression()
Declaration
public PowerQueryParser.List_expressionContext list_expression()
Returns
|
Improve this Doc
View Source
list_literal()
Declaration
public PowerQueryParser.List_literalContext list_literal()
Returns
|
Improve this Doc
View Source
list_type()
Declaration
public PowerQueryParser.List_typeContext list_type()
Returns
|
Improve this Doc
View Source
literal_attribs()
Declaration
public PowerQueryParser.Literal_attribsContext literal_attribs()
Returns
|
Improve this Doc
View Source
literal_expression()
Declaration
public PowerQueryParser.Literal_expressionContext literal_expression()
Returns
|
Improve this Doc
View Source
literal_field()
Declaration
public PowerQueryParser.Literal_fieldContext literal_field()
Returns
|
Improve this Doc
View Source
literal_field_list()
Declaration
public PowerQueryParser.Literal_field_listContext literal_field_list()
Returns
|
Improve this Doc
View Source
literal_item_list()
Declaration
public PowerQueryParser.Literal_item_listContext literal_item_list()
Returns
|
Improve this Doc
View Source
logical_and_expression()
Declaration
public PowerQueryParser.Logical_and_expressionContext logical_and_expression()
Returns
|
Improve this Doc
View Source
logical_or_expression()
Declaration
public PowerQueryParser.Logical_or_expressionContext logical_or_expression()
Returns
|
Improve this Doc
View Source
Declaration
public PowerQueryParser.Metadata_expressionContext metadata_expression()
Returns
|
Improve this Doc
View Source
multiplicative_expression()
Declaration
public PowerQueryParser.Multiplicative_expressionContext multiplicative_expression()
Returns
|
Improve this Doc
View Source
not_implemented_expression()
Declaration
public PowerQueryParser.Not_implemented_expressionContext not_implemented_expression()
Returns
|
Improve this Doc
View Source
nullable_primitive_type()
Declaration
public PowerQueryParser.Nullable_primitive_typeContext nullable_primitive_type()
Returns
|
Improve this Doc
View Source
nullable_type()
Declaration
public PowerQueryParser.Nullable_typeContext nullable_type()
Returns
|
Improve this Doc
View Source
open_record_marker()
Declaration
public PowerQueryParser.Open_record_markerContext open_record_marker()
Returns
|
Improve this Doc
View Source
optional_field_selector()
Declaration
public PowerQueryParser.Optional_field_selectorContext optional_field_selector()
Returns
|
Improve this Doc
View Source
optional_parameter()
Declaration
public PowerQueryParser.Optional_parameterContext optional_parameter()
Returns
|
Improve this Doc
View Source
optional_parameter_list()
Declaration
public PowerQueryParser.Optional_parameter_listContext optional_parameter_list()
Returns
|
Improve this Doc
View Source
optional_parameter_specification()
Declaration
public PowerQueryParser.Optional_parameter_specificationContext optional_parameter_specification()
Returns
|
Improve this Doc
View Source
optional_parameter_specification_list()
Declaration
public PowerQueryParser.Optional_parameter_specification_listContext optional_parameter_specification_list()
Returns
|
Improve this Doc
View Source
optional_projection()
Declaration
public PowerQueryParser.Optional_projectionContext optional_projection()
Returns
|
Improve this Doc
View Source
otherwise_clause()
Declaration
public PowerQueryParser.Otherwise_clauseContext otherwise_clause()
Returns
|
Improve this Doc
View Source
parameter()
Declaration
public PowerQueryParser.ParameterContext parameter()
Returns
|
Improve this Doc
View Source
parameter_list()
Declaration
public PowerQueryParser.Parameter_listContext parameter_list()
Returns
|
Improve this Doc
View Source
parameter_name()
Declaration
public PowerQueryParser.Parameter_nameContext parameter_name()
Returns
|
Improve this Doc
View Source
parameter_specification()
Declaration
public PowerQueryParser.Parameter_specificationContext parameter_specification()
Returns
|
Improve this Doc
View Source
parameter_specification_list()
Declaration
public PowerQueryParser.Parameter_specification_listContext parameter_specification_list()
Returns
|
Improve this Doc
View Source
parameter_type()
Declaration
public PowerQueryParser.Parameter_typeContext parameter_type()
Returns
|
Improve this Doc
View Source
parenthesized_expression()
Declaration
public PowerQueryParser.Parenthesized_expressionContext parenthesized_expression()
Returns
|
Improve this Doc
View Source
primary_expression()
Declaration
public PowerQueryParser.Primary_expressionContext primary_expression()
Returns
|
Improve this Doc
View Source
primary_type()
Declaration
public PowerQueryParser.Primary_typeContext primary_type()
Returns
|
Improve this Doc
View Source
primitive_type()
Declaration
public PowerQueryParser.Primitive_typeContext primitive_type()
Returns
|
Improve this Doc
View Source
protected_expression()
Declaration
public PowerQueryParser.Protected_expressionContext protected_expression()
Returns
|
Improve this Doc
View Source
record_expression()
Declaration
public PowerQueryParser.Record_expressionContext record_expression()
Returns
|
Improve this Doc
View Source
record_literal()
Declaration
public PowerQueryParser.Record_literalContext record_literal()
Returns
|
Improve this Doc
View Source
record_type()
Declaration
public PowerQueryParser.Record_typeContext record_type()
Returns
|
Improve this Doc
View Source
relational_expression()
Declaration
public PowerQueryParser.Relational_expressionContext relational_expression()
Returns
|
Improve this Doc
View Source
required_field_selector()
Declaration
public PowerQueryParser.Required_field_selectorContext required_field_selector()
Returns
|
Improve this Doc
View Source
required_parameter_specification()
Declaration
public PowerQueryParser.Required_parameter_specificationContext required_parameter_specification()
Returns
|
Improve this Doc
View Source
required_parameter_specification_list()
Declaration
public PowerQueryParser.Required_parameter_specification_listContext required_parameter_specification_list()
Returns
|
Improve this Doc
View Source
required_projection()
Declaration
public PowerQueryParser.Required_projectionContext required_projection()
Returns
|
Improve this Doc
View Source
required_selector_list()
Declaration
public PowerQueryParser.Required_selector_listContext required_selector_list()
Returns
|
Improve this Doc
View Source
return_type()
Declaration
public PowerQueryParser.Return_typeContext return_type()
Returns
|
Improve this Doc
View Source
row_type()
Declaration
public PowerQueryParser.Row_typeContext row_type()
Returns
|
Improve this Doc
View Source
section()
Declaration
public PowerQueryParser.SectionContext section()
Returns
|
Improve this Doc
View Source
section_access_expression()
Declaration
public PowerQueryParser.Section_access_expressionContext section_access_expression()
Returns
|
Improve this Doc
View Source
section_document()
Declaration
public PowerQueryParser.Section_documentContext section_document()
Returns
|
Improve this Doc
View Source
section_member()
Declaration
public PowerQueryParser.Section_memberContext section_member()
Returns
|
Improve this Doc
View Source
section_member_name()
Declaration
public PowerQueryParser.Section_member_nameContext section_member_name()
Returns
|
Improve this Doc
View Source
section_members()
Declaration
public PowerQueryParser.Section_membersContext section_members()
Returns
|
Improve this Doc
View Source
section_name()
Declaration
public PowerQueryParser.Section_nameContext section_name()
Returns
|
Improve this Doc
View Source
Sempred(RuleContext, Int32, Int32)
Declaration
public override bool Sempred(RuleContext _localctx, int ruleIndex, int predIndex)
Parameters
Type |
Name |
Description |
RuleContext |
_localctx |
|
System.Int32 |
ruleIndex |
|
System.Int32 |
predIndex |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
table_type()
Declaration
public PowerQueryParser.Table_typeContext table_type()
Returns
|
Improve this Doc
View Source
true_expression()
Declaration
public PowerQueryParser.True_expressionContext true_expression()
Returns
|
Improve this Doc
View Source
type_expr()
Declaration
public PowerQueryParser.Type_exprContext type_expr()
Returns
|
Improve this Doc
View Source
type_expression()
Declaration
public PowerQueryParser.Type_expressionContext type_expression()
Returns
|
Improve this Doc
View Source
unary_expression()
Declaration
public PowerQueryParser.Unary_expressionContext unary_expression()
Returns
|
Improve this Doc
View Source
variable()
Declaration
public PowerQueryParser.VariableContext variable()
Returns
|
Improve this Doc
View Source
variable_list()
Declaration
public PowerQueryParser.Variable_listContext variable_list()
Returns
|
Improve this Doc
View Source
variable_name()
Declaration
public PowerQueryParser.Variable_nameContext variable_name()
Returns