Uses of Class
io.trino.grammar.sql.SqlBaseParser.StringLiteralContext
Packages that use SqlBaseParser.StringLiteralContext
-
Uses of SqlBaseParser.StringLiteralContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.StringLiteralContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterStringLiteral(SqlBaseParser.StringLiteralContext ctx) Enter a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterStringLiteral(SqlBaseParser.StringLiteralContext ctx) Enter a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitStringLiteral(SqlBaseParser.StringLiteralContext ctx) Exit a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitStringLiteral(SqlBaseParser.StringLiteralContext ctx) Exit a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitStringLiteral(SqlBaseParser.StringLiteralContext ctx) Visit a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitStringLiteral(SqlBaseParser.StringLiteralContext ctx) Visit a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().