EmbASP-Java v7.1.0
Public Member Functions | List of all members
it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T > Class Template Reference
Inheritance diagram for it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >:
it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarVisitor< 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 class provides an empty implementation of ASPGrammarVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.

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.ASPGrammarBaseVisitor< T >.visitOutput ( ASPGrammarParser.OutputContext  ctx)
inline

Visit a parse tree produced by ASPGrammarParser#output.

Parameters
ctxthe parse tree
Returns
the visitor result

The default implementation returns the result of calling visitChildren on

ctx

.

Implements it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarVisitor< T >.

◆ visitPredicate_atom()

T it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >.visitPredicate_atom ( ASPGrammarParser.Predicate_atomContext  ctx)
inline

Visit a parse tree produced by ASPGrammarParser#predicate_atom.

Parameters
ctxthe parse tree
Returns
the visitor result

The default implementation returns the result of calling visitChildren on

ctx

.

Implements it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarVisitor< T >.

◆ visitTerm()

T it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarBaseVisitor< T >.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

.

Implements it.unical.mat.parsers.asp.asp_parser_base.ASPGrammarVisitor< T >.

Reimplemented in it.unical.mat.parsers.asp.ASPParser.


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