EmbASP-CSharp
|
This interface defines a complete generic visitor for a parse tree produced by SPDGrammarParser. More...
Public Member Functions | |
Result | VisitArray ([NotNull] SPDGrammarParser.ArrayContext context) |
Visit a parse tree produced by SPDGrammarParser.array. More... | |
Result | VisitJson ([NotNull] SPDGrammarParser.JsonContext context) |
Visit a parse tree produced by SPDGrammarParser.json. More... | |
Result | VisitOBjEcT ([NotNull] SPDGrammarParser.OBjEcTContext context) |
Visit a parse tree produced by SPDGrammarParser.oBjEcT. More... | |
Result | VisitPair ([NotNull] SPDGrammarParser.PairContext context) |
Visit a parse tree produced by SPDGrammarParser.pair. More... | |
Result | VisitArrayValue ([NotNull] SPDGrammarParser.ArrayValueContext context) |
Visit a parse tree produced by the ArrayValue labeled alternative in SPDGrammarParser.value. More... | |
Result | VisitBooleanValue ([NotNull] SPDGrammarParser.BooleanValueContext context) |
Visit a parse tree produced by the BooleanValue labeled alternative in SPDGrammarParser.value. More... | |
Result | VisitIntegerValue ([NotNull] SPDGrammarParser.IntegerValueContext context) |
Visit a parse tree produced by the IntegerValue labeled alternative in SPDGrammarParser.value. More... | |
Result | VisitNullValue ([NotNull] SPDGrammarParser.NullValueContext context) |
Visit a parse tree produced by the NullValue labeled alternative in SPDGrammarParser.value. More... | |
Result | VisitObjectValue ([NotNull] SPDGrammarParser.ObjectValueContext context) |
Visit a parse tree produced by the ObjectValue labeled alternative in SPDGrammarParser.value. More... | |
Result | VisitStringValue ([NotNull] SPDGrammarParser.StringValueContext context) |
Visit a parse tree produced by the StringValue labeled alternative in SPDGrammarParser.value. More... | |
This interface defines a complete generic visitor for a parse tree produced by SPDGrammarParser.
Result | The return type of the visit operation. |
Definition at line 33 of file SPDGrammarVisitor.cs.
Result ISPDGrammarVisitor< Result >.VisitArray | ( | [NotNull] SPDGrammarParser.ArrayContext | context | ) |
Visit a parse tree produced by SPDGrammarParser.array.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in SPDGrammarBaseVisitor< Result >.
Result ISPDGrammarVisitor< Result >.VisitArrayValue | ( | [NotNull] SPDGrammarParser.ArrayValueContext | context | ) |
Visit a parse tree produced by the ArrayValue
labeled alternative in SPDGrammarParser.value.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in SPDGrammarBaseVisitor< Result >.
Result ISPDGrammarVisitor< Result >.VisitBooleanValue | ( | [NotNull] SPDGrammarParser.BooleanValueContext | context | ) |
Visit a parse tree produced by the BooleanValue
labeled alternative in SPDGrammarParser.value.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in SPDGrammarBaseVisitor< Result >.
Result ISPDGrammarVisitor< Result >.VisitIntegerValue | ( | [NotNull] SPDGrammarParser.IntegerValueContext | context | ) |
Visit a parse tree produced by the IntegerValue
labeled alternative in SPDGrammarParser.value.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in SPDGrammarBaseVisitor< Result >.
Result ISPDGrammarVisitor< Result >.VisitJson | ( | [NotNull] SPDGrammarParser.JsonContext | context | ) |
Visit a parse tree produced by SPDGrammarParser.json.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in SPDGrammarBaseVisitor< Result >.
Result ISPDGrammarVisitor< Result >.VisitNullValue | ( | [NotNull] SPDGrammarParser.NullValueContext | context | ) |
Visit a parse tree produced by the NullValue
labeled alternative in SPDGrammarParser.value.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in SPDGrammarBaseVisitor< Result >.
Result ISPDGrammarVisitor< Result >.VisitOBjEcT | ( | [NotNull] SPDGrammarParser.OBjEcTContext | context | ) |
Visit a parse tree produced by SPDGrammarParser.oBjEcT.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in SPDGrammarBaseVisitor< Result >.
Result ISPDGrammarVisitor< Result >.VisitObjectValue | ( | [NotNull] SPDGrammarParser.ObjectValueContext | context | ) |
Visit a parse tree produced by the ObjectValue
labeled alternative in SPDGrammarParser.value.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in SPDGrammarBaseVisitor< Result >.
Result ISPDGrammarVisitor< Result >.VisitPair | ( | [NotNull] SPDGrammarParser.PairContext | context | ) |
Visit a parse tree produced by SPDGrammarParser.pair.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in SPDGrammarBaseVisitor< Result >.
Result ISPDGrammarVisitor< Result >.VisitStringValue | ( | [NotNull] SPDGrammarParser.StringValueContext | context | ) |
Visit a parse tree produced by the StringValue
labeled alternative in SPDGrammarParser.value.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in SPDGrammarBaseVisitor< Result >.