EmbASP-Java
Public Member Functions | Static Public Member Functions | List of all members
it.unical.mat.parsers.asp.ASPParser Class Reference
Inheritance diagram for it.unical.mat.parsers.asp.ASPParser:
it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T > it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarVisitor< T >

Public Member Functions

String[] getParameters ()
 
Void visitTerm (ASPGrammarParser.TermContext ctx)
 
- Public Member Functions inherited from it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >
visitOutput (ASPGrammarParser.OutputContext ctx)
 
visitPredicate_atom (ASPGrammarParser.Predicate_atomContext ctx)
 

Static Public Member Functions

static final ASPParser parse (final String atom)
 

Detailed Description

Definition at line 15 of file ASPParser.java.

Member Function Documentation

◆ visitTerm()

Void it.unical.mat.parsers.asp.ASPParser.visitTerm ( ASPGrammarParser.TermContext  ctx)
inline

Visit a parse tree produced by ASPGrammarParser#term.

Parameters
ctxthe parse tree
Returns
the visitor result
The default implementation returns the result of calling visitChildren on

ctx

.

The default implementation returns the result of calling visitChildren on

ctx

.

Reimplemented from it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >.

Definition at line 51 of file ASPParser.java.


The documentation for this class was generated from the following file: