| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)
Enter a parse tree produced by the
currentUserGrantor
labeled alternative in SqlBaseParser.grantor(). |
void |
SqlBaseListener.enterCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)
Enter a parse tree produced by the
currentUserGrantor
labeled alternative in SqlBaseParser.grantor(). |
void |
SqlBaseBaseListener.exitCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)
Exit a parse tree produced by the
currentUserGrantor
labeled alternative in SqlBaseParser.grantor(). |
void |
SqlBaseListener.exitCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)
Exit a parse tree produced by the
currentUserGrantor
labeled alternative in SqlBaseParser.grantor(). |
T |
SqlBaseBaseVisitor.visitCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)
Visit a parse tree produced by the
currentUserGrantor
labeled alternative in SqlBaseParser.grantor(). |
T |
SqlBaseVisitor.visitCurrentUserGrantor(SqlBaseParser.CurrentUserGrantorContext ctx)
Visit a parse tree produced by the
currentUserGrantor
labeled alternative in SqlBaseParser.grantor(). |
Copyright © 2012–2023. All rights reserved.