EmbASP-Java v7.1.0
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)
 

Member Function Documentation

◆ getParameters()

String [] it.unical.mat.parsers.asp.ASPParser.getParameters ( )
inline

◆ parse()

static final ASPParser it.unical.mat.parsers.asp.ASPParser.parse ( final String  atom)
inlinestatic

◆ 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 >.


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