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 codegenj-2.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.serviceflow.codegenj.java
├─ de.serviceflow.codegenj.java.CodeGenerationProcessing.class - [JAR]
├─ de.serviceflow.codegenj.java.InterfaceSourceGenerator.class - [JAR]
├─ de.serviceflow.codegenj.java.MakefileGenerator.class - [JAR]
├─ de.serviceflow.codegenj.java.ObjectManagerGenerator.class - [JAR]
de.serviceflow.codegenj
├─ de.serviceflow.codegenj.Block.class - [JAR]
├─ de.serviceflow.codegenj.CaseBlock.class - [JAR]
├─ de.serviceflow.codegenj.CodegenJ.class - [JAR]
├─ de.serviceflow.codegenj.ForBlock.class - [JAR]
├─ de.serviceflow.codegenj.Naming.class - [JAR]
├─ de.serviceflow.codegenj.Node.class - [JAR]
├─ de.serviceflow.codegenj.ObjectiveBlockHandler.class - [JAR]
├─ de.serviceflow.codegenj.ProcessingObjective.class - [JAR]
├─ de.serviceflow.codegenj.TemplateBlock.class - [JAR]
├─ de.serviceflow.codegenj.TemplateBlockParser.class - [JAR]
├─ de.serviceflow.codegenj.TemplateParser.class - [JAR]