final class com.oracle.truffle.api.debug.test.DebugValueTest$PropertyKeysTruffleObject 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.api.debug.test.DebugValueTest$PropertyKeysTruffleObject
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.DebugValueTest$PropertyKeysTruffleObject this
         0: .line 593
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.debug.test.DebugValueTest$PropertyKeysTruffleObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/test/DebugValueTest$PropertyKeysTruffleObject;

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

  java.lang.Object readArrayElement(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.test.DebugValueTest$PropertyKeysTruffleObject this
        start local 1 // long index
         0: .line 602
            lload 1 /* index */
            l2i
            tableswitch { // 0 - 2
                    0: 1
                    1: 2
                    2: 3
              default: 4
          }
         1: .line 604
      StackMap locals:
      StackMap stack:
            ldc "property"
            areturn
         2: .line 606
      StackMap locals:
      StackMap stack:
            ldc "p1"
            areturn
         3: .line 608
      StackMap locals:
      StackMap stack:
            ldc "p2"
            areturn
         4: .line 610
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Wrong index: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // long index
        end local 0 // com.oracle.truffle.api.debug.test.DebugValueTest$PropertyKeysTruffleObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/oracle/truffle/api/debug/test/DebugValueTest$PropertyKeysTruffleObject;
            0    5     1  index  J
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException, com.oracle.truffle.api.interop.InvalidArrayIndexException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      index  

  long getArraySize();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.test.DebugValueTest$PropertyKeysTruffleObject this
         0: .line 616
            ldc 3
            lreturn
        end local 0 // com.oracle.truffle.api.debug.test.DebugValueTest$PropertyKeysTruffleObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/test/DebugValueTest$PropertyKeysTruffleObject;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    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.api.debug.test.DebugValueTest$PropertyKeysTruffleObject this
        start local 1 // long index
         0: .line 621
            lconst_0
            lload 1 /* index */
            lcmp
            ifgt 1
            lload 1 /* index */
            ldc 3
            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.api.debug.test.DebugValueTest$PropertyKeysTruffleObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/debug/test/DebugValueTest$PropertyKeysTruffleObject;
            0    2     1  index  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "DebugValueTest.java"
NestHost: com.oracle.truffle.api.debug.test.DebugValueTest
InnerClasses:
  final PropertyKeysTruffleObject = com.oracle.truffle.api.debug.test.DebugValueTest$PropertyKeysTruffleObject of com.oracle.truffle.api.debug.test.DebugValueTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)