| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterStringLiteral(SqlBaseParser.StringLiteralContext ctx)
Enter a parse tree produced by the
stringLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.enterStringLiteral(SqlBaseParser.StringLiteralContext ctx)
Enter a parse tree produced by the
stringLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseBaseListener.exitStringLiteral(SqlBaseParser.StringLiteralContext ctx)
Exit a parse tree produced by the
stringLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.exitStringLiteral(SqlBaseParser.StringLiteralContext ctx)
Exit a parse tree produced by the
stringLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseBaseVisitor.visitStringLiteral(SqlBaseParser.StringLiteralContext ctx)
Visit a parse tree produced by the
stringLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseVisitor.visitStringLiteral(SqlBaseParser.StringLiteralContext ctx)
Visit a parse tree produced by the
stringLiteral
labeled alternative in SqlBaseParser.primaryExpression(). |
Copyright © 2012–2023. All rights reserved.