EmbASP-CSharp
|
Public Member Functions | |
override object | VisitPair (SPDGrammarParser.PairContext context) |
Visit a parse tree produced by SPDGrammarParser.pair. More... | |
![]() | |
virtual Result | VisitArray ([NotNull] SPDGrammarParser.ArrayContext context) |
Visit a parse tree produced by SPDGrammarParser.array. More... | |
virtual Result | VisitJson ([NotNull] SPDGrammarParser.JsonContext context) |
Visit a parse tree produced by SPDGrammarParser.json. More... | |
virtual Result | VisitOBjEcT ([NotNull] SPDGrammarParser.OBjEcTContext context) |
Visit a parse tree produced by SPDGrammarParser.oBjEcT. More... | |
virtual Result | VisitArrayValue ([NotNull] SPDGrammarParser.ArrayValueContext context) |
Visit a parse tree produced by the ArrayValue labeled alternative in SPDGrammarParser.value. More... | |
virtual Result | VisitBooleanValue ([NotNull] SPDGrammarParser.BooleanValueContext context) |
Visit a parse tree produced by the BooleanValue labeled alternative in SPDGrammarParser.value. More... | |
virtual Result | VisitIntegerValue ([NotNull] SPDGrammarParser.IntegerValueContext context) |
Visit a parse tree produced by the IntegerValue labeled alternative in SPDGrammarParser.value. More... | |
virtual Result | VisitNullValue ([NotNull] SPDGrammarParser.NullValueContext context) |
Visit a parse tree produced by the NullValue labeled alternative in SPDGrammarParser.value. More... | |
virtual Result | VisitObjectValue ([NotNull] SPDGrammarParser.ObjectValueContext context) |
Visit a parse tree produced by the ObjectValue labeled alternative in SPDGrammarParser.value. More... | |
virtual Result | VisitStringValue ([NotNull] SPDGrammarParser.StringValueContext context) |
Visit a parse tree produced by the StringValue labeled alternative in SPDGrammarParser.value. More... | |
Static Public Member Functions | |
static string | Parse (IPDDLDataCollection actions, string spdOutput, bool two_stageParsing) |
Definition at line 7 of file SPDGrammarBaseVisitorImplementation.cs.
|
inlinevirtual |
Visit a parse tree produced by SPDGrammarParser.pair.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Reimplemented from SPDGrammarBaseVisitor< object >.
Definition at line 20 of file SPDGrammarBaseVisitorImplementation.cs.