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