| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterUnicodeStringLiteral(SqlBaseParser.UnicodeStringLiteralContext ctx)
Enter a parse tree produced by the
unicodeStringLiteral
labeled alternative in SqlBaseParser.string(). |
void |
SqlBaseListener.enterUnicodeStringLiteral(SqlBaseParser.UnicodeStringLiteralContext ctx)
Enter a parse tree produced by the
unicodeStringLiteral
labeled alternative in SqlBaseParser.string(). |
void |
SqlBaseBaseListener.exitUnicodeStringLiteral(SqlBaseParser.UnicodeStringLiteralContext ctx)
Exit a parse tree produced by the
unicodeStringLiteral
labeled alternative in SqlBaseParser.string(). |
void |
SqlBaseListener.exitUnicodeStringLiteral(SqlBaseParser.UnicodeStringLiteralContext ctx)
Exit a parse tree produced by the
unicodeStringLiteral
labeled alternative in SqlBaseParser.string(). |
T |
SqlBaseBaseVisitor.visitUnicodeStringLiteral(SqlBaseParser.UnicodeStringLiteralContext ctx)
Visit a parse tree produced by the
unicodeStringLiteral
labeled alternative in SqlBaseParser.string(). |
T |
SqlBaseVisitor.visitUnicodeStringLiteral(SqlBaseParser.UnicodeStringLiteralContext ctx)
Visit a parse tree produced by the
unicodeStringLiteral
labeled alternative in SqlBaseParser.string(). |
Copyright © 2012–2023. All rights reserved.