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 sumtype-compiler-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.madebyatomicrobot.sumtype.compiler
├─ com.madebyatomicrobot.sumtype.compiler.ExceptionUtil.class - [JAR]
├─ com.madebyatomicrobot.sumtype.compiler.SumTypeFields.class - [JAR]
├─ com.madebyatomicrobot.sumtype.compiler.SumTypeParser.class - [JAR]
├─ com.madebyatomicrobot.sumtype.compiler.SumTypeProcessor.class - [JAR]
├─ com.madebyatomicrobot.sumtype.compiler.SumTypeType.class - [JAR]
├─ com.madebyatomicrobot.sumtype.compiler.SumTypeWriter.class - [JAR]