EmbASP-Java v7.1.0
|
Public Member Functions | |
T | visitOutput (DatalogGrammarParser.OutputContext ctx) |
T | visitPredicate_atom (DatalogGrammarParser.Predicate_atomContext ctx) |
T | visitTerm (DatalogGrammarParser.TermContext ctx) |
This class provides an empty implementation of DatalogGrammarVisitor, 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 DatalogGrammarParser#output.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by DatalogGrammarParser#predicate_atom.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarVisitor< T >.
|
inline |
Visit a parse tree produced by DatalogGrammarParser#term.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.datalog.datalog_parser_base.DatalogGrammarVisitor< T >.
Reimplemented in it.unical.mat.parsers.datalog.DatalogParser.