Uses of Class
io.trino.sql.parser.SqlBaseParser.StringLiteralContext
-
Packages that use SqlBaseParser.StringLiteralContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.StringLiteralContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.StringLiteralContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitStringLiteral(SqlBaseParser.StringLiteralContext ctx)Visit a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseVisitor. visitStringLiteral(SqlBaseParser.StringLiteralContext ctx)Visit a parse tree produced by thestringLiterallabeled alternative inSqlBaseParser.primaryExpression().
-