package
0.0.0-20230523033751-fc17aaae78a7
Repository: https://github.com/leaf-rain/util.git
Documentation: pkg.go.dev

# Functions

JSONLexerInit initializes any static state used to implement JSONLexer.
JSONParserInit initializes any static state used to implement JSONParser.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewJSONLexer produces a new lexer instance for the optional input antlr.CharStream.
NewJSONParser produces a new parser instance for the optional input antlr.TokenStream.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

JSONLexer tokens.
JSONLexer tokens.
JSONLexer tokens.
JSONLexer tokens.
JSONLexer tokens.
JSONLexer tokens.
JSONLexer tokens.
JSONLexer tokens.
JSONLexer tokens.
JSONLexer tokens.
JSONLexer tokens.
JSONLexer tokens.
JSONParser tokens.
JSONParser tokens.
JSONParser rules.
JSONParser rules.
JSONParser rules.
JSONParser rules.
JSONParser rules.
JSONParser tokens.
JSONParser tokens.
JSONParser tokens.
JSONParser tokens.
JSONParser tokens.
JSONParser tokens.
JSONParser tokens.
JSONParser tokens.
JSONParser tokens.
JSONParser tokens.
JSONParser tokens.

# Structs

No description provided by the author
BaseJSONListener is a complete listener for a parse tree produced by JSONParser.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

IArrContext is an interface to support dynamic dispatch.
IJsonContext is an interface to support dynamic dispatch.
IObjContext is an interface to support dynamic dispatch.
IPairContext is an interface to support dynamic dispatch.
IValueContext is an interface to support dynamic dispatch.
JSONListener is a complete listener for a parse tree produced by JSONParser.