EmbASP-CSharp v7.1.0
|
This interface defines a complete generic visitor for a parse tree produced by PDDLGrammarParser. More...
Public Member Functions | |
Result | VisitAtom ([NotNull] PDDLGrammarParser.AtomContext context) |
Visit a parse tree produced by PDDLGrammarParser.atom. More... | |
Result | VisitOutput ([NotNull] PDDLGrammarParser.OutputContext context) |
Visit a parse tree produced by PDDLGrammarParser.output. More... | |
This interface defines a complete generic visitor for a parse tree produced by PDDLGrammarParser.
Result | The return type of the visit operation. |
Result IPDDLGrammarVisitor< Result >.VisitAtom | ( | [NotNull] PDDLGrammarParser.AtomContext | context | ) |
Visit a parse tree produced by PDDLGrammarParser.atom.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in PDDLGrammarBaseVisitor< Result >.
Result IPDDLGrammarVisitor< Result >.VisitOutput | ( | [NotNull] PDDLGrammarParser.OutputContext | context | ) |
Visit a parse tree produced by PDDLGrammarParser.output.
context | The parse tree. |
<return>The visitor result.</return>
Implemented in PDDLGrammarBaseVisitor< Result >.