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