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 interface defines a complete generic visitor for a parse tree produced by IDLVParser.
<T> | The return type of the visit operation. Use Void for operations with no return type. |
T it.unical.mat.parsers.datalog.idlv.IDLVParserVisitor< T >.visitMinimal_model | ( | IDLVParser.Minimal_modelContext | ctx | ) |
Visit a parse tree produced by IDLVParser#minimal_model.
ctx | the parse tree |
Implemented in it.unical.mat.parsers.datalog.idlv.IDLVParserBaseVisitor< T >.
T it.unical.mat.parsers.datalog.idlv.IDLVParserVisitor< T >.visitOutput | ( | IDLVParser.OutputContext | ctx | ) |
Visit a parse tree produced by IDLVParser#output.
ctx | the parse tree |
Implemented in it.unical.mat.parsers.datalog.idlv.IDLVParserBaseVisitor< T >.
T it.unical.mat.parsers.datalog.idlv.IDLVParserVisitor< T >.visitPredicate_atom | ( | IDLVParser.Predicate_atomContext | ctx | ) |
Visit a parse tree produced by IDLVParser#predicate_atom.
ctx | the parse tree |
Implemented in it.unical.mat.parsers.datalog.idlv.IDLVParserBaseVisitor< T >.
T it.unical.mat.parsers.datalog.idlv.IDLVParserVisitor< T >.visitTerm | ( | IDLVParser.TermContext | ctx | ) |
Visit a parse tree produced by IDLVParser#term.
ctx | the parse tree |
Implemented in it.unical.mat.parsers.datalog.idlv.IDLVParserBaseVisitor< T >.