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