final class com.oracle.truffle.nfi.NFILibrary$Keys implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.nfi.NFILibrary$Keys
  super_class: java.lang.Object
{
  private final java.lang.Object[] keys;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  void <init>(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.nfi.NFILibrary$Keys this
        start local 1 // java.lang.Object[] keys
         0: .line 158
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 159
            aload 0 /* this */
            aload 1 /* keys */
            putfield com.oracle.truffle.nfi.NFILibrary$Keys.keys:[Ljava/lang/Object;
         2: .line 160
            return
        end local 1 // java.lang.Object[] keys
        end local 0 // com.oracle.truffle.nfi.NFILibrary$Keys this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/nfi/NFILibrary$Keys;
            0    3     1  keys  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      keys  

  boolean hasArrayElements();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.nfi.NFILibrary$Keys this
         0: .line 165
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.nfi.NFILibrary$Keys this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/nfi/NFILibrary$Keys;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  long getArraySize();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.nfi.NFILibrary$Keys this
         0: .line 170
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.NFILibrary$Keys.keys:[Ljava/lang/Object;
            arraylength
            i2l
            lreturn
        end local 0 // com.oracle.truffle.nfi.NFILibrary$Keys this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/nfi/NFILibrary$Keys;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean isArrayElementReadable(long);
    descriptor: (J)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.nfi.NFILibrary$Keys this
        start local 1 // long index
         0: .line 175
            lconst_0
            lload 1 /* index */
            lcmp
            ifgt 1
            lload 1 /* index */
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.NFILibrary$Keys.keys:[Ljava/lang/Object;
            arraylength
            i2l
            lcmp
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // long index
        end local 0 // com.oracle.truffle.nfi.NFILibrary$Keys this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/nfi/NFILibrary$Keys;
            0    2     1  index  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      index  

  java.lang.Object readArrayElement(long, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (JLcom/oracle/truffle/api/profiles/BranchProfile;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.nfi.NFILibrary$Keys this
        start local 1 // long idx
        start local 3 // com.oracle.truffle.api.profiles.BranchProfile exception
         0: .line 181
            aload 0 /* this */
            lload 1 /* idx */
            invokevirtual com.oracle.truffle.nfi.NFILibrary$Keys.isArrayElementReadable:(J)Z
            ifne 3
         1: .line 182
            aload 3 /* exception */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         2: .line 183
            lload 1 /* idx */
            invokestatic com.oracle.truffle.api.interop.InvalidArrayIndexException.create:(J)Lcom/oracle/truffle/api/interop/InvalidArrayIndexException;
            athrow
         3: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.NFILibrary$Keys.keys:[Ljava/lang/Object;
            lload 1 /* idx */
            l2i
            aaload
            areturn
        end local 3 // com.oracle.truffle.api.profiles.BranchProfile exception
        end local 1 // long idx
        end local 0 // com.oracle.truffle.nfi.NFILibrary$Keys this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/truffle/nfi/NFILibrary$Keys;
            0    4     1        idx  J
            0    4     3  exception  Lcom/oracle/truffle/api/profiles/BranchProfile;
    Exceptions:
      throws com.oracle.truffle.api.interop.InvalidArrayIndexException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
           Name  Flags
      idx        
      exception  

  static boolean hasLanguage(com.oracle.truffle.nfi.NFILibrary$Keys);
    descriptor: (Lcom/oracle/truffle/nfi/NFILibrary$Keys;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.nfi.NFILibrary$Keys receiver
         0: .line 190
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.nfi.NFILibrary$Keys receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/nfi/NFILibrary$Keys;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
          Name  Flags
      receiver  

  static java.lang.Class<? extends com.oracle.truffle.api.TruffleLanguage<?>> getLanguage(com.oracle.truffle.nfi.NFILibrary$Keys);
    descriptor: (Lcom/oracle/truffle/nfi/NFILibrary$Keys;)Ljava/lang/Class;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.nfi.NFILibrary$Keys receiver
         0: .line 195
            ldc Lcom/oracle/truffle/nfi/NFILanguage;
            areturn
        end local 0 // com.oracle.truffle.nfi.NFILibrary$Keys receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/nfi/NFILibrary$Keys;
    Signature: (Lcom/oracle/truffle/nfi/NFILibrary$Keys;)Ljava/lang/Class<+Lcom/oracle/truffle/api/TruffleLanguage<*>;>;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
          Name  Flags
      receiver  

  static java.lang.Object toDisplayString(com.oracle.truffle.nfi.NFILibrary$Keys, boolean);
    descriptor: (Lcom/oracle/truffle/nfi/NFILibrary$Keys;Z)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.nfi.NFILibrary$Keys receiver
        start local 1 // boolean allowSideEffects
         0: .line 200
            ldc "Native Members"
            areturn
        end local 1 // boolean allowSideEffects
        end local 0 // com.oracle.truffle.nfi.NFILibrary$Keys receiver
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0          receiver  Lcom/oracle/truffle/nfi/NFILibrary$Keys;
            0    1     1  allowSideEffects  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                  Name  Flags
      receiver          
      allowSideEffects  
}
SourceFile: "NFILibrary.java"
NestHost: com.oracle.truffle.nfi.NFILibrary
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  final Keys = com.oracle.truffle.nfi.NFILibrary$Keys of com.oracle.truffle.nfi.NFILibrary
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)