Show / Hide Table of Contents

Class JSONParser.ArrContext

Inheritance
System.Object
JSONParser.ArrContext
Namespace: GCore.Antlr.Grammers.Json
Assembly: Json.dll
Syntax
public class ArrContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ArrContext(ParserRuleContext, Int32)

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

value()

Declaration
public JSONParser.ValueContext[] value()
Returns
Type Description
JSONParser.ValueContext[]
| Improve this Doc View Source

value(Int32)

Declaration
public JSONParser.ValueContext value(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
JSONParser.ValueContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX