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