类分层结构
- java.lang.Object
- 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.parser.SQL92Lexer (implements org.apache.shardingsphere.sql.parser.api.parser.SQLLexer)
- org.antlr.v4.runtime.Parser
- org.apache.shardingsphere.sql.parser.sql92.parser.SQL92ParserFacade (implements org.apache.shardingsphere.sql.parser.spi.DatabaseTypedSQLParserFacade)
Copyright © 2022 The Apache Software Foundation. All rights reserved.