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 xowl-generator-2.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.xowl.infra.generator
├─ org.xowl.infra.generator.Program.class - [JAR]
org.xowl.infra.generator.builder
├─ org.xowl.infra.generator.builder.Builder.class - [JAR]
├─ org.xowl.infra.generator.builder.JarNode.class - [JAR]
├─ org.xowl.infra.generator.builder.JarNodeDirectory.class - [JAR]
├─ org.xowl.infra.generator.builder.JarNodeFile.class - [JAR]
org.xowl.infra.generator.model
├─ org.xowl.infra.generator.model.ClassModel.class - [JAR]
├─ org.xowl.infra.generator.model.DatatypeModel.class - [JAR]
├─ org.xowl.infra.generator.model.InstanceModel.class - [JAR]
├─ org.xowl.infra.generator.model.Model.class - [JAR]
├─ org.xowl.infra.generator.model.PackageModel.class - [JAR]
├─ org.xowl.infra.generator.model.PropertyData.class - [JAR]
├─ org.xowl.infra.generator.model.PropertyImplementation.class - [JAR]
├─ org.xowl.infra.generator.model.PropertyInterface.class - [JAR]
├─ org.xowl.infra.generator.model.PropertyModel.class - [JAR]
├─ org.xowl.infra.generator.model.ReflectionPackage.class - [JAR]