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