| 程序包 | 说明 |
|---|---|
| io.seata.sqlparser.antlr.mysql.parser |
| 限定符和类型 | 方法和说明 |
|---|---|
MySqlParser.RootContext |
MySqlParser.root() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MySqlParserListener.enterRoot(MySqlParser.RootContext ctx)
Enter a parse tree produced by
MySqlParser.root(). |
void |
MySqlParserBaseListener.enterRoot(MySqlParser.RootContext ctx)
Enter a parse tree produced by
MySqlParser.root(). |
void |
MySqlParserListener.exitRoot(MySqlParser.RootContext ctx)
Exit a parse tree produced by
MySqlParser.root(). |
void |
MySqlParserBaseListener.exitRoot(MySqlParser.RootContext ctx)
Exit a parse tree produced by
MySqlParser.root(). |
T |
MySqlParserBaseVisitor.visitRoot(MySqlParser.RootContext ctx)
Visit a parse tree produced by
MySqlParser.root(). |
T |
MySqlParserVisitor.visitRoot(MySqlParser.RootContext ctx)
Visit a parse tree produced by
MySqlParser.root(). |
Copyright © 2022 Seata. All rights reserved.