类分层结构
- java.lang.Object
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
- org.apache.shardingsphere.sql.parser.autogen.MySQLStatementBaseVisitor<T> (implements org.apache.shardingsphere.sql.parser.autogen.MySQLStatementVisitor<T>)
- org.apache.shardingsphere.sql.parser.mysql.visitor.MySQLVisitor
- org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDALVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DALVisitor)
- org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDCLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DCLVisitor)
- org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDDLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DDLVisitor)
- org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLDMLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DMLVisitor)
- org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLRLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.RLVisitor)
- org.apache.shardingsphere.sql.parser.mysql.visitor.impl.MySQLTCLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.TCLVisitor)
- org.apache.shardingsphere.sql.parser.mysql.MySQLParserConfiguration (implements org.apache.shardingsphere.sql.parser.spi.SQLParserConfiguration)
- org.apache.shardingsphere.sql.parser.mysql.visitor.MySQLVisitorFacade (implements org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitorFacade)
- org.antlr.v4.runtime.Recognizer<Symbol,ATNInterpreter>
- org.antlr.v4.runtime.Lexer (implements org.antlr.v4.runtime.TokenSource)
- org.apache.shardingsphere.sql.parser.autogen.MySQLStatementLexer
- org.apache.shardingsphere.sql.parser.mysql.lexer.MySQLLexer (implements org.apache.shardingsphere.sql.parser.api.lexer.SQLLexer)
- org.antlr.v4.runtime.Parser
- org.antlr.v4.runtime.RuleContext (implements org.antlr.v4.runtime.tree.RuleNode)
- org.antlr.v4.runtime.ParserRuleContext
接口分层结构
- org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
Copyright © 2020 The Apache Software Foundation. All rights reserved.