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 org.overture.ide.plugins.javagen-3.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.overture.ide.plugins.javagen.preferences
├─ org.overture.ide.plugins.javagen.preferences.WorkbenchPreferencePageJavaCodeGen.class - [JAR]
org.overture.ide.plugins.javagen.commands
├─ org.overture.ide.plugins.javagen.commands.AboutCommand.class - [JAR]
├─ org.overture.ide.plugins.javagen.commands.ConfigCommand.class - [JAR]
├─ org.overture.ide.plugins.javagen.commands.Vdm2JavaCommand.class - [JAR]
├─ org.overture.ide.plugins.javagen.commands.Vdm2JavaLaunchConfigCommand.class - [JAR]
org.overture.ide.plugins.javagen.util
├─ org.overture.ide.plugins.javagen.util.LaunchConfigData.class - [JAR]
├─ org.overture.ide.plugins.javagen.util.PluginVdm2JavaUtil.class - [JAR]
org.overture.ide.plugins.javagen
├─ org.overture.ide.plugins.javagen.Activator.class - [JAR]
├─ org.overture.ide.plugins.javagen.CodeGenConsole.class - [JAR]
├─ org.overture.ide.plugins.javagen.ICodeGenConstants.class - [JAR]