| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)
Enter a parse tree produced by the
timeZoneInterval
labeled alternative in SqlBaseParser.timeZoneSpecifier(). |
void |
SqlBaseListener.enterTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)
Enter a parse tree produced by the
timeZoneInterval
labeled alternative in SqlBaseParser.timeZoneSpecifier(). |
void |
SqlBaseBaseListener.exitTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)
Exit a parse tree produced by the
timeZoneInterval
labeled alternative in SqlBaseParser.timeZoneSpecifier(). |
void |
SqlBaseListener.exitTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)
Exit a parse tree produced by the
timeZoneInterval
labeled alternative in SqlBaseParser.timeZoneSpecifier(). |
T |
SqlBaseBaseVisitor.visitTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)
Visit a parse tree produced by the
timeZoneInterval
labeled alternative in SqlBaseParser.timeZoneSpecifier(). |
T |
SqlBaseVisitor.visitTimeZoneInterval(SqlBaseParser.TimeZoneIntervalContext ctx)
Visit a parse tree produced by the
timeZoneInterval
labeled alternative in SqlBaseParser.timeZoneSpecifier(). |
Copyright © 2012–2023. All rights reserved.