Class SqlScriptParserBaseListener

java.lang.Object
org.hibernate.grammars.importsql.SqlScriptParserBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, SqlScriptParserListener

public class SqlScriptParserBaseListener extends Object implements SqlScriptParserListener
This class provides an empty implementation of SqlScriptParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.