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