Uses of Class
io.trino.sql.parser.SqlBaseParser.CastContext
Packages that use SqlBaseParser.CastContext
-
Uses of SqlBaseParser.CastContext in io.trino.sql.parser
Methods in io.trino.sql.parser 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().