| Package | Description |
|---|---|
| io.seata.sqlparser.antlr.mysql.parser |
| Modifier and Type | Method and Description |
|---|---|
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 |
MySqlParserVisitor.visitLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
Visit 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(). |
Copyright © 2023 Seata. All rights reserved.