Uses of Class
io.trino.sql.parser.SqlBaseParser.SubstringContext
Packages that use SqlBaseParser.SubstringContext
-
Uses of SqlBaseParser.SubstringContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.SubstringContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterSubstring(SqlBaseParser.SubstringContext ctx) Enter a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterSubstring(SqlBaseParser.SubstringContext ctx) Enter a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitSubstring(SqlBaseParser.SubstringContext ctx) Exit a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitSubstring(SqlBaseParser.SubstringContext ctx) Exit a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitSubstring(SqlBaseParser.SubstringContext ctx) Visit a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitSubstring(SqlBaseParser.SubstringContext ctx) Visit a parse tree produced by thesubstringlabeled alternative inSqlBaseParser.primaryExpression().