final class com.oracle.truffle.llvm.tests.debug.StopRequest$Scope
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.tests.debug.StopRequest$Scope
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, com.oracle.truffle.llvm.tests.debug.LLVMDebugValue> expectLocals;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue;>;

  private final java.lang.String scopeName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isPartial;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.tests.debug.StopRequest$Scope this
        start local 1 // java.lang.String scopeName
        start local 2 // boolean isPartial
         0: .line 97
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 98
            aload 0 /* this */
            aload 1 /* scopeName */
            putfield com.oracle.truffle.llvm.tests.debug.StopRequest$Scope.scopeName:Ljava/lang/String;
         2: .line 99
            aload 0 /* this */
            iload 2 /* isPartial */
            putfield com.oracle.truffle.llvm.tests.debug.StopRequest$Scope.isPartial:Z
         3: .line 100
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.oracle.truffle.llvm.tests.debug.StopRequest$Scope.expectLocals:Ljava/util/Map;
         4: .line 101
            return
        end local 2 // boolean isPartial
        end local 1 // java.lang.String scopeName
        end local 0 // com.oracle.truffle.llvm.tests.debug.StopRequest$Scope this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/truffle/llvm/tests/debug/StopRequest$Scope;
            0    5     1  scopeName  Ljava/lang/String;
            0    5     2  isPartial  Z
    MethodParameters:
           Name  Flags
      scopeName  
      isPartial  

  void addMember(java.lang.String, com.oracle.truffle.llvm.tests.debug.LLVMDebugValue);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.tests.debug.StopRequest$Scope this
        start local 1 // java.lang.String name
        start local 2 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue value
         0: .line 104
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.StopRequest$Scope.expectLocals:Ljava/util/Map;
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 105
            return
        end local 2 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue value
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.llvm.tests.debug.StopRequest$Scope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/llvm/tests/debug/StopRequest$Scope;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue;
    MethodParameters:
       Name  Flags
      name   
      value  

  java.util.Map<java.lang.String, com.oracle.truffle.llvm.tests.debug.LLVMDebugValue> getLocals();
    descriptor: ()Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.StopRequest$Scope this
         0: .line 108
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.StopRequest$Scope.expectLocals:Ljava/util/Map;
            areturn
        end local 0 // com.oracle.truffle.llvm.tests.debug.StopRequest$Scope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/debug/StopRequest$Scope;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue;>;

  boolean isPartial();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.StopRequest$Scope this
         0: .line 112
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.StopRequest$Scope.isPartial:Z
            ireturn
        end local 0 // com.oracle.truffle.llvm.tests.debug.StopRequest$Scope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/debug/StopRequest$Scope;

  java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.StopRequest$Scope this
         0: .line 116
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.StopRequest$Scope.scopeName:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.llvm.tests.debug.StopRequest$Scope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/debug/StopRequest$Scope;
}
SourceFile: "StopRequest.java"
NestHost: com.oracle.truffle.llvm.tests.debug.StopRequest
InnerClasses:
  final Scope = com.oracle.truffle.llvm.tests.debug.StopRequest$Scope of com.oracle.truffle.llvm.tests.debug.StopRequest