Class PowerQueryParser.Primary_expressionContext
Inheritance
System.Object
PowerQueryParser.Primary_expressionContext
Assembly: Powerquery.dll
Syntax
public class Primary_expressionContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
Primary_expressionContext(ParserRuleContext, Int32)
Declaration
public Primary_expressionContext(ParserRuleContext parent, int invokingState)
Parameters
Type |
Name |
Description |
ParserRuleContext |
parent |
|
System.Int32 |
invokingState |
|
Properties
|
Improve this Doc
View Source
RuleIndex
Declaration
public override int RuleIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Accept<TResult>(IParseTreeVisitor<TResult>)
Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type |
Name |
Description |
IParseTreeVisitor<TResult> |
visitor |
|
Returns
Type Parameters
|
Improve this Doc
View Source
argument_list()
Declaration
public PowerQueryParser.Argument_listContext argument_list()
Returns
|
Improve this Doc
View Source
CLOSE_BRACE()
Declaration
public ITerminalNode CLOSE_BRACE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
CLOSE_PAREN()
Declaration
public ITerminalNode CLOSE_PAREN()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
EnterRule(IParseTreeListener)
Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type |
Name |
Description |
IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
ExitRule(IParseTreeListener)
Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type |
Name |
Description |
IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
field_selector()
Declaration
public PowerQueryParser.Field_selectorContext field_selector()
Returns
|
Improve this Doc
View Source
identifier_expression()
Declaration
public PowerQueryParser.Identifier_expressionContext identifier_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
item_selector()
Declaration
public PowerQueryParser.Item_selectorContext item_selector()
Returns
|
Improve this Doc
View Source
list_expression()
Declaration
public PowerQueryParser.List_expressionContext list_expression()
Returns
|
Improve this Doc
View Source
literal_expression()
Declaration
public PowerQueryParser.Literal_expressionContext literal_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
OPEN_BRACE()
Declaration
public ITerminalNode OPEN_BRACE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
OPEN_PAREN()
Declaration
public ITerminalNode OPEN_PAREN()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
OPTIONAL()
Declaration
public ITerminalNode OPTIONAL()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
optional_projection()
Declaration
public PowerQueryParser.Optional_projectionContext optional_projection()
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
record_expression()
Declaration
public PowerQueryParser.Record_expressionContext record_expression()
Returns
|
Improve this Doc
View Source
required_projection()
Declaration
public PowerQueryParser.Required_projectionContext required_projection()
Returns
|
Improve this Doc
View Source
section_access_expression()
Declaration
public PowerQueryParser.Section_access_expressionContext section_access_expression()
Returns