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 llvm4jni-runtime-0.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alibaba.fastffi.llvm4jni.runtime
├─ com.alibaba.fastffi.llvm4jni.runtime.ConstantMark.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.ConstantSymbol.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.DefaultInvokerInvocationHandler.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.FunctionSymbol.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.GlobalSymbol.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.InvokerMark.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.JavaRuntime.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.LibraryClassHelper.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.LibrarySymbol.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.RuntimeConstant.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.RuntimeGlobal.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.Stack.class - [JAR]
├─ com.alibaba.fastffi.llvm4jni.runtime.UnreachableException.class - [JAR]
jnr.ffi.provider.jffi
├─ jnr.ffi.provider.jffi.LLVMIndirectInvokerFactory.class - [JAR]