Uses of Class
io.trino.grammar.sql.SqlBaseParser.SingleStatementContext
Packages that use SqlBaseParser.SingleStatementContext
-
Uses of SqlBaseParser.SingleStatementContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql that return SqlBaseParser.SingleStatementContextMethods in io.trino.grammar.sql with parameters of type SqlBaseParser.SingleStatementContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterSingleStatement(SqlBaseParser.SingleStatementContext ctx) Enter a parse tree produced bySqlBaseParser.singleStatement().voidSqlBaseListener.enterSingleStatement(SqlBaseParser.SingleStatementContext ctx) Enter a parse tree produced bySqlBaseParser.singleStatement().voidSqlBaseBaseListener.exitSingleStatement(SqlBaseParser.SingleStatementContext ctx) Exit a parse tree produced bySqlBaseParser.singleStatement().voidSqlBaseListener.exitSingleStatement(SqlBaseParser.SingleStatementContext ctx) Exit a parse tree produced bySqlBaseParser.singleStatement().SqlBaseBaseVisitor.visitSingleStatement(SqlBaseParser.SingleStatementContext ctx) Visit a parse tree produced bySqlBaseParser.singleStatement().SqlBaseVisitor.visitSingleStatement(SqlBaseParser.SingleStatementContext ctx) Visit a parse tree produced bySqlBaseParser.singleStatement().