public abstract class com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function this
         0: .line 143
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;

  void resolve(com.oracle.truffle.llvm.runtime.LLVMFunctionCode);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
         0: .line 146
            invokestatic com.oracle.truffle.api.CompilerAsserts.neverPartOfCompilation:()V
         1: .line 147
            return
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode descriptor
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
            0    2     1  descriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
    MethodParameters:
            Name  Flags
      descriptor  

  abstract java.lang.Object createNativeWrapper(com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      descriptor  

  com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceFunctionType getSourceType();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function this
         0: .line 152
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
}
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