Uses of Class
io.trino.sql.parser.SqlBaseParser.ParameterContext
Packages that use SqlBaseParser.ParameterContext
-
Uses of SqlBaseParser.ParameterContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ParameterContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterParameter(SqlBaseParser.ParameterContext ctx) Enter a parse tree produced by theparameterlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterParameter(SqlBaseParser.ParameterContext ctx) Enter a parse tree produced by theparameterlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitParameter(SqlBaseParser.ParameterContext ctx) Exit a parse tree produced by theparameterlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitParameter(SqlBaseParser.ParameterContext ctx) Exit a parse tree produced by theparameterlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitParameter(SqlBaseParser.ParameterContext ctx) Visit a parse tree produced by theparameterlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitParameter(SqlBaseParser.ParameterContext ctx) Visit a parse tree produced by theparameterlabeled alternative inSqlBaseParser.primaryExpression().