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

.java-lib.3.14.source-code.DSWrapperBaseListener 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.ParserRuleContext;
import org.antlr.v4.runtime.misc.NotNull;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;

/**
 * This class provides an empty implementation of {@link DSWrapperListener},
 * which can be extended to create a listener which only needs to handle a subset
 * of the available methods.
 */
public class DSWrapperBaseListener implements DSWrapperListener {
	/**
	 * {@inheritDoc}
	 *
	 * 

The default implementation does nothing.

*/ @Override public void enterProgram(DSWrapperParser.ProgramContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitProgram(DSWrapperParser.ProgramContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void enterEveryRule(ParserRuleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void exitEveryRule(ParserRuleContext ctx) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void visitTerminal(TerminalNode node) { } /** * {@inheritDoc} * *

The default implementation does nothing.

*/ @Override public void visitErrorNode(ErrorNode node) { } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy