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