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 mop-javac-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.navisarv.mop.instrumentation
├─ com.navisarv.mop.instrumentation.InstrumentationContext.class - [JAR]
├─ com.navisarv.mop.instrumentation.InstrumentationProcessor.class - [JAR]
├─ com.navisarv.mop.instrumentation.MOPInstrumentation.class - [JAR]
├─ com.navisarv.mop.instrumentation.MethodInstrumentation.class - [JAR]
com.navisarv.mop.util
├─ com.navisarv.mop.util.ASTHelper.class - [JAR]
├─ com.navisarv.mop.util.MOPConstants.class - [JAR]
com.navisarv.mop
├─ com.navisarv.mop.MappingOptimizerPlugin.class - [JAR]
com.navisarv.mop.treevisitorcontext
├─ com.navisarv.mop.treevisitorcontext.MethodTreeVistorContext.class - [JAR]