abstract class com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries extends com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries
  super_class: com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries this
         0: .line 54
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/pointer/NativePointerLibraries;

  static boolean isNull(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
         0: .line 58
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.isNull:()Z
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
          Name  Flags
      receiver  

  static boolean isForeign(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
         0: .line 63
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
          Name  Flags
      receiver  

  static boolean isPointer(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
         0: .line 115
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage$Repeat(value = {com.oracle.truffle.api.library.ExportMessage(library = Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;), com.oracle.truffle.api.library.ExportMessage(library = Lcom/oracle/truffle/api/interop/InteropLibrary;)})
    MethodParameters:
          Name  Flags
      receiver  

  static long asPointer(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
         0: .line 121
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.asNative:()J
            lreturn
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage$Repeat(value = {com.oracle.truffle.api.library.ExportMessage(library = Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;), com.oracle.truffle.api.library.ExportMessage(library = Lcom/oracle/truffle/api/interop/InteropLibrary;)})
    MethodParameters:
          Name  Flags
      receiver  

  static com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer toNativePointer(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
         0: .line 126
            aload 0 /* receiver */
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
          Name  Flags
      receiver  

  static int identityHashCode(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
         0: .line 131
            aload 0 /* receiver */
            invokevirtual com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl.asNative:()J
            invokestatic java.lang.Long.hashCode:(J)I
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
          Name  Flags
      receiver  
}
SourceFile: "NativePointerLibraries.java"
NestMembers:
  com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries$Execute  com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries$IsExecutable
InnerClasses:
  public abstract Repeat = com.oracle.truffle.api.library.ExportLibrary$Repeat of com.oracle.truffle.api.library.ExportLibrary
  public abstract Repeat = com.oracle.truffle.api.library.ExportMessage$Repeat of com.oracle.truffle.api.library.ExportMessage
  Execute = com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries$Execute of com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries
  IsExecutable = com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries$IsExecutable of com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary$Repeat(value = {com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMNativeLibrary;, receiverType = Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;), com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;, receiverType = Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;), com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/llvm/runtime/library/internal/LLVMAsForeignLibrary;, receiverType = Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;)})