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 interface defines a complete generic visitor for a parse tree produced by ASPGrammarParser.
<T> | The return type of the visit operation. Use Void for operations with no return type. |
T it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarVisitor< T >.visitOutput | ( | ASPGrammarParser.OutputContext | ctx | ) |
Visit a parse tree produced by ASPGrammarParser#output.
ctx | the parse tree |
Implemented in it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >.
T it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarVisitor< T >.visitPredicate_atom | ( | ASPGrammarParser.Predicate_atomContext | ctx | ) |
Visit a parse tree produced by ASPGrammarParser#predicate_atom.
ctx | the parse tree |
Implemented in it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >.
T it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarVisitor< T >.visitTerm | ( | ASPGrammarParser.TermContext | ctx | ) |
Visit a parse tree produced by ASPGrammarParser#term.
ctx | the parse tree |
Implemented in it.unical.mat.parsers.asp.ASPParser, and it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >.