Class SqlBaseBaseListener

java.lang.Object
io.trino.grammar.sql.SqlBaseBaseListener
All Implemented Interfaces:
SqlBaseListener, org.antlr.v4.runtime.tree.ParseTreeListener

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