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