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

Public Member Functions

visitOutput (ASPGrammarParser.OutputContext ctx)
 
visitPredicate_atom (ASPGrammarParser.Predicate_atomContext ctx)
 
visitTerm (ASPGrammarParser.TermContext ctx)
 

Detailed Description

This interface defines a complete generic visitor for a parse tree produced by ASPGrammarParser.

Parameters
<T>The return type of the visit operation. Use Void for operations with no return type.

Member Function Documentation

◆ visitOutput()

T it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarVisitor< T >.visitOutput ( ASPGrammarParser.OutputContext  ctx)

Visit a parse tree produced by ASPGrammarParser#output.

Parameters
ctxthe parse tree
Returns
the visitor result

Implemented in it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >.

◆ visitPredicate_atom()

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.

Parameters
ctxthe parse tree
Returns
the visitor result

Implemented in it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >.

◆ visitTerm()

T it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarVisitor< T >.visitTerm ( ASPGrammarParser.TermContext  ctx)

Visit a parse tree produced by ASPGrammarParser#term.

Parameters
ctxthe parse tree
Returns
the visitor result

Implemented in it.unical.mat.parsers.asp.ASPParser, and it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >.


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