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 parser-jvm-0.31.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.unibo.tuprolog.parser.dynamic
├─ it.unibo.tuprolog.parser.dynamic.Associativity.class - [JAR]
├─ it.unibo.tuprolog.parser.dynamic.DynamicLexer.class - [JAR]
├─ it.unibo.tuprolog.parser.dynamic.DynamicParser.class - [JAR]
├─ it.unibo.tuprolog.parser.dynamic.StringType.class - [JAR]
it.unibo.tuprolog.parser
├─ it.unibo.tuprolog.parser.ParsingException.class - [JAR]
├─ it.unibo.tuprolog.parser.PrologLexer.class - [JAR]
├─ it.unibo.tuprolog.parser.PrologParser.class - [JAR]
├─ it.unibo.tuprolog.parser.PrologParserBaseListener.class - [JAR]
├─ it.unibo.tuprolog.parser.PrologParserBaseVisitor.class - [JAR]
├─ it.unibo.tuprolog.parser.PrologParserListener.class - [JAR]
├─ it.unibo.tuprolog.parser.PrologParserVisitor.class - [JAR]