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-cacheable-kcp-0.0.2-beta.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
zsu.cacheable.kcp
├─ zsu.cacheable.kcp.CacheableIRBuilder.class - [JAR]
├─ zsu.cacheable.kcp.CacheableKCP.class - [JAR]
├─ zsu.cacheable.kcp.CacheableTransformError.class - [JAR]
├─ zsu.cacheable.kcp.UtilKt.class - [JAR]
zsu.cacheable.kcp.common
├─ zsu.cacheable.kcp.common.CacheableFunc.class - [JAR]
├─ zsu.cacheable.kcp.common.CacheableFuncKt.class - [JAR]
zsu.cacheable.kcp.backend
├─ zsu.cacheable.kcp.backend.CacheableFunctionTransformer.class - [JAR]
├─ zsu.cacheable.kcp.backend.CacheableIrGenerationExtension.class - [JAR]
├─ zsu.cacheable.kcp.backend.CacheableSymbols.class - [JAR]
├─ zsu.cacheable.kcp.backend.CacheableTransformContext.class - [JAR]
├─ zsu.cacheable.kcp.backend.CacheableTransformer.class - [JAR]
├─ zsu.cacheable.kcp.backend.NormalTransformer.class - [JAR]
├─ zsu.cacheable.kcp.backend.SynchronizedTransformer.class - [JAR]
├─ zsu.cacheable.kcp.backend.SynchronizedTransformerKt.class - [JAR]
zsu.cacheable.kcp.bytecode
├─ zsu.cacheable.kcp.bytecode.CacheableClassGenerator.class - [JAR]
├─ zsu.cacheable.kcp.bytecode.CacheableClassGeneratorKt.class - [JAR]
├─ zsu.cacheable.kcp.bytecode.CacheableClassTransform.class - [JAR]
├─ zsu.cacheable.kcp.bytecode.CacheableGenerator.class - [JAR]
├─ zsu.cacheable.kcp.bytecode.CacheableGeneratorKt.class - [JAR]