类分层结构
- java.lang.Object
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
- org.apache.shardingsphere.distsql.parser.autogen.SQLTranslatorDistSQLStatementBaseVisitor<T> (implements org.apache.shardingsphere.distsql.parser.autogen.SQLTranslatorDistSQLStatementVisitor<T>)
- org.apache.shardingsphere.sqltranslator.distsql.parser.core.SQLTranslatorDistSQLStatementVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitor)
- org.apache.shardingsphere.distsql.parser.autogen.SQLTranslatorDistSQLStatementBaseVisitor<T> (implements org.apache.shardingsphere.distsql.parser.autogen.SQLTranslatorDistSQLStatementVisitor<T>)
- org.antlr.v4.runtime.Recognizer<Symbol,
ATNInterpreter> - org.antlr.v4.runtime.Lexer (implements org.antlr.v4.runtime.TokenSource)
- org.apache.shardingsphere.distsql.parser.autogen.SQLTranslatorDistSQLStatementLexer
- org.apache.shardingsphere.sqltranslator.distsql.parser.core.SQLTranslatorDistSQLLexer (implements org.apache.shardingsphere.sql.parser.api.parser.SQLLexer)
- org.apache.shardingsphere.distsql.parser.autogen.SQLTranslatorDistSQLStatementLexer
- org.antlr.v4.runtime.Parser
- org.apache.shardingsphere.distsql.parser.autogen.SQLTranslatorDistSQLStatementParser
- org.apache.shardingsphere.sqltranslator.distsql.parser.core.SQLTranslatorDistSQLParser (implements org.apache.shardingsphere.sql.parser.api.parser.SQLParser)
- org.apache.shardingsphere.distsql.parser.autogen.SQLTranslatorDistSQLStatementParser
- org.antlr.v4.runtime.Lexer (implements org.antlr.v4.runtime.TokenSource)
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)