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