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