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