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 java-thrift-parser-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mitchseymour.thrift.parser
├─ com.mitchseymour.thrift.parser.Preprocessor.class - [JAR]
├─ com.mitchseymour.thrift.parser.ThriftIdl.class - [JAR]
├─ com.mitchseymour.thrift.parser.ThriftParser.class - [JAR]
com.mitchseymour.thrift.parser.ast
├─ com.mitchseymour.thrift.parser.ast.Nodes.class - [JAR]
├─ com.mitchseymour.thrift.parser.ast.ParserActions.class - [JAR]
├─ com.mitchseymour.thrift.parser.ast.ThriftAst.class - [JAR]