Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Json

Classes

JSONBaseListener

This class provides an empty implementation of IJSONListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

JSONBaseVisitor<Result>

This class provides an empty implementation of IJSONVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

JSONLexer

JSONParser

JSONParser.ArrContext

JSONParser.JsonContext

JSONParser.ObjContext

JSONParser.PairContext

JSONParser.ValueContext

Interfaces

IJSONListener

This interface defines a complete listener for a parse tree produced by JSONParser.

IJSONVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by JSONParser.

In This Article
Back to top Generated by DocFX