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-scaling-distsql-parser-5.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.shardingsphere.scaling.distsql.parser.core
├─ org.apache.shardingsphere.scaling.distsql.parser.core.ScalingLexer.class - [JAR]
├─ org.apache.shardingsphere.scaling.distsql.parser.core.ScalingParser.class - [JAR]
├─ org.apache.shardingsphere.scaling.distsql.parser.core.ScalingSQLStatementVisitor.class - [JAR]
org.apache.shardingsphere.distsql.parser.autogen
├─ org.apache.shardingsphere.distsql.parser.autogen.ScalingStatementBaseVisitor.class - [JAR]
├─ org.apache.shardingsphere.distsql.parser.autogen.ScalingStatementLexer.class - [JAR]
├─ org.apache.shardingsphere.distsql.parser.autogen.ScalingStatementParser.class - [JAR]
├─ org.apache.shardingsphere.distsql.parser.autogen.ScalingStatementVisitor.class - [JAR]
org.apache.shardingsphere.scaling.distsql.parser.facade
├─ org.apache.shardingsphere.scaling.distsql.parser.facade.ScalingDistSQLStatementParserFacade.class - [JAR]