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 interfacer-core-0.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pl.matsuo.interfacer.core
├─ pl.matsuo.interfacer.core.ClasspathInterfacesScanner.class - [JAR]
├─ pl.matsuo.interfacer.core.InterfacesAdder.class - [JAR]
├─ pl.matsuo.interfacer.core.ParsingContext.class - [JAR]
├─ pl.matsuo.interfacer.core.SourceInterfacesScanner.class - [JAR]
pl.matsuo.interfacer.model.ifc
├─ pl.matsuo.interfacer.model.ifc.AbstractIfcResolve.class - [JAR]
├─ pl.matsuo.interfacer.model.ifc.ClassIfcResolve.class - [JAR]
├─ pl.matsuo.interfacer.model.ifc.IfcResolve.class - [JAR]
├─ pl.matsuo.interfacer.model.ifc.TypeDeclarationIfcResolve.class - [JAR]
pl.matsuo.interfacer.model.ref
├─ pl.matsuo.interfacer.model.ref.MethodReference.class - [JAR]
├─ pl.matsuo.interfacer.model.ref.MethodUsageReference.class - [JAR]
├─ pl.matsuo.interfacer.model.ref.ReflectionMethodReference.class - [JAR]
pl.matsuo.interfacer.model.tv
├─ pl.matsuo.interfacer.model.tv.TypeVariableReference.class - [JAR]