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