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