EmbASP-Java
|
Public Member Functions | |
T | visitAnswer_set (DLV2Parser.Answer_setContext ctx) |
T | visitCost (DLV2Parser.CostContext ctx) |
T | visitLevel (DLV2Parser.LevelContext ctx) |
T | visitModel (DLV2Parser.ModelContext ctx) |
T | visitOutput (DLV2Parser.OutputContext ctx) |
T | visitPredicate_atom (DLV2Parser.Predicate_atomContext ctx) |
T | visitTerm (DLV2Parser.TermContext ctx) |
This class provides an empty implementation of DLV2ParserVisitor, 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. |
Definition at line 13 of file DLV2ParserBaseVisitor.java.
|
inline |
Visit a parse tree produced by DLV2Parser#answer_set.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.asp.dlv2.DLV2ParserVisitor< T >.
Definition at line 20 of file DLV2ParserBaseVisitor.java.
|
inline |
Visit a parse tree produced by DLV2Parser#cost.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.asp.dlv2.DLV2ParserVisitor< T >.
Definition at line 27 of file DLV2ParserBaseVisitor.java.
|
inline |
Visit a parse tree produced by DLV2Parser#level.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.asp.dlv2.DLV2ParserVisitor< T >.
Definition at line 34 of file DLV2ParserBaseVisitor.java.
|
inline |
Visit a parse tree produced by DLV2Parser#model.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.asp.dlv2.DLV2ParserVisitor< T >.
Definition at line 41 of file DLV2ParserBaseVisitor.java.
|
inline |
Visit a parse tree produced by DLV2Parser#output.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.asp.dlv2.DLV2ParserVisitor< T >.
Definition at line 48 of file DLV2ParserBaseVisitor.java.
|
inline |
Visit a parse tree produced by DLV2Parser#predicate_atom.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.asp.dlv2.DLV2ParserVisitor< T >.
Definition at line 55 of file DLV2ParserBaseVisitor.java.
|
inline |
Visit a parse tree produced by DLV2Parser#term.
ctx | the parse tree |
The default implementation returns the result of calling visitChildren on
.
Implements it.unical.mat.parsers.asp.dlv2.DLV2ParserVisitor< T >.
Definition at line 62 of file DLV2ParserBaseVisitor.java.