EmbASP-CSharp
Public Member Functions | List of all members
IPDDLGrammarVisitor< Result > Interface Template Reference

This interface defines a complete generic visitor for a parse tree produced by PDDLGrammarParser. More...

Inheritance diagram for IPDDLGrammarVisitor< Result >:
PDDLGrammarBaseVisitor< Result >

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...
 

Detailed Description

This interface defines a complete generic visitor for a parse tree produced by PDDLGrammarParser.

Template Parameters
ResultThe return type of the visit operation.

Definition at line 33 of file PDDLGrammarVisitor.cs.

Member Function Documentation

◆ VisitAtom()

Result IPDDLGrammarVisitor< Result >.VisitAtom ( [NotNull] PDDLGrammarParser.AtomContext  context)

Visit a parse tree produced by PDDLGrammarParser.atom.

Parameters
contextThe parse tree.

<return>The visitor result.</return>

Implemented in PDDLGrammarBaseVisitor< Result >.

◆ VisitOutput()

Result IPDDLGrammarVisitor< Result >.VisitOutput ( [NotNull] PDDLGrammarParser.OutputContext  context)

Visit a parse tree produced by PDDLGrammarParser.output.

Parameters
contextThe parse tree.

<return>The visitor result.</return>

Implemented in PDDLGrammarBaseVisitor< Result >.


The documentation for this interface was generated from the following file: