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