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 fig-antlr4-utils-0.1.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cool.taomu.software.fig.antlr4
├─ cool.taomu.software.fig.antlr4.CalcBaseListener.class - [JAR]
├─ cool.taomu.software.fig.antlr4.CalcLexer.class - [JAR]
├─ cool.taomu.software.fig.antlr4.CalcListener.class - [JAR]
├─ cool.taomu.software.fig.antlr4.CalcParser.class - [JAR]
cool.taomu.software.fig.antlr4.entry
├─ cool.taomu.software.fig.antlr4.entry.Antlr4Entry.class - [JAR]