Uses of Class
io.trino.sql.parser.SqlBaseParser.GenericTypeContext
Packages that use SqlBaseParser.GenericTypeContext
-
Uses of SqlBaseParser.GenericTypeContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.GenericTypeContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.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().SqlBaseBaseVisitor.visitGenericType(SqlBaseParser.GenericTypeContext ctx) Visit a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().SqlBaseVisitor.visitGenericType(SqlBaseParser.GenericTypeContext ctx) Visit a parse tree produced by thegenericTypelabeled alternative inSqlBaseParser.type().