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