| Package | Description |
|---|---|
| io.seata.sqlparser.antlr.mysql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlParserListener.enterRoutineComment(MySqlParser.RoutineCommentContext ctx)
Enter a parse tree produced by the
routineComment
labeled alternative in MySqlParser.routineOption(). |
void |
MySqlParserBaseListener.enterRoutineComment(MySqlParser.RoutineCommentContext ctx)
Enter a parse tree produced by the
routineComment
labeled alternative in MySqlParser.routineOption(). |
void |
MySqlParserListener.exitRoutineComment(MySqlParser.RoutineCommentContext ctx)
Exit a parse tree produced by the
routineComment
labeled alternative in MySqlParser.routineOption(). |
void |
MySqlParserBaseListener.exitRoutineComment(MySqlParser.RoutineCommentContext ctx)
Exit a parse tree produced by the
routineComment
labeled alternative in MySqlParser.routineOption(). |
T |
MySqlParserVisitor.visitRoutineComment(MySqlParser.RoutineCommentContext ctx)
Visit a parse tree produced by the
routineComment
labeled alternative in MySqlParser.routineOption(). |
T |
MySqlParserBaseVisitor.visitRoutineComment(MySqlParser.RoutineCommentContext ctx)
Visit a parse tree produced by the
routineComment
labeled alternative in MySqlParser.routineOption(). |
Copyright © 2023 Seata. All rights reserved.