public final class com.oracle.truffle.llvm.runtime.LLVMFunctionCode$NativeFunction extends com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.LLVMFunctionCode$NativeFunction
  super_class: com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function
{
  private final java.lang.Object nativeFunction;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$NativeFunction this
        start local 1 // java.lang.Object nativeFunction
         0: .line 286
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function.<init>:()V
         1: .line 287
            aload 0 /* this */
            aload 1 /* nativeFunction */
            putfield com.oracle.truffle.llvm.runtime.LLVMFunctionCode$NativeFunction.nativeFunction:Ljava/lang/Object;
         2: .line 288
            return
        end local 1 // java.lang.Object nativeFunction
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$NativeFunction this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$NativeFunction;
            0    3     1  nativeFunction  Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      nativeFunction  

  java.lang.Object createNativeWrapper(com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$NativeFunction this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor descriptor
         0: .line 292
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.LLVMFunctionCode$NativeFunction.nativeFunction:Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor descriptor
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$NativeFunction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$NativeFunction;
            0    1     1  descriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;
    MethodParameters:
            Name  Flags
      descriptor  
}
SourceFile: "LLVMFunctionCode.java"
NestHost: com.oracle.truffle.llvm.runtime.LLVMFunctionCode
InnerClasses:
  public abstract Function = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
  public final NativeFunction = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$NativeFunction of com.oracle.truffle.llvm.runtime.LLVMFunctionCode