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

.java-lib.3.14.source-code.DSWrapperBaseVisitor 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.AbstractParseTreeVisitor;

/**
 * This class provides an empty implementation of {@link DSWrapperVisitor},
 * which can be extended to create a visitor which only needs to handle a subset
 * of the available methods.
 *
 * @param  The return type of the visit operation. Use {@link Void} for
 * operations with no return type.
 */
public class DSWrapperBaseVisitor extends AbstractParseTreeVisitor implements DSWrapperVisitor {
	/**
	 * {@inheritDoc}
	 *
	 * 

The default implementation returns the result of calling * {@link #visitChildren} on {@code ctx}.

*/ @Override public T visitProgram(DSWrapperParser.ProgramContext ctx) { return visitChildren(ctx); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy