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 composeinvestigator-compiler-0.1.0-dev.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
land.sungbin.composeinvestigator.compiler.util
├─ land.sungbin.composeinvestigator.compiler.util.IrPrimitivesKt.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.util.IrSafelyLocationKt.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.util.IrStatementContainerImpl.class - [JAR]
land.sungbin.composeinvestigator.compiler.struct
├─ land.sungbin.composeinvestigator.compiler.struct.IrAffectedComposable.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.struct.IrAffectedField.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.struct.IrComposableCallstackTracker.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.struct.IrComposableCallstackTrackerKt.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.struct.IrInvalidationLogger.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.struct.IrInvalidationTrackTable.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.struct.IrInvalidationTrackTableKt.class - [JAR]
land.sungbin.composeinvestigator.compiler.analysis
├─ land.sungbin.composeinvestigator.compiler.analysis.ComposableKeyInfo.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.analysis.DeclarationStabilityWrapperKt.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.analysis.DurationWritableSlices.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.analysis.DurationWritableSlicesKt.class - [JAR]
land.sungbin.composeinvestigator.compiler.lower
├─ land.sungbin.composeinvestigator.compiler.lower.AbstractComosableInvalidationTrackLower.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.lower.AbstractComposableCallstackTrackLower.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.lower.ComposableCallstackTrackingTransformer.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.lower.ComposableInvalidationTrackingTransformer.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.lower.DurableComposableKeyTransformer.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.lower.InvalidationTrackTableIntrinsicTransformer.class - [JAR]
land.sungbin.composeinvestigator.compiler
├─ land.sungbin.composeinvestigator.compiler.ComposableCallstackTrackingExtension.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.ComposableInvalidationTrackingExtension.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.ComposeInvestigatorCommandLineProcessor.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.ComposeInvestigatorConfiguration.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.ComposeInvestigatorPluginRegistrar.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.HandledMap.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.NamesKt.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.VerboseLogger.class - [JAR]
land.sungbin.composeinvestigator.compiler.origin
├─ land.sungbin.composeinvestigator.compiler.origin.ComposableCallstackTrackerOrigin.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.origin.ComposableCallstackTrackerSyntheticOrigin.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.origin.ComposableInvalidationTrackerOrigin.class - [JAR]
├─ land.sungbin.composeinvestigator.compiler.origin.StateChangeTrackerOrigin.class - [JAR]