| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)
Enter a parse tree produced by the
backQuotedIdentifier
labeled alternative in SqlBaseParser.identifier(). |
void |
SqlBaseListener.enterBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)
Enter a parse tree produced by the
backQuotedIdentifier
labeled alternative in SqlBaseParser.identifier(). |
void |
SqlBaseBaseListener.exitBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)
Exit a parse tree produced by the
backQuotedIdentifier
labeled alternative in SqlBaseParser.identifier(). |
void |
SqlBaseListener.exitBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)
Exit a parse tree produced by the
backQuotedIdentifier
labeled alternative in SqlBaseParser.identifier(). |
T |
SqlBaseBaseVisitor.visitBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)
Visit a parse tree produced by the
backQuotedIdentifier
labeled alternative in SqlBaseParser.identifier(). |
T |
SqlBaseVisitor.visitBackQuotedIdentifier(SqlBaseParser.BackQuotedIdentifierContext ctx)
Visit a parse tree produced by the
backQuotedIdentifier
labeled alternative in SqlBaseParser.identifier(). |
Copyright © 2012–2023. All rights reserved.