public class com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative extends com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative
  super_class: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
{
  com.oracle.truffle.llvm.runtime.nodes.api.LLVMToNativeNode toNative;
    descriptor: Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMToNativeNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative this
         0: .line 87
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode.<init>:()V
         1: .line 89
            aload 0 /* this */
            invokestatic com.oracle.truffle.llvm.runtime.nodes.api.LLVMToNativeNode.createToNativeWithTarget:()Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMToNativeNode;
            putfield com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative.toNative:Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMToNativeNode;
         2: .line 87
            return
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$AddressToNative;

  public java.lang.Object executeConvert(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative this
        start local 1 // java.lang.Object arg
         0: .line 93
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative.toNative:Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMToNativeNode;
            aload 1 /* arg */
            invokevirtual com.oracle.truffle.llvm.runtime.nodes.api.LLVMToNativeNode.executeWithTarget:(Ljava/lang/Object;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
            invokeinterface com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer.asNative:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 1 // java.lang.Object arg
        end local 0 // com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$AddressToNative;
            0    1     1   arg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      arg   
}
SourceFile: "LLVMNativeConvertNode.java"
NestHost: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  protected AddressToNative = com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$AddressToNative of com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode