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