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 terminal21-code-generation_3-0.20.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
functions.tastyextractor.model
├─ functions.tastyextractor.model.EImport.class - [JAR]
├─ functions.tastyextractor.model.EMethod.class - [JAR]
├─ functions.tastyextractor.model.EPackage.class - [JAR]
├─ functions.tastyextractor.model.EParam.class - [JAR]
├─ functions.tastyextractor.model.EType.class - [JAR]
org.terminal21.codegen
├─ org.terminal21.codegen.Code.class - [JAR]
├─ org.terminal21.codegen.PropertiesExtensionGenerator.class - [JAR]
├─ org.terminal21.codegen.propertiesExtensionGeneratorApp.class - [JAR]
functions.tastyextractor
├─ functions.tastyextractor.BetterErrors.class - [JAR]
├─ functions.tastyextractor.StructureExtractor.class - [JAR]
├─ functions.tastyextractor.StructureExtractorInspector.class - [JAR]