|
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...
|
|
◆ Parse()
static string it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarBaseVisitorImplementation.Parse |
( |
IPDDLDataCollection |
actions, |
|
|
string |
spdOutput, |
|
|
bool |
two_stageParsing |
|
) |
| |
|
inlinestatic |
◆ VisitPair()
override object it.unical.mat.parsers.pddl.solver_planning_domains.SPDGrammarBaseVisitorImplementation.VisitPair |
( |
SPDGrammarParser.PairContext |
context | ) |
|
|
inlinevirtual |
Visit a parse tree produced by SPDGrammarParser.pair.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
- Parameters
-
<return>The visitor result.</return>
Reimplemented from SPDGrammarBaseVisitor< object >.
The documentation for this class was generated from the following file: