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 whetstone-compiler-0.14.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.freeletics.mad.whetstone.parser
├─ com.freeletics.mad.whetstone.parser.CommonParserKt.class - [JAR]
├─ com.freeletics.mad.whetstone.parser.ComposeParserKt.class - [JAR]
├─ com.freeletics.mad.whetstone.parser.FragmentParserKt.class - [JAR]
├─ com.freeletics.mad.whetstone.parser.ReferenceKt.class - [JAR]
com.freeletics.mad.whetstone.codegen.compose
├─ com.freeletics.mad.whetstone.codegen.compose.ComposeScreenGenerator.class - [JAR]
com.freeletics.mad.whetstone.codegen.fragment
├─ com.freeletics.mad.whetstone.codegen.fragment.BaseFragmentGenerator.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.fragment.BaseFragmentGeneratorKt.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.fragment.ComposeFragmentGenerator.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.fragment.RendererFragmentGenerator.class - [JAR]
com.freeletics.mad.whetstone.codegen.common
├─ com.freeletics.mad.whetstone.codegen.common.ComponentGenerator.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.common.ComponentGeneratorKt.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.common.ComposeGenerator.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.common.ComposeGeneratorKt.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.common.ModuleGenerator.class - [JAR]
com.freeletics.mad.whetstone.codegen.util
├─ com.freeletics.mad.whetstone.codegen.util.ExternalKt.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.util.KotlinPoetKt.class - [JAR]
com.freeletics.mad.whetstone.codegen.nav
├─ com.freeletics.mad.whetstone.codegen.nav.DestinationComponentGenerator.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.nav.NavDestinationModuleGenerator.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.nav.NavEntryComponentGetterGenerator.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.nav.NavEntryComponentGetterGeneratorKt.class - [JAR]
com.freeletics.mad.whetstone
├─ com.freeletics.mad.whetstone.BaseData.class - [JAR]
├─ com.freeletics.mad.whetstone.ComposableParameter.class - [JAR]
├─ com.freeletics.mad.whetstone.ComposeData.class - [JAR]
├─ com.freeletics.mad.whetstone.ComposeFragmentData.class - [JAR]
├─ com.freeletics.mad.whetstone.ComposeScreenData.class - [JAR]
├─ com.freeletics.mad.whetstone.FragmentData.class - [JAR]
├─ com.freeletics.mad.whetstone.NavEntryData.class - [JAR]
├─ com.freeletics.mad.whetstone.Navigation.class - [JAR]
├─ com.freeletics.mad.whetstone.RendererFragmentData.class - [JAR]
├─ com.freeletics.mad.whetstone.WhetstoneCodeGenerator.class - [JAR]
com.freeletics.mad.whetstone.codegen
├─ com.freeletics.mad.whetstone.codegen.FileGenerator.class - [JAR]
├─ com.freeletics.mad.whetstone.codegen.Generator.class - [JAR]