| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Field and Description |
|---|---|
SqlBaseParser.TypeContext |
SqlBaseParser.CreateFunctionContext.returnType |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.TypeContext |
SqlBaseParser.type() |
SqlBaseParser.TypeContext |
SqlBaseParser.CreateFunctionContext.type() |
SqlBaseParser.TypeContext |
SqlBaseParser.CreateTypeContext.type() |
SqlBaseParser.TypeContext |
SqlBaseParser.ColumnDefinitionContext.type() |
SqlBaseParser.TypeContext |
SqlBaseParser.SqlParameterDeclarationContext.type() |
SqlBaseParser.TypeContext |
SqlBaseParser.CastContext.type() |
SqlBaseParser.TypeContext |
SqlBaseParser.TypeParameterContext.type() |
SqlBaseParser.TypeContext |
SqlBaseParser.TypesContext.type(int i) |
SqlBaseParser.TypeContext |
SqlBaseParser.TypeContext.type(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.TypeContext> |
SqlBaseParser.TypesContext.type() |
List<SqlBaseParser.TypeContext> |
SqlBaseParser.TypeContext.type() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterType(SqlBaseParser.TypeContext ctx)
Enter a parse tree produced by
SqlBaseParser.type(). |
void |
SqlBaseListener.enterType(SqlBaseParser.TypeContext ctx)
Enter a parse tree produced by
SqlBaseParser.type(). |
void |
SqlBaseBaseListener.exitType(SqlBaseParser.TypeContext ctx)
Exit a parse tree produced by
SqlBaseParser.type(). |
void |
SqlBaseListener.exitType(SqlBaseParser.TypeContext ctx)
Exit a parse tree produced by
SqlBaseParser.type(). |
T |
SqlBaseBaseVisitor.visitType(SqlBaseParser.TypeContext ctx)
Visit a parse tree produced by
SqlBaseParser.type(). |
T |
SqlBaseVisitor.visitType(SqlBaseParser.TypeContext ctx)
Visit a parse tree produced by
SqlBaseParser.type(). |
Copyright © 2012–2023. All rights reserved.