JSONListener class abstract
This abstract class defines a complete listener for a parse tree produced by JSONParser.
- Implementers
Constructors
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.
ctxthe parse tree -
enterEveryRule(
ParserRuleContext node) → void -
inherited
-
enterJson(
JsonContext ctx) → void -
Enter a parse tree produced by JSONParser.json.
ctxthe parse tree -
enterObj(
ObjContext ctx) → void -
Enter a parse tree produced by JSONParser.obj.
ctxthe parse tree -
enterPair(
PairContext ctx) → void -
Enter a parse tree produced by JSONParser.pair.
ctxthe parse tree -
enterValue(
ValueContext ctx) → void -
Enter a parse tree produced by JSONParser.value.
ctxthe parse tree -
exitArr(
ArrContext ctx) → void -
Exit a parse tree produced by JSONParser.arr.
ctxthe parse tree -
exitEveryRule(
ParserRuleContext node) → void -
inherited
-
exitJson(
JsonContext ctx) → void -
Exit a parse tree produced by JSONParser.json.
ctxthe parse tree -
exitObj(
ObjContext ctx) → void -
Exit a parse tree produced by JSONParser.obj.
ctxthe parse tree -
exitPair(
PairContext ctx) → void -
Exit a parse tree produced by JSONParser.pair.
ctxthe parse tree -
exitValue(
ValueContext ctx) → void -
Exit a parse tree produced by JSONParser.value.
ctxthe 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