类分层结构
- java.lang.Object
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
- org.apache.shardingsphere.sql.parser.oracle.visitor.format.facade.OracleFormatSQLVisitorFacade (implements org.apache.shardingsphere.sql.parser.spi.SQLVisitorFacade)
- org.apache.shardingsphere.sql.parser.oracle.parser.OracleParserFacade (implements org.apache.shardingsphere.sql.parser.spi.SQLParserFacade)
- org.apache.shardingsphere.sql.parser.oracle.visitor.statement.facade.OracleStatementSQLVisitorFacade (implements org.apache.shardingsphere.sql.parser.spi.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.OracleStatementLexer
- org.apache.shardingsphere.sql.parser.oracle.parser.OracleLexer (implements org.apache.shardingsphere.sql.parser.api.parser.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.