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 pepperModules-GrAFModules-2.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.corpus_tools.peppermodules.graf.tests
├─ org.corpus_tools.peppermodules.graf.tests.FloatingNodesTest.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.tests.RegionNodesTest.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.tests.RootNodesTest.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.tests.RootTest.class - [JAR]
org.corpus_tools.peppermodules.graf
├─ org.corpus_tools.peppermodules.graf.DepthFirstSearch.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.GrAFImporter.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.GrAFImporterProperties.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.GrafDocumentHeader.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.GrafElementSortByID.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.GrafGraphInfo.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.GrafReader.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.GrafResourceHeader.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.SaltElementSortByID.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.SaltGraphInfo.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.SaltReader.class - [JAR]
├─ org.corpus_tools.peppermodules.graf.SaltWriter.class - [JAR]