Uses of Class
io.trino.sql.parser.SqlBaseParser.GrantContext
Packages that use SqlBaseParser.GrantContext
-
Uses of SqlBaseParser.GrantContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.GrantContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterGrant(SqlBaseParser.GrantContext ctx) Enter a parse tree produced by thegrantlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterGrant(SqlBaseParser.GrantContext ctx) Enter a parse tree produced by thegrantlabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitGrant(SqlBaseParser.GrantContext ctx) Exit a parse tree produced by thegrantlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitGrant(SqlBaseParser.GrantContext ctx) Exit a parse tree produced by thegrantlabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitGrant(SqlBaseParser.GrantContext ctx) Visit a parse tree produced by thegrantlabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitGrant(SqlBaseParser.GrantContext ctx) Visit a parse tree produced by thegrantlabeled alternative inSqlBaseParser.statement().