| 程序包 | 说明 |
|---|---|
| io.seata.sqlparser.antlr.mysql.parser |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MySqlParserListener.enterLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
Enter a parse tree produced by the
logicalExpression
labeled alternative in MySqlParser.expression(). |
void |
MySqlParserBaseListener.enterLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
Enter a parse tree produced by the
logicalExpression
labeled alternative in MySqlParser.expression(). |
void |
MySqlParserListener.exitLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
Exit a parse tree produced by the
logicalExpression
labeled alternative in MySqlParser.expression(). |
void |
MySqlParserBaseListener.exitLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
Exit a parse tree produced by the
logicalExpression
labeled alternative in MySqlParser.expression(). |
T |
MySqlParserBaseVisitor.visitLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
Visit a parse tree produced by the
logicalExpression
labeled alternative in MySqlParser.expression(). |
T |
MySqlParserVisitor.visitLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
Visit a parse tree produced by the
logicalExpression
labeled alternative in MySqlParser.expression(). |
Copyright © 2022 Seata. All rights reserved.