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 standalone-pointsto-22.3.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.oracle.graal.pointsto.standalone.features
├─ com.oracle.graal.pointsto.standalone.features.StandaloneAnalysisFeatureImpl.class - [JAR]
├─ com.oracle.graal.pointsto.standalone.features.StandaloneAnalysisFeatureManager.class - [JAR]
├─ com.oracle.graal.pointsto.standalone.features.StandaloneAnalysisFeatureManager_OptionDescriptors.class - [JAR]
com.oracle.graal.pointsto.standalone.heap
├─ com.oracle.graal.pointsto.standalone.heap.StandaloneImageHeapScanner.class - [JAR]
com.oracle.graal.pointsto.standalone.util
├─ com.oracle.graal.pointsto.standalone.util.Timer.class - [JAR]
com.oracle.graal.pointsto.standalone.meta
├─ com.oracle.graal.pointsto.standalone.meta.StandaloneConstantFieldProvider.class - [JAR]
├─ com.oracle.graal.pointsto.standalone.meta.StandaloneConstantReflectionProvider.class - [JAR]
com.oracle.graal.pointsto.standalone
├─ com.oracle.graal.pointsto.standalone.PointsToAnalyzer.class - [JAR]
├─ com.oracle.graal.pointsto.standalone.StandaloneHost.class - [JAR]
├─ com.oracle.graal.pointsto.standalone.StandalonePointsToAnalysis.class - [JAR]
com.oracle.graal.pointsto.standalone.plugins
├─ com.oracle.graal.pointsto.standalone.plugins.StandaloneGraphBuilderPhase.class - [JAR]