Uses of Class
io.trino.grammar.sql.SqlBaseParser.TypeConstructorContext
Packages that use SqlBaseParser.TypeConstructorContext
-
Uses of SqlBaseParser.TypeConstructorContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.TypeConstructorContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterTypeConstructor(SqlBaseParser.TypeConstructorContext ctx) Enter a parse tree produced by thetypeConstructorlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterTypeConstructor(SqlBaseParser.TypeConstructorContext ctx) Enter a parse tree produced by thetypeConstructorlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitTypeConstructor(SqlBaseParser.TypeConstructorContext ctx) Exit a parse tree produced by thetypeConstructorlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitTypeConstructor(SqlBaseParser.TypeConstructorContext ctx) Exit a parse tree produced by thetypeConstructorlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitTypeConstructor(SqlBaseParser.TypeConstructorContext ctx) Visit a parse tree produced by thetypeConstructorlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitTypeConstructor(SqlBaseParser.TypeConstructorContext ctx) Visit a parse tree produced by thetypeConstructorlabeled alternative inSqlBaseParser.primaryExpression().