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-core-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.core.parsing
├─ it.unibo.tuprolog.core.parsing.ConversionsKt.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.DynamicOpListener.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.Echo.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.InvalidTermTypeException.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.ParseException.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.ParseExceptionExtKt.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.PrologExpressionVisitor.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.PrologParserFactory.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.TermParser.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.TermParserExtensions.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.TermParserExtensionsKt.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.TermParserImpl.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.TermReader.class - [JAR]
├─ it.unibo.tuprolog.core.parsing.TermReaderImpl.class - [JAR]