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