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 aho-corasick-enhance-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.jayzhang.ac
├─ io.github.jayzhang.ac.Emit.class - [JAR]
├─ io.github.jayzhang.ac.EmitVisitor.class - [JAR]
├─ io.github.jayzhang.ac.State.class - [JAR]
├─ io.github.jayzhang.ac.Trie.class - [JAR]
├─ io.github.jayzhang.ac.TrieConfig.class - [JAR]
├─ io.github.jayzhang.ac.TrieNodeVisitor.class - [JAR]