JSONListener class abstract

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

Implementers

Constructors

JSONListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enterArr(ArrContext ctx) → void
Enter a parse tree produced by JSONParser.arr. ctx the parse tree
enterEveryRule(ParserRuleContext node) → void
inherited
enterJson(JsonContext ctx) → void
Enter a parse tree produced by JSONParser.json. ctx the parse tree
enterObj(ObjContext ctx) → void
Enter a parse tree produced by JSONParser.obj. ctx the parse tree
enterPair(PairContext ctx) → void
Enter a parse tree produced by JSONParser.pair. ctx the parse tree
enterValue(ValueContext ctx) → void
Enter a parse tree produced by JSONParser.value. ctx the parse tree
exitArr(ArrContext ctx) → void
Exit a parse tree produced by JSONParser.arr. ctx the parse tree
exitEveryRule(ParserRuleContext node) → void
inherited
exitJson(JsonContext ctx) → void
Exit a parse tree produced by JSONParser.json. ctx the parse tree
exitObj(ObjContext ctx) → void
Exit a parse tree produced by JSONParser.obj. ctx the parse tree
exitPair(PairContext ctx) → void
Exit a parse tree produced by JSONParser.pair. ctx the parse tree
exitValue(ValueContext ctx) → void
Exit a parse tree produced by JSONParser.value. ctx the parse tree
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visitErrorNode(ErrorNode node) → void
inherited
visitTerminal(TerminalNode node) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited