Namespace GCore.Antlr.Grammers.Json5
Classes
JSON5BaseListener
This class provides an empty implementation of IJSON5Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.
JSON5BaseVisitor<Result>
This class provides an empty implementation of IJSON5Visitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
JSON5Lexer
JSON5Parser
JSON5Parser.ArrContext
JSON5Parser.Json5Context
JSON5Parser.KeyContext
JSON5Parser.NumberContext
JSON5Parser.ObjContext
JSON5Parser.PairContext
JSON5Parser.ValueContext
Interfaces
IJSON5Listener
This interface defines a complete listener for a parse tree produced by JSON5Parser.
IJSON5Visitor<Result>
This interface defines a complete generic visitor for a parse tree produced by JSON5Parser.