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

.java-lib.3.14.source-code.DSWrapperListener Maven / Gradle / Ivy

There is a newer version: 4.8
Show newest version
// Generated from DSWrapper.g4 by ANTLR 4.5

  package queryserver.parser;

import org.antlr.v4.runtime.misc.NotNull;
import org.antlr.v4.runtime.tree.ParseTreeListener;

/**
 * This interface defines a complete listener for a parse tree produced by
 * {@link DSWrapperParser}.
 */
public interface DSWrapperListener extends ParseTreeListener {
	/**
	 * Enter a parse tree produced by {@link DSWrapperParser#program}.
	 * @param ctx the parse tree
	 */
	void enterProgram(DSWrapperParser.ProgramContext ctx);
	/**
	 * Exit a parse tree produced by {@link DSWrapperParser#program}.
	 * @param ctx the parse tree
	 */
	void exitProgram(DSWrapperParser.ProgramContext ctx);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy