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