| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.spark |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SparkSqlBaseParserListener.enterUnquotedIdentifier(SparkSqlBaseParser.UnquotedIdentifierContext ctx)
Enter a parse tree produced by the
unquotedIdentifier
labeled alternative in SparkSqlBaseParser.strictIdentifier(). |
void |
SparkSqlBaseParserBaseListener.enterUnquotedIdentifier(SparkSqlBaseParser.UnquotedIdentifierContext ctx)
Enter a parse tree produced by the
unquotedIdentifier
labeled alternative in SparkSqlBaseParser.strictIdentifier(). |
void |
SparkSqlBaseParserListener.exitUnquotedIdentifier(SparkSqlBaseParser.UnquotedIdentifierContext ctx)
Exit a parse tree produced by the
unquotedIdentifier
labeled alternative in SparkSqlBaseParser.strictIdentifier(). |
void |
SparkSqlBaseParserBaseListener.exitUnquotedIdentifier(SparkSqlBaseParser.UnquotedIdentifierContext ctx)
Exit a parse tree produced by the
unquotedIdentifier
labeled alternative in SparkSqlBaseParser.strictIdentifier(). |
T |
SparkSqlBaseParserVisitor.visitUnquotedIdentifier(SparkSqlBaseParser.UnquotedIdentifierContext ctx)
Visit a parse tree produced by the
unquotedIdentifier
labeled alternative in SparkSqlBaseParser.strictIdentifier(). |
T |
SparkSqlBaseParserBaseVisitor.visitUnquotedIdentifier(SparkSqlBaseParser.UnquotedIdentifierContext ctx)
Visit a parse tree produced by the
unquotedIdentifier
labeled alternative in SparkSqlBaseParser.strictIdentifier(). |
Copyright © 2022. All rights reserved.