| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterRevoke(SqlBaseParser.RevokeContext ctx)
Enter a parse tree produced by the
revoke
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.enterRevoke(SqlBaseParser.RevokeContext ctx)
Enter a parse tree produced by the
revoke
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseBaseListener.exitRevoke(SqlBaseParser.RevokeContext ctx)
Exit a parse tree produced by the
revoke
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.exitRevoke(SqlBaseParser.RevokeContext ctx)
Exit a parse tree produced by the
revoke
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseBaseVisitor.visitRevoke(SqlBaseParser.RevokeContext ctx)
Visit a parse tree produced by the
revoke
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseVisitor.visitRevoke(SqlBaseParser.RevokeContext ctx)
Visit a parse tree produced by the
revoke
labeled alternative in SqlBaseParser.statement(). |
Copyright © 2012–2023. All rights reserved.