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