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 ir-0.2.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
app.softwork.kobol.ir
├─ app.softwork.kobol.ir.CodeGenerator.class - [JAR]
├─ app.softwork.kobol.ir.CodeGeneratorFactory.class - [JAR]
├─ app.softwork.kobol.ir.ControlFlowHandling.class - [JAR]
├─ app.softwork.kobol.ir.ControlFlowHandlingFactory.class - [JAR]
├─ app.softwork.kobol.ir.FileHandling.class - [JAR]
├─ app.softwork.kobol.ir.FileHandlingFactory.class - [JAR]
├─ app.softwork.kobol.ir.IrDslKt.class - [JAR]
├─ app.softwork.kobol.ir.IrPlugin.class - [JAR]
├─ app.softwork.kobol.ir.IrPluginFactory.class - [JAR]
├─ app.softwork.kobol.ir.KobolIRTree.class - [JAR]
├─ app.softwork.kobol.ir.KobolIRTreeKt.class - [JAR]
├─ app.softwork.kobol.ir.ProcedureName.class - [JAR]
├─ app.softwork.kobol.ir.SerializationPlugin.class - [JAR]
├─ app.softwork.kobol.ir.SerializationPluginFactory.class - [JAR]
├─ app.softwork.kobol.ir.SqlPrecompiler.class - [JAR]
├─ app.softwork.kobol.ir.SqlPrecompilerFactory.class - [JAR]
├─ app.softwork.kobol.ir.ToIRTreeKt.class - [JAR]
├─ app.softwork.kobol.ir.Usage.class - [JAR]
├─ app.softwork.kobol.ir.UsageKt.class - [JAR]