EmbASP-Java v7.1.0
|
Public Member Functions | |
T | visitAtom (PDDLGrammarParser.AtomContext ctx) |
T | visitOutput (PDDLGrammarParser.OutputContext ctx) |
This class provides an empty implementation of PDDLGrammarVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
<T> | The return type of the visit operation. Use Void for operations with no return type. |
|
inline |
Visit a parse tree produced by PDDLGrammarParser#atom.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.pddl_parser_base.PDDLGrammarVisitor< T >.
Reimplemented in it.unical.mat.parsers.pddl.PDDLParser.
|
inline |
Visit a parse tree produced by PDDLGrammarParser#output.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.pddl.pddl_parser_base.PDDLGrammarVisitor< T >.