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