Show / Hide Table of Contents

Class PowerQueryParser.Primary_expressionContext

Inheritance
System.Object
PowerQueryParser.Primary_expressionContext
Namespace: GCore.Antlr.Grammers.Powerquery
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 Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

argument_list()

Declaration
public PowerQueryParser.Argument_listContext argument_list()
Returns
Type Description
PowerQueryParser.Argument_listContext
| 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
Type Description
PowerQueryParser.Field_selectorContext
| Improve this Doc View Source

identifier_expression()

Declaration
public PowerQueryParser.Identifier_expressionContext identifier_expression()
Returns
Type Description
PowerQueryParser.Identifier_expressionContext
| Improve this Doc View Source

implicit_target_field_selection()

Declaration
public PowerQueryParser.Implicit_target_field_selectionContext implicit_target_field_selection()
Returns
Type Description
PowerQueryParser.Implicit_target_field_selectionContext
| Improve this Doc View Source

implicit_target_projection()

Declaration
public PowerQueryParser.Implicit_target_projectionContext implicit_target_projection()
Returns
Type Description
PowerQueryParser.Implicit_target_projectionContext
| Improve this Doc View Source

item_selector()

Declaration
public PowerQueryParser.Item_selectorContext item_selector()
Returns
Type Description
PowerQueryParser.Item_selectorContext
| Improve this Doc View Source

list_expression()

Declaration
public PowerQueryParser.List_expressionContext list_expression()
Returns
Type Description
PowerQueryParser.List_expressionContext
| Improve this Doc View Source

literal_expression()

Declaration
public PowerQueryParser.Literal_expressionContext literal_expression()
Returns
Type Description
PowerQueryParser.Literal_expressionContext
| Improve this Doc View Source

not_implemented_expression()

Declaration
public PowerQueryParser.Not_implemented_expressionContext not_implemented_expression()
Returns
Type Description
PowerQueryParser.Not_implemented_expressionContext
| 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
Type Description
PowerQueryParser.Optional_projectionContext
| Improve this Doc View Source

parenthesized_expression()

Declaration
public PowerQueryParser.Parenthesized_expressionContext parenthesized_expression()
Returns
Type Description
PowerQueryParser.Parenthesized_expressionContext
| Improve this Doc View Source

primary_expression()

Declaration
public PowerQueryParser.Primary_expressionContext primary_expression()
Returns
Type Description
PowerQueryParser.Primary_expressionContext
| Improve this Doc View Source

record_expression()

Declaration
public PowerQueryParser.Record_expressionContext record_expression()
Returns
Type Description
PowerQueryParser.Record_expressionContext
| Improve this Doc View Source

required_projection()

Declaration
public PowerQueryParser.Required_projectionContext required_projection()
Returns
Type Description
PowerQueryParser.Required_projectionContext
| Improve this Doc View Source

section_access_expression()

Declaration
public PowerQueryParser.Section_access_expressionContext section_access_expression()
Returns
Type Description
PowerQueryParser.Section_access_expressionContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX