| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.arithmetic |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ArithmeticBaseListener.enterBigIntLiteral(ArithmeticParser.BigIntLiteralContext ctx)
Enter a parse tree produced by the
bigIntLiteral
labeled alternative in ArithmeticParser.number(). |
void |
ArithmeticListener.enterBigIntLiteral(ArithmeticParser.BigIntLiteralContext ctx)
Enter a parse tree produced by the
bigIntLiteral
labeled alternative in ArithmeticParser.number(). |
void |
ArithmeticBaseListener.exitBigIntLiteral(ArithmeticParser.BigIntLiteralContext ctx)
Exit a parse tree produced by the
bigIntLiteral
labeled alternative in ArithmeticParser.number(). |
void |
ArithmeticListener.exitBigIntLiteral(ArithmeticParser.BigIntLiteralContext ctx)
Exit a parse tree produced by the
bigIntLiteral
labeled alternative in ArithmeticParser.number(). |
T |
ArithmeticVisitor.visitBigIntLiteral(ArithmeticParser.BigIntLiteralContext ctx)
Visit a parse tree produced by the
bigIntLiteral
labeled alternative in ArithmeticParser.number(). |
T |
ArithmeticBaseVisitor.visitBigIntLiteral(ArithmeticParser.BigIntLiteralContext ctx)
Visit a parse tree produced by the
bigIntLiteral
labeled alternative in ArithmeticParser.number(). |
Copyright © 2022. All rights reserved.