View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window shardingsphere-sql-federation-distsql-parser-5.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.sqlfederation.distsql.parser.core
├─ org.apache.shardingsphere.sqlfederation.distsql.parser.core.SQLFederationDistSQLLexer.class - [JAR]
├─ org.apache.shardingsphere.sqlfederation.distsql.parser.core.SQLFederationDistSQLParser.class - [JAR]
├─ org.apache.shardingsphere.sqlfederation.distsql.parser.core.SQLFederationDistSQLStatementVisitor.class - [JAR]
org.apache.shardingsphere.distsql.parser.autogen
├─ org.apache.shardingsphere.distsql.parser.autogen.SQLFederationDistSQLStatementBaseVisitor.class - [JAR]
├─ org.apache.shardingsphere.distsql.parser.autogen.SQLFederationDistSQLStatementLexer.class - [JAR]
├─ org.apache.shardingsphere.distsql.parser.autogen.SQLFederationDistSQLStatementParser.class - [JAR]
├─ org.apache.shardingsphere.distsql.parser.autogen.SQLFederationDistSQLStatementVisitor.class - [JAR]
org.apache.shardingsphere.sqlfederation.distsql.parser.facade
├─ org.apache.shardingsphere.sqlfederation.distsql.parser.facade.SQLFederationDistSQLStatementParserFacade.class - [JAR]