public class com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody extends com.oracle.truffle.tools.dap.types.JSONBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody
  super_class: com.oracle.truffle.tools.dap.types.JSONBase
{
  void <init>(com.oracle.truffle.tools.utils.json.JSONObject);
    descriptor: (Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
        start local 1 // com.oracle.truffle.tools.utils.json.JSONObject jsonData
         0: .line 114
            aload 0 /* this */
            aload 1 /* jsonData */
            invokespecial com.oracle.truffle.tools.dap.types.JSONBase.<init>:(Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
         1: .line 115
            return
        end local 1 // com.oracle.truffle.tools.utils.json.JSONObject jsonData
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
            0    2     1  jsonData  Lcom/oracle/truffle/tools/utils/json/JSONObject;
    MethodParameters:
          Name  Flags
      jsonData  

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
         0: .line 121
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "value"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;

  public com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody setValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
        start local 1 // java.lang.String value
         0: .line 125
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "value"
            aload 1 /* value */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         1: .line 126
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String value
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String getType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
         0: .line 133
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "type"
            aconst_null
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.optString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;

  public com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody setType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
        start local 1 // java.lang.String type
         0: .line 137
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "type"
            aload 1 /* type */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.putOpt:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         1: .line 138
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String type
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
            0    2     1  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  public java.lang.Integer getVariablesReference();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
         0: .line 147
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "variablesReference"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.has:(Ljava/lang/String;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "variablesReference"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getInt:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Integer
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;

  public com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody setVariablesReference(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
        start local 1 // java.lang.Integer variablesReference
         0: .line 151
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "variablesReference"
            aload 1 /* variablesReference */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.putOpt:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         1: .line 152
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer variablesReference
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
            0    2     1  variablesReference  Ljava/lang/Integer;
    MethodParameters:
                    Name  Flags
      variablesReference  

  public java.lang.Integer getNamedVariables();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
         0: .line 161
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "namedVariables"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.has:(Ljava/lang/String;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "namedVariables"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getInt:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Integer
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;

  public com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody setNamedVariables(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
        start local 1 // java.lang.Integer namedVariables
         0: .line 165
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "namedVariables"
            aload 1 /* namedVariables */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.putOpt:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         1: .line 166
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer namedVariables
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
            0    2     1  namedVariables  Ljava/lang/Integer;
    MethodParameters:
                Name  Flags
      namedVariables  

  public java.lang.Integer getIndexedVariables();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
         0: .line 175
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "indexedVariables"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.has:(Ljava/lang/String;)Z
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "indexedVariables"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getInt:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Integer
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;

  public com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody setIndexedVariables(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
        start local 1 // java.lang.Integer indexedVariables
         0: .line 179
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "indexedVariables"
            aload 1 /* indexedVariables */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.putOpt:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         1: .line 180
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer indexedVariables
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
            0    2     1  indexedVariables  Ljava/lang/Integer;
    MethodParameters:
                  Name  Flags
      indexedVariables  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
        start local 1 // java.lang.Object obj
         0: .line 185
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 186
            iconst_1
            ireturn
         2: .line 188
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 189
            iconst_0
            ireturn
         4: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 192
            iconst_0
            ireturn
         6: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody other
         7: .line 195
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getValue:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getValue:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 196
            iconst_0
            ireturn
         9: .line 198
      StackMap locals: com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getType:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getType:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 11
        10: .line 199
            iconst_0
            ireturn
        11: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getVariablesReference:()Ljava/lang/Integer;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getVariablesReference:()Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 13
        12: .line 202
            iconst_0
            ireturn
        13: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getNamedVariables:()Ljava/lang/Integer;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getNamedVariables:()Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 15
        14: .line 205
            iconst_0
            ireturn
        15: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getIndexedVariables:()Ljava/lang/Integer;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getIndexedVariables:()Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 17
        16: .line 208
            iconst_0
            ireturn
        17: .line 210
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
            0   18     1    obj  Ljava/lang/Object;
            7   18     2  other  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
         0: .line 215
            bipush 7
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 216
            bipush 59
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getValue:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         2: .line 217
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getType:()Ljava/lang/String;
            ifnull 4
         3: .line 218
            bipush 59
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getType:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         4: .line 220
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getVariablesReference:()Ljava/lang/Integer;
            ifnull 6
         5: .line 221
            bipush 59
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getVariablesReference:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         6: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getNamedVariables:()Ljava/lang/Integer;
            ifnull 8
         7: .line 224
            bipush 59
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getNamedVariables:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         8: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getIndexedVariables:()Ljava/lang/Integer;
            ifnull 10
         9: .line 227
            bipush 59
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.getIndexedVariables:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
        10: .line 229
      StackMap locals:
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
            1   11     1  hash  I

  public static com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody create(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/tools/dap/types/SetVariableResponse$ResponseBody;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.String value
         0: .line 233
            new com.oracle.truffle.tools.utils.json.JSONObject
            dup
            invokespecial com.oracle.truffle.tools.utils.json.JSONObject.<init>:()V
            astore 1 /* json */
        start local 1 // com.oracle.truffle.tools.utils.json.JSONObject json
         1: .line 234
            aload 1 /* json */
            ldc "value"
            aload 0 /* value */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         2: .line 235
            new com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody
            dup
            aload 1 /* json */
            invokespecial com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody.<init>:(Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
            areturn
        end local 1 // com.oracle.truffle.tools.utils.json.JSONObject json
        end local 0 // java.lang.String value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  value  Ljava/lang/String;
            1    3     1   json  Lcom/oracle/truffle/tools/utils/json/JSONObject;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "SetVariableResponse.java"
NestHost: com.oracle.truffle.tools.dap.types.SetVariableResponse
InnerClasses:
  public ResponseBody = com.oracle.truffle.tools.dap.types.SetVariableResponse$ResponseBody of com.oracle.truffle.tools.dap.types.SetVariableResponse