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 babyfish-instrument-maven-plugin-1.1.0.Alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.babyfish.lang.instrument.bytecode
├─ org.babyfish.lang.instrument.bytecode.AbstractGenerator.class - [JAR]
├─ org.babyfish.lang.instrument.bytecode.GeneratorException.class - [JAR]
├─ org.babyfish.lang.instrument.bytecode.NestedClassGenerator.class - [JAR]
├─ org.babyfish.lang.instrument.bytecode.Replacer.class - [JAR]
org.babyfish.lang.i18n.metadata
├─ org.babyfish.lang.i18n.metadata.MetadataClass.class - [JAR]
├─ org.babyfish.lang.i18n.metadata.MetadataMethod.class - [JAR]
org.babyfish.lang.bytecode
├─ org.babyfish.lang.bytecode.ASMTreeUtils.class - [JAR]
├─ org.babyfish.lang.bytecode.ASMUtils.class - [JAR]
├─ org.babyfish.lang.bytecode.ScopedMethodVisitor.class - [JAR]
├─ org.babyfish.lang.bytecode.ScopedMethodVisitorBuilder.class - [JAR]
├─ org.babyfish.lang.bytecode.VariableScope.class - [JAR]
├─ org.babyfish.lang.bytecode.VariableScopeBuilder.class - [JAR]
org.babyfish.lang.i18n.instrument
├─ org.babyfish.lang.i18n.instrument.ASMConstants.class - [JAR]
├─ org.babyfish.lang.i18n.instrument.Identifiers.class - [JAR]
├─ org.babyfish.lang.i18n.instrument.TypedI18NInstrumenter.class - [JAR]
├─ org.babyfish.lang.i18n.instrument.TypedI18NReplacer.class - [JAR]
org.babyfish.lang.instrument
├─ org.babyfish.lang.instrument.AbstractInstrumentMojo.class - [JAR]
├─ org.babyfish.lang.instrument.IllegalClassException.class - [JAR]
├─ org.babyfish.lang.instrument.Instrumenter.class - [JAR]
├─ org.babyfish.lang.instrument.Logger.class - [JAR]
├─ org.babyfish.lang.instrument.MainInstrumentMojo.class - [JAR]
├─ org.babyfish.lang.instrument.NoCodeClassNodeLoader.class - [JAR]
├─ org.babyfish.lang.instrument.TestInstrumentMojo.class - [JAR]