Uses of Class
io.trino.sql.parser.SqlBaseParser.GenericTypeContext
-
Packages that use SqlBaseParser.GenericTypeContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.GenericTypeContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.GenericTypeContext Modifier and Type Method Description voidSqlBaseBaseListener. enterGenericType(SqlBaseParser.GenericTypeContext ctx)Enter a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().voidSqlBaseListener. enterGenericType(SqlBaseParser.GenericTypeContext ctx)Enter a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().voidSqlBaseBaseListener. exitGenericType(SqlBaseParser.GenericTypeContext ctx)Exit a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().voidSqlBaseListener. exitGenericType(SqlBaseParser.GenericTypeContext ctx)Exit a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().TSqlBaseBaseVisitor. visitGenericType(SqlBaseParser.GenericTypeContext ctx)Visit a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().TSqlBaseVisitor. visitGenericType(SqlBaseParser.GenericTypeContext ctx)Visit a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().
-