类分层结构
- java.lang.Object
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
- org.apache.shardingsphere.sql.parser.autogen.SQL92StatementBaseVisitor<T> (implements org.apache.shardingsphere.sql.parser.autogen.SQL92StatementVisitor<T>)
- org.apache.shardingsphere.sql.parser.sql92.visitor.SQL92Visitor
- org.apache.shardingsphere.sql.parser.sql92.visitor.impl.SQL92DALVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DALVisitor)
- org.apache.shardingsphere.sql.parser.sql92.visitor.impl.SQL92DCLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DCLVisitor)
- org.apache.shardingsphere.sql.parser.sql92.visitor.impl.SQL92DDLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DDLVisitor)
- org.apache.shardingsphere.sql.parser.sql92.visitor.impl.SQL92DMLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DMLVisitor)
- org.apache.shardingsphere.sql.parser.sql92.visitor.impl.SQL92TCLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.TCLVisitor)
- org.antlr.v4.runtime.Recognizer<Symbol,ATNInterpreter>
- org.antlr.v4.runtime.Lexer (implements org.antlr.v4.runtime.TokenSource)
- org.apache.shardingsphere.sql.parser.autogen.SQL92StatementLexer
- org.apache.shardingsphere.sql.parser.sql92.lexer.SQL92Lexer (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.apache.shardingsphere.sql.parser.sql92.SQL92ParserConfiguration (implements org.apache.shardingsphere.sql.parser.spi.SQLParserConfiguration)
- org.apache.shardingsphere.sql.parser.sql92.visitor.SQL92VisitorFacade (implements org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitorFacade)
接口分层结构
- org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
Copyright © 2020 The Apache Software Foundation. All rights reserved.