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.poviewer-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.poviewer
├─ org.overture.ide.plugins.poviewer.Activator.class - [JAR]
├─ org.overture.ide.plugins.poviewer.IPoviewerConstants.class - [JAR]
├─ org.overture.ide.plugins.poviewer.PoGeneratorUtil.class - [JAR]
├─ org.overture.ide.plugins.poviewer.ProofObligationPerspectiveFactory.class - [JAR]
org.overture.ide.plugins.poviewer.view
├─ org.overture.ide.plugins.poviewer.view.PoOverviewTableView.class - [JAR]
├─ org.overture.ide.plugins.poviewer.view.PoTableView.class - [JAR]
org.overture.ide.plugins.poviewer.commands
├─ org.overture.ide.plugins.poviewer.commands.GenerateProofObligationsCommand.class - [JAR]