Show / Hide Table of Contents

Class Protobuf3Parser.MapFieldContext

Inheritance
System.Object
Protobuf3Parser.MapFieldContext
Namespace: GCore.Antlr.Grammers.Protobuf3
Assembly: Protobuf3.dll
Syntax
public class MapFieldContext : ParserRuleContext

Constructors

| Improve this Doc View Source

MapFieldContext(ParserRuleContext, Int32)

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

COMMA()

Declaration
public ITerminalNode COMMA()
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

EQ()

Declaration
public ITerminalNode EQ()
Returns
Type Description
ITerminalNode
| 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

fieldNumber()

Declaration
public Protobuf3Parser.FieldNumberContext fieldNumber()
Returns
Type Description
Protobuf3Parser.FieldNumberContext
| Improve this Doc View Source

fieldOptions()

Declaration
public Protobuf3Parser.FieldOptionsContext fieldOptions()
Returns
Type Description
Protobuf3Parser.FieldOptionsContext
| Improve this Doc View Source

GT()

Declaration
public ITerminalNode GT()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

keyType()

Declaration
public Protobuf3Parser.KeyTypeContext keyType()
Returns
Type Description
Protobuf3Parser.KeyTypeContext
| Improve this Doc View Source

LB()

Declaration
public ITerminalNode LB()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

LT()

Declaration
public ITerminalNode LT()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

MAP()

Declaration
public ITerminalNode MAP()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

mapName()

Declaration
public Protobuf3Parser.MapNameContext mapName()
Returns
Type Description
Protobuf3Parser.MapNameContext
| Improve this Doc View Source

RB()

Declaration
public ITerminalNode RB()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

SEMI()

Declaration
public ITerminalNode SEMI()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

type_()

Declaration
public Protobuf3Parser.Type_Context type_()
Returns
Type Description
Protobuf3Parser.Type_Context
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX