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 kotlin-4.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.jplag.kotlin
├─ de.jplag.kotlin.JPlagKotlinListener.class - [JAR]
├─ de.jplag.kotlin.KotlinParserAdapter.class - [JAR]
├─ de.jplag.kotlin.KotlinTokenType.class - [JAR]
├─ de.jplag.kotlin.Language.class - [JAR]
de.jplag.kotlin.grammar
├─ de.jplag.kotlin.grammar.KotlinLexer.class - [JAR]
├─ de.jplag.kotlin.grammar.KotlinParser.class - [JAR]
├─ de.jplag.kotlin.grammar.KotlinParserBaseListener.class - [JAR]
├─ de.jplag.kotlin.grammar.KotlinParserListener.class - [JAR]