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