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