Uses of Class
io.trino.grammar.sql.SqlBaseParser.RevokeContext
Packages that use SqlBaseParser.RevokeContext
-
Uses of SqlBaseParser.RevokeContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.RevokeContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterRevoke(SqlBaseParser.RevokeContext ctx) Enter a parse tree produced by therevokelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterRevoke(SqlBaseParser.RevokeContext ctx) Enter a parse tree produced by therevokelabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitRevoke(SqlBaseParser.RevokeContext ctx) Exit a parse tree produced by therevokelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitRevoke(SqlBaseParser.RevokeContext ctx) Exit a parse tree produced by therevokelabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitRevoke(SqlBaseParser.RevokeContext ctx) Visit a parse tree produced by therevokelabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitRevoke(SqlBaseParser.RevokeContext ctx) Visit a parse tree produced by therevokelabeled alternative inSqlBaseParser.statement().