
.java-lib.3.14.source-code.DSWrapperVisitor Maven / Gradle / Ivy
// Generated from DSWrapper.g4 by ANTLR 4.5
package queryserver.parser;
import org.antlr.v4.runtime.misc.NotNull;
import org.antlr.v4.runtime.tree.ParseTreeVisitor;
/**
* This interface defines a complete generic visitor for a parse tree produced
* by {@link DSWrapperParser}.
*
* @param The return type of the visit operation. Use {@link Void} for
* operations with no return type.
*/
public interface DSWrapperVisitor extends ParseTreeVisitor {
/**
* Visit a parse tree produced by {@link DSWrapperParser#program}.
* @param ctx the parse tree
* @return the visitor result
*/
T visitProgram(DSWrapperParser.ProgramContext ctx);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy