public abstract class com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue
  super_class: java.lang.Object
{
  protected static final java.lang.String[] NO_KEYS;
    descriptor: [Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 49
            iconst_0
            anewarray java.lang.String
            putstatic com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue.NO_KEYS:[Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.debug.LLVMDebuggerValue this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/debug/LLVMDebuggerValue;

  protected abstract int getElementCountForDebugger();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract java.lang.String[] getKeysForDebugger();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract java.lang.Object getElementForDebugger(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public final boolean hasMembers();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
         0: .line 60
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/debug/LLVMDebuggerValue;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  public java.lang.Object resolveMetaObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
         0: .line 65
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getFactory:()Lcom/oracle/truffle/api/library/LibraryFactory;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.library.LibraryFactory.getUncached:(Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.interop.InteropLibrary
            astore 1 /* debuggerInterop */
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary debuggerInterop
         1: .line 67
            aload 1 /* debuggerInterop */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasMetaObject:(Ljava/lang/Object;)Z
            ifeq 2
            aload 1 /* debuggerInterop */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getMetaObject:(Ljava/lang/Object;)Ljava/lang/Object;
            goto 3
      StackMap locals: com.oracle.truffle.api.interop.InteropLibrary
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
         4: .line 68
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            astore 2 /* e */
        start local 2 // com.oracle.truffle.api.interop.UnsupportedMessageException e
         5: .line 69
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         6: .line 70
            new java.lang.AssertionError
            dup
            ldc "Unexpected unsupported message."
            aload 2 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // com.oracle.truffle.api.interop.UnsupportedMessageException e
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary debuggerInterop
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/oracle/truffle/llvm/runtime/debug/LLVMDebuggerValue;
            1    7     1  debuggerInterop  Lcom/oracle/truffle/api/interop/InteropLibrary;
            5    7     2                e  Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
      Exception table:
        from    to  target  type
           1     3       4  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  public final java.lang.Object getMembers(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
        start local 1 // boolean includeInternal
         0: .line 77
            aload 0 /* this */
            invokevirtual com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue.getElementCountForDebugger:()I
            ifne 2
         1: .line 78
            getstatic com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue$SubElements.EMPTY:Lcom/oracle/truffle/llvm/runtime/debug/LLVMDebuggerValue$SubElements;
            areturn
         2: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue.getKeysForDebugger:()[Ljava/lang/String;
            astore 2 /* keys */
        start local 2 // java.lang.String[] keys
         3: .line 82
            new com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue$SubElements
            dup
            aload 2 /* keys */
            invokespecial com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue$SubElements.<init>:([Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String[] keys
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/oracle/truffle/llvm/runtime/debug/LLVMDebuggerValue;
            0    4     1  includeInternal  Z
            3    4     2             keys  [Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
                 Name  Flags
      includeInternal  

  public final boolean isMemberReadable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
        start local 1 // java.lang.String key
         0: .line 88
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue.getElementForDebugger:(Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* element */
        start local 2 // java.lang.Object element
         1: .line 89
            aload 2 /* element */
            ifnull 2
            iconst_1
            ireturn
      StackMap locals: java.lang.Object
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // java.lang.Object element
        end local 1 // java.lang.String key
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/llvm/runtime/debug/LLVMDebuggerValue;
            0    3     1      key  Ljava/lang/String;
            1    3     2  element  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
      Name  Flags
      key   

  public final java.lang.Object readMember(java.lang.String, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/profiles/BranchProfile;)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
        start local 1 // java.lang.String key
        start local 2 // com.oracle.truffle.api.profiles.BranchProfile exception
         0: .line 96
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue.getElementForDebugger:(Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* element */
        start local 3 // java.lang.Object element
         1: .line 97
            aload 3 /* element */
            ifnull 3
         2: .line 98
            aload 3 /* element */
            areturn
         3: .line 100
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* exception */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         4: .line 101
            aload 1 /* key */
            invokestatic com.oracle.truffle.api.interop.UnknownIdentifierException.create:(Ljava/lang/String;)Lcom/oracle/truffle/api/interop/UnknownIdentifierException;
            athrow
        end local 3 // java.lang.Object element
        end local 2 // com.oracle.truffle.api.profiles.BranchProfile exception
        end local 1 // java.lang.String key
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/truffle/llvm/runtime/debug/LLVMDebuggerValue;
            0    5     1        key  Ljava/lang/String;
            0    5     2  exception  Lcom/oracle/truffle/api/profiles/BranchProfile;
            1    5     3    element  Ljava/lang/Object;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnknownIdentifierException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
           Name  Flags
      key        
      exception  

  public final boolean hasLanguage();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
         0: .line 147
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/debug/LLVMDebuggerValue;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  public final java.lang.Class<? extends com.oracle.truffle.api.TruffleLanguage<?>> getLanguage();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
         0: .line 153
            ldc Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/debug/LLVMDebuggerValue;
    Signature: ()Ljava/lang/Class<+Lcom/oracle/truffle/api/TruffleLanguage<*>;>;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  public final java.lang.String toDisplayString(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
        start local 1 // boolean allowSideEffects
         0: .line 159
            aload 0 /* this */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 1 // boolean allowSideEffects
        end local 0 // com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/truffle/llvm/runtime/debug/LLVMDebuggerValue;
            0    1     1  allowSideEffects  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
                  Name  Flags
      allowSideEffects  
}
SourceFile: "LLVMDebuggerValue.java"
NestMembers:
  com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue$SubElements
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  final SubElements = com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue$SubElements of com.oracle.truffle.llvm.runtime.debug.LLVMDebuggerValue
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)