EmbASP-Java
|
Public Member Functions | |
String[] | getParameters () |
Void | visitTerm (ASPGrammarParser.TermContext ctx) |
![]() | |
T | visitOutput (ASPGrammarParser.OutputContext ctx) |
T | visitPredicate_atom (ASPGrammarParser.Predicate_atomContext ctx) |
Static Public Member Functions | |
static final ASPParser | parse (final String atom) |
Definition at line 15 of file ASPParser.java.
|
inline |
Visit a parse tree produced by ASPGrammarParser#term.
ctx | the parse tree |
.
The default implementation returns the result of calling visitChildren on
.
Reimplemented from it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >.
Definition at line 51 of file ASPParser.java.