Uses of Class
io.trino.grammar.sql.SqlBaseParser.LeaveStatementContext
Packages that use SqlBaseParser.LeaveStatementContext
-
Uses of SqlBaseParser.LeaveStatementContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.LeaveStatementContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterLeaveStatement(SqlBaseParser.LeaveStatementContext ctx) Enter a parse tree produced by theleaveStatementlabeled alternative inSqlBaseParser.controlStatement().voidSqlBaseListener.enterLeaveStatement(SqlBaseParser.LeaveStatementContext ctx) Enter a parse tree produced by theleaveStatementlabeled alternative inSqlBaseParser.controlStatement().voidSqlBaseBaseListener.exitLeaveStatement(SqlBaseParser.LeaveStatementContext ctx) Exit a parse tree produced by theleaveStatementlabeled alternative inSqlBaseParser.controlStatement().voidSqlBaseListener.exitLeaveStatement(SqlBaseParser.LeaveStatementContext ctx) Exit a parse tree produced by theleaveStatementlabeled alternative inSqlBaseParser.controlStatement().SqlBaseBaseVisitor.visitLeaveStatement(SqlBaseParser.LeaveStatementContext ctx) Visit a parse tree produced by theleaveStatementlabeled alternative inSqlBaseParser.controlStatement().SqlBaseVisitor.visitLeaveStatement(SqlBaseParser.LeaveStatementContext ctx) Visit a parse tree produced by theleaveStatementlabeled alternative inSqlBaseParser.controlStatement().