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 kibble-0.23.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.antwerkz.kibble.model
├─ com.antwerkz.kibble.model.Accessor.class - [JAR]
├─ com.antwerkz.kibble.model.CallBlock.class - [JAR]
├─ com.antwerkz.kibble.model.ClassType.class - [JAR]
├─ com.antwerkz.kibble.model.Delegate.class - [JAR]
├─ com.antwerkz.kibble.model.Import.class - [JAR]
├─ com.antwerkz.kibble.model.ImportDirective.class - [JAR]
├─ com.antwerkz.kibble.model.Mutator.class - [JAR]
├─ com.antwerkz.kibble.model.SuperCall.class - [JAR]
├─ com.antwerkz.kibble.model.SuperType.class - [JAR]
├─ com.antwerkz.kibble.model.TypeProjection.class - [JAR]
com.antwerkz.kibble
├─ com.antwerkz.kibble.Kibble.class - [JAR]
├─ com.antwerkz.kibble.KibbleContext.class - [JAR]
├─ com.antwerkz.kibble.KibbleException.class - [JAR]
├─ com.antwerkz.kibble.KibbleKt.class - [JAR]
├─ com.antwerkz.kibble.KibbleVisitor.class - [JAR]