| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.mysql |
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
MySQLParserBaseVisitor.visitRoutineComment(MySQLParser.RoutineCommentContext ctx)
Visit 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(). |
Copyright © 2022. All rights reserved.