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 sftm-tree-matching-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
mantu.lab.treematching
├─ mantu.lab.treematching.DomParser.class - [JAR]
├─ mantu.lab.treematching.Edge.class - [JAR]
├─ mantu.lab.treematching.InMemoryIndex.class - [JAR]
├─ mantu.lab.treematching.Metropolis.class - [JAR]
├─ mantu.lab.treematching.Neighbors.class - [JAR]
├─ mantu.lab.treematching.Node.class - [JAR]
├─ mantu.lab.treematching.SimilarityPropagation.class - [JAR]
├─ mantu.lab.treematching.TreeMatcher.class - [JAR]
├─ mantu.lab.treematching.TreeMatcherResponse.class - [JAR]
mantu.lab.utils
├─ mantu.lab.utils.ExtensionsKt.class - [JAR]
├─ mantu.lab.utils.LinkedList.class - [JAR]
├─ mantu.lab.utils.LinkedListIterator.class - [JAR]
├─ mantu.lab.utils.LinkedListNode.class - [JAR]