Uses of Class
io.trino.sql.parser.SqlBaseParser.CallContext
Packages that use SqlBaseParser.CallContext
-
Uses of SqlBaseParser.CallContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.CallContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCall(SqlBaseParser.CallContext ctx) Enter a parse tree produced by thecalllabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterCall(SqlBaseParser.CallContext ctx) Enter a parse tree produced by thecalllabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitCall(SqlBaseParser.CallContext ctx) Exit a parse tree produced by thecalllabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitCall(SqlBaseParser.CallContext ctx) Exit a parse tree produced by thecalllabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitCall(SqlBaseParser.CallContext ctx) Visit a parse tree produced by thecalllabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitCall(SqlBaseParser.CallContext ctx) Visit a parse tree produced by thecalllabeled alternative inSqlBaseParser.statement().