EmbASP-CSharp v7.1.0
|
This class provides an empty implementation of ISPDGrammarVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods. More...
Public Member Functions | |
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 | VisitPair ([NotNull] SPDGrammarParser.PairContext context) |
Visit a parse tree produced by SPDGrammarParser.pair. 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... | |
This class provides an empty implementation of ISPDGrammarVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Result | The return type of the visit operation. |
|
inlinevirtual |
Visit a parse tree produced by SPDGrammarParser.array.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements ISPDGrammarVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by the ArrayValue
labeled alternative in SPDGrammarParser.value.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements ISPDGrammarVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by the BooleanValue
labeled alternative in SPDGrammarParser.value.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements ISPDGrammarVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by the IntegerValue
labeled alternative in SPDGrammarParser.value.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements ISPDGrammarVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by SPDGrammarParser.json.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements ISPDGrammarVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by the NullValue
labeled alternative in SPDGrammarParser.value.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements ISPDGrammarVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by SPDGrammarParser.oBjEcT.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements ISPDGrammarVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by the ObjectValue
labeled alternative in SPDGrammarParser.value.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements ISPDGrammarVisitor< Result >.
|
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>
Implements ISPDGrammarVisitor< Result >.
Reimplemented in it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarBaseVisitorImplementation.
|
inlinevirtual |
Visit a parse tree produced by the StringValue
labeled alternative in SPDGrammarParser.value.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements ISPDGrammarVisitor< Result >.