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 microsphere-sql-parser-0.0.1-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.microsphere.sql.parser.antlr.v4
├─ io.github.microsphere.sql.parser.antlr.v4.MySqlLexer.class - [JAR]
├─ io.github.microsphere.sql.parser.antlr.v4.MySqlParser.class - [JAR]
├─ io.github.microsphere.sql.parser.antlr.v4.MySqlParserBaseListener.class - [JAR]
├─ io.github.microsphere.sql.parser.antlr.v4.MySqlParserBaseVisitor.class - [JAR]
├─ io.github.microsphere.sql.parser.antlr.v4.MySqlParserListener.class - [JAR]
├─ io.github.microsphere.sql.parser.antlr.v4.MySqlParserVisitor.class - [JAR]