14 #pragma warning disable 0162
16 #pragma warning disable 0219
18 #pragma warning disable 1591
20 #pragma warning disable 419
22 using Antlr4.Runtime.Misc;
23 using Antlr4.Runtime.Tree;
24 using IToken = Antlr4.Runtime.IToken;
31 [System.CodeDom.Compiler.GeneratedCode(
"ANTLR",
"4.7")]
32 [System.CLSCompliant(
false)]
39 Result
VisitArray([NotNull] SPDGrammarParser.ArrayContext context);
45 Result
VisitJson([NotNull] SPDGrammarParser.JsonContext context);
51 Result
VisitOBjEcT([NotNull] SPDGrammarParser.OBjEcTContext context);
57 Result
VisitPair([NotNull] SPDGrammarParser.PairContext context);
64 Result
VisitArrayValue([NotNull] SPDGrammarParser.ArrayValueContext context);
85 Result
VisitNullValue([NotNull] SPDGrammarParser.NullValueContext context);
92 Result
VisitObjectValue([NotNull] SPDGrammarParser.ObjectValueContext context);
99 Result
VisitStringValue([NotNull] SPDGrammarParser.StringValueContext context);
Result VisitJson([NotNull] SPDGrammarParser.JsonContext context)
Visit a parse tree produced by SPDGrammarParser.json.
Result VisitStringValue([NotNull] SPDGrammarParser.StringValueContext context)
Visit a parse tree produced by the StringValue labeled alternative in SPDGrammarParser....
Result VisitObjectValue([NotNull] SPDGrammarParser.ObjectValueContext context)
Visit a parse tree produced by the ObjectValue labeled alternative in SPDGrammarParser....
Result VisitArrayValue([NotNull] SPDGrammarParser.ArrayValueContext context)
Visit a parse tree produced by the ArrayValue labeled alternative in SPDGrammarParser....
Result VisitOBjEcT([NotNull] SPDGrammarParser.OBjEcTContext context)
Visit a parse tree produced by SPDGrammarParser.oBjEcT.
Result VisitNullValue([NotNull] SPDGrammarParser.NullValueContext context)
Visit a parse tree produced by the NullValue labeled alternative in SPDGrammarParser....
Result VisitPair([NotNull] SPDGrammarParser.PairContext context)
Visit a parse tree produced by SPDGrammarParser.pair.
This interface defines a complete generic visitor for a parse tree produced by SPDGrammarParser.
Result VisitBooleanValue([NotNull] SPDGrammarParser.BooleanValueContext context)
Visit a parse tree produced by the BooleanValue labeled alternative in SPDGrammarParser....
Result VisitIntegerValue([NotNull] SPDGrammarParser.IntegerValueContext context)
Visit a parse tree produced by the IntegerValue labeled alternative in SPDGrammarParser....
Result VisitArray([NotNull] SPDGrammarParser.ArrayContext context)
Visit a parse tree produced by SPDGrammarParser.array.