Uses of Class
io.trino.grammar.sql.SqlBaseParser.WhileStatementContext
Packages that use SqlBaseParser.WhileStatementContext
-
Uses of SqlBaseParser.WhileStatementContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.WhileStatementContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterWhileStatement(SqlBaseParser.WhileStatementContext ctx) Enter a parse tree produced by thewhileStatementlabeled alternative inSqlBaseParser.controlStatement().voidSqlBaseListener.enterWhileStatement(SqlBaseParser.WhileStatementContext ctx) Enter a parse tree produced by thewhileStatementlabeled alternative inSqlBaseParser.controlStatement().voidSqlBaseBaseListener.exitWhileStatement(SqlBaseParser.WhileStatementContext ctx) Exit a parse tree produced by thewhileStatementlabeled alternative inSqlBaseParser.controlStatement().voidSqlBaseListener.exitWhileStatement(SqlBaseParser.WhileStatementContext ctx) Exit a parse tree produced by thewhileStatementlabeled alternative inSqlBaseParser.controlStatement().SqlBaseBaseVisitor.visitWhileStatement(SqlBaseParser.WhileStatementContext ctx) Visit a parse tree produced by thewhileStatementlabeled alternative inSqlBaseParser.controlStatement().SqlBaseVisitor.visitWhileStatement(SqlBaseParser.WhileStatementContext ctx) Visit a parse tree produced by thewhileStatementlabeled alternative inSqlBaseParser.controlStatement().