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 backend-kotlin-ast-v20230718-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.google.j2cl.transpiler.backend.kotlin.ast
├─ com.google.j2cl.transpiler.backend.kotlin.ast.CompanionDeclaration.class - [JAR]
├─ com.google.j2cl.transpiler.backend.kotlin.ast.CompanionDeclarationKt.class - [JAR]
├─ com.google.j2cl.transpiler.backend.kotlin.ast.CompanionObject.class - [JAR]
├─ com.google.j2cl.transpiler.backend.kotlin.ast.CompanionObjectKt.class - [JAR]
├─ com.google.j2cl.transpiler.backend.kotlin.ast.Import.class - [JAR]
├─ com.google.j2cl.transpiler.backend.kotlin.ast.ImportKt.class - [JAR]
├─ com.google.j2cl.transpiler.backend.kotlin.ast.KeywordsKt.class - [JAR]
├─ com.google.j2cl.transpiler.backend.kotlin.ast.Member.class - [JAR]
├─ com.google.j2cl.transpiler.backend.kotlin.ast.MemberKt.class - [JAR]