| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterCurrentUser(SqlBaseParser.CurrentUserContext ctx)
Enter a parse tree produced by the
currentUser
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.enterCurrentUser(SqlBaseParser.CurrentUserContext ctx)
Enter a parse tree produced by the
currentUser
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseBaseListener.exitCurrentUser(SqlBaseParser.CurrentUserContext ctx)
Exit a parse tree produced by the
currentUser
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.exitCurrentUser(SqlBaseParser.CurrentUserContext ctx)
Exit a parse tree produced by the
currentUser
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseBaseVisitor.visitCurrentUser(SqlBaseParser.CurrentUserContext ctx)
Visit a parse tree produced by the
currentUser
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseVisitor.visitCurrentUser(SqlBaseParser.CurrentUserContext ctx)
Visit a parse tree produced by the
currentUser
labeled alternative in SqlBaseParser.primaryExpression(). |
Copyright © 2012–2023. All rights reserved.