Show / Hide Table of Contents

Class PowerQueryParser.Primary_typeContext

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

Constructors

| Improve this Doc View Source

Primary_typeContext(ParserRuleContext, Int32)

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

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

function_type()

Declaration
public PowerQueryParser.Function_typeContext function_type()
Returns
Type Description
PowerQueryParser.Function_typeContext
| Improve this Doc View Source

list_type()

Declaration
public PowerQueryParser.List_typeContext list_type()
Returns
Type Description
PowerQueryParser.List_typeContext
| Improve this Doc View Source

nullable_type()

Declaration
public PowerQueryParser.Nullable_typeContext nullable_type()
Returns
Type Description
PowerQueryParser.Nullable_typeContext
| Improve this Doc View Source

primitive_type()

Declaration
public PowerQueryParser.Primitive_typeContext primitive_type()
Returns
Type Description
PowerQueryParser.Primitive_typeContext
| Improve this Doc View Source

record_type()

Declaration
public PowerQueryParser.Record_typeContext record_type()
Returns
Type Description
PowerQueryParser.Record_typeContext
| Improve this Doc View Source

table_type()

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