| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.TypeParameterContext |
SqlBaseParser.typeParameter() |
SqlBaseParser.TypeParameterContext |
SqlBaseParser.TypeContext.typeParameter(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.TypeParameterContext> |
SqlBaseParser.TypeContext.typeParameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterTypeParameter(SqlBaseParser.TypeParameterContext ctx)
Enter a parse tree produced by
SqlBaseParser.typeParameter(). |
void |
SqlBaseListener.enterTypeParameter(SqlBaseParser.TypeParameterContext ctx)
Enter a parse tree produced by
SqlBaseParser.typeParameter(). |
void |
SqlBaseBaseListener.exitTypeParameter(SqlBaseParser.TypeParameterContext ctx)
Exit a parse tree produced by
SqlBaseParser.typeParameter(). |
void |
SqlBaseListener.exitTypeParameter(SqlBaseParser.TypeParameterContext ctx)
Exit a parse tree produced by
SqlBaseParser.typeParameter(). |
T |
SqlBaseBaseVisitor.visitTypeParameter(SqlBaseParser.TypeParameterContext ctx)
Visit a parse tree produced by
SqlBaseParser.typeParameter(). |
T |
SqlBaseVisitor.visitTypeParameter(SqlBaseParser.TypeParameterContext ctx)
Visit a parse tree produced by
SqlBaseParser.typeParameter(). |
Copyright © 2012–2023. All rights reserved.