Uses of Class
io.trino.grammar.sql.SqlBaseParser.CastContext
Packages that use SqlBaseParser.CastContext
-
Uses of SqlBaseParser.CastContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.CastContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCast(SqlBaseParser.CastContext ctx) Enter a parse tree produced by thecastlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterCast(SqlBaseParser.CastContext ctx) Enter a parse tree produced by thecastlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitCast(SqlBaseParser.CastContext ctx) Exit a parse tree produced by thecastlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitCast(SqlBaseParser.CastContext ctx) Exit a parse tree produced by thecastlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitCast(SqlBaseParser.CastContext ctx) Visit a parse tree produced by thecastlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitCast(SqlBaseParser.CastContext ctx) Visit a parse tree produced by thecastlabeled alternative inSqlBaseParser.primaryExpression().