Show / Hide Table of Contents

Class PowerQueryParser.ExpressionContext

Inheritance
System.Object
PowerQueryParser.ExpressionContext
Namespace: GCore.Antlr.Grammers.Powerquery
Assembly: Powerquery.dll
Syntax
public class ExpressionContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ExpressionContext(ParserRuleContext, Int32)

Declaration
public 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

each_expression()

Declaration
public PowerQueryParser.Each_expressionContext each_expression()
Returns
Type Description
PowerQueryParser.Each_expressionContext
| 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

error_handling_expression()

Declaration
public PowerQueryParser.Error_handling_expressionContext error_handling_expression()
Returns
Type Description
PowerQueryParser.Error_handling_expressionContext
| Improve this Doc View Source

error_raising_expression()

Declaration
public PowerQueryParser.Error_raising_expressionContext error_raising_expression()
Returns
Type Description
PowerQueryParser.Error_raising_expressionContext
| 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

function_expression()

Declaration
public PowerQueryParser.Function_expressionContext function_expression()
Returns
Type Description
PowerQueryParser.Function_expressionContext
| Improve this Doc View Source

if_expression()

Declaration
public PowerQueryParser.If_expressionContext if_expression()
Returns
Type Description
PowerQueryParser.If_expressionContext
| Improve this Doc View Source

let_expression()

Declaration
public PowerQueryParser.Let_expressionContext let_expression()
Returns
Type Description
PowerQueryParser.Let_expressionContext
| Improve this Doc View Source

logical_or_expression()

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