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