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-power-assert-plugin-native-0.12.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bnorm.power.diagram
├─ com.bnorm.power.diagram.AndNode.class - [JAR]
├─ com.bnorm.power.diagram.DiagramBuilderKt.class - [JAR]
├─ com.bnorm.power.diagram.ExpressionNode.class - [JAR]
├─ com.bnorm.power.diagram.ExpressionTreeKt.class - [JAR]
├─ com.bnorm.power.diagram.IrDiagramKt.class - [JAR]
├─ com.bnorm.power.diagram.IrTemporaryExtractionTransformer.class - [JAR]
├─ com.bnorm.power.diagram.IrTemporaryVariable.class - [JAR]
├─ com.bnorm.power.diagram.Node.class - [JAR]
├─ com.bnorm.power.diagram.OrNode.class - [JAR]
├─ com.bnorm.power.diagram.ValueDisplay.class - [JAR]
com.bnorm.power
├─ com.bnorm.power.IrUtilsKt.class - [JAR]
├─ com.bnorm.power.PowerAssertCallTransformer.class - [JAR]
├─ com.bnorm.power.PowerAssertCommandLineProcessor.class - [JAR]
├─ com.bnorm.power.PowerAssertComponentRegistrar.class - [JAR]
├─ com.bnorm.power.PowerAssertComponentRegistrarKt.class - [JAR]
├─ com.bnorm.power.PowerAssertIrGenerationExtension.class - [JAR]
com.bnorm.power.delegate
├─ com.bnorm.power.delegate.FunctionDelegate.class - [JAR]
├─ com.bnorm.power.delegate.LambdaFunctionDelegate.class - [JAR]
├─ com.bnorm.power.delegate.SamConversionLambdaFunctionDelegate.class - [JAR]
├─ com.bnorm.power.delegate.SimpleFunctionDelegate.class - [JAR]