public abstract class com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode extends com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
  super_class: com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
{
  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.interop.nfi.LLVMNativeConvertNode this
         0: .line 51
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode;

  public abstract java.lang.Object executeConvert(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      arg   

  public static com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode createToNative(com.oracle.truffle.llvm.runtime.types.Type);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/types/Type;)Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIdNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      argType  

  public static com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode createFromNative(com.oracle.truffle.llvm.runtime.types.Type);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/types/Type;)Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNativeToAddressNodeGen cannot be resolved\n\tI1FromNativeToLLVMNodeGen cannot be resolved\n\tIdNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      retType  
}
SourceFile: "LLVMNativeConvertNode.java"
NestMembers:
  com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative  com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode  com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$Id  com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress  com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$VoidToNative
InnerClasses:
  protected AddressToNative = com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative of com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
  abstract I1FromNativeToLLVMNode = com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$I1FromNativeToLLVMNode of com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
  protected abstract Id = com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$Id of com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
  protected abstract NativeToAddress = com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress of com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
  protected VoidToNative = com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$VoidToNative of com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode