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 inference-basic-0.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.pragmaticobjects.oo.inference.codegen.model
├─ com.pragmaticobjects.oo.inference.codegen.model.InferredAliasModel.class - [JAR]
├─ com.pragmaticobjects.oo.inference.codegen.model.InferredClassModel.class - [JAR]
com.pragmaticobjects.oo.inference.basic
├─ com.pragmaticobjects.oo.inference.basic.InferredAliasGenerator.class - [JAR]
├─ com.pragmaticobjects.oo.inference.basic.InferredImplementationGenerator.class - [JAR]
com.pragmaticobjects.oo.inference.hack
├─ com.pragmaticobjects.oo.inference.hack.Hacks.class - [JAR]