All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.rssw.antlr.profiler.ProfilerGrammarVisitor Maven / Gradle / Ivy

There is a newer version: 2.28.2
Show newest version
// Generated from eu/rssw/antlr/profiler/ProfilerGrammar.g4 by ANTLR 4.13.2
package eu.rssw.antlr.profiler;
import org.antlr.v4.runtime.tree.ParseTreeVisitor;

/**
 * This interface defines a complete generic visitor for a parse tree produced
 * by {@link ProfilerGrammarParser}.
 *
 * @param  The return type of the visit operation. Use {@link Void} for
 * operations with no return type.
 */
public interface ProfilerGrammarVisitor extends ParseTreeVisitor {
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#profiler}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitProfiler(ProfilerGrammarParser.ProfilerContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#description}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitDescription(ProfilerGrammarParser.DescriptionContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#jsonData}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitJsonData(ProfilerGrammarParser.JsonDataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#moduleData}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitModuleData(ProfilerGrammarParser.ModuleDataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#moduleDataLine}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitModuleDataLine(ProfilerGrammarParser.ModuleDataLineContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#callTreeData}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitCallTreeData(ProfilerGrammarParser.CallTreeDataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#callTreeDataLine}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitCallTreeDataLine(ProfilerGrammarParser.CallTreeDataLineContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#lineSummary}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitLineSummary(ProfilerGrammarParser.LineSummaryContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#lineSummaryLine}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitLineSummaryLine(ProfilerGrammarParser.LineSummaryLineContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#tracingData}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitTracingData(ProfilerGrammarParser.TracingDataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#tracingDataLine}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitTracingDataLine(ProfilerGrammarParser.TracingDataLineContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#coverageData}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitCoverageData(ProfilerGrammarParser.CoverageDataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#coverageSection}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitCoverageSection(ProfilerGrammarParser.CoverageSectionContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#coverage_section_line}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitCoverage_section_line(ProfilerGrammarParser.Coverage_section_lineContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#coverageData2}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitCoverageData2(ProfilerGrammarParser.CoverageData2Context ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#coverageSection2Line}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitCoverageSection2Line(ProfilerGrammarParser.CoverageSection2LineContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#statisticsData}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitStatisticsData(ProfilerGrammarParser.StatisticsDataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#stats1Data}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitStats1Data(ProfilerGrammarParser.Stats1DataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#stats2Data}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitStats2Data(ProfilerGrammarParser.Stats2DataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#stats3Data}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitStats3Data(ProfilerGrammarParser.Stats3DataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#stats4Data}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitStats4Data(ProfilerGrammarParser.Stats4DataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#stats1Line}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitStats1Line(ProfilerGrammarParser.Stats1LineContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#stats2Line}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitStats2Line(ProfilerGrammarParser.Stats2LineContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#stats3Line}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitStats3Line(ProfilerGrammarParser.Stats3LineContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#stats4Line}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitStats4Line(ProfilerGrammarParser.Stats4LineContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#userData}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitUserData(ProfilerGrammarParser.UserDataContext ctx);
	/**
	 * Visit a parse tree produced by {@link ProfilerGrammarParser#userDataLine}.
	 * @param ctx the parse tree
	 * @return the visitor result
	 */
	T visitUserDataLine(ProfilerGrammarParser.UserDataLineContext ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy