public class com.oracle.truffle.tools.dap.types.ReadMemoryResponse$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.ReadMemoryResponse$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.ReadMemoryResponse$ResponseBody this
        start local 1 // com.oracle.truffle.tools.utils.json.JSONObject jsonData
         0: .line 115
            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 116
            return
        end local 1 // com.oracle.truffle.tools.utils.json.JSONObject jsonData
        end local 0 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;
            0    2     1  jsonData  Lcom/oracle/truffle/tools/utils/json/JSONObject;
    MethodParameters:
          Name  Flags
      jsonData  

  public java.lang.String getAddress();
    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.ReadMemoryResponse$ResponseBody this
         0: .line 123
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "address"
            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.ReadMemoryResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;

  public com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody setAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody this
        start local 1 // java.lang.String address
         0: .line 127
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "address"
            aload 1 /* address */
            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 128
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String address
        end local 0 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;
            0    2     1  address  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      address  

  public java.lang.Integer getUnreadableBytes();
    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.ReadMemoryResponse$ResponseBody this
         0: .line 137
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "unreadableBytes"
            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.ReadMemoryResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "unreadableBytes"
            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.ReadMemoryResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;

  public com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody setUnreadableBytes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody this
        start local 1 // java.lang.Integer unreadableBytes
         0: .line 141
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "unreadableBytes"
            aload 1 /* unreadableBytes */
            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 142
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer unreadableBytes
        end local 0 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;
            0    2     1  unreadableBytes  Ljava/lang/Integer;
    MethodParameters:
                 Name  Flags
      unreadableBytes  

  public java.lang.String getData();
    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.ReadMemoryResponse$ResponseBody this
         0: .line 149
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "data"
            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.ReadMemoryResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;

  public com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody setData(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody this
        start local 1 // java.lang.String data
         0: .line 153
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "data"
            aload 1 /* data */
            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 154
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String data
        end local 0 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;
            0    2     1  data  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      data  

  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.ReadMemoryResponse$ResponseBody this
        start local 1 // java.lang.Object obj
         0: .line 159
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 160
            iconst_1
            ireturn
         2: .line 162
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 163
            iconst_0
            ireturn
         4: .line 165
      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 166
            iconst_0
            ireturn
         6: .line 168
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody other
         7: .line 169
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getAddress:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getAddress:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 170
            iconst_0
            ireturn
         9: .line 172
      StackMap locals: com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getUnreadableBytes:()Ljava/lang/Integer;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getUnreadableBytes:()Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 11
        10: .line 173
            iconst_0
            ireturn
        11: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getData:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getData:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 13
        12: .line 176
            iconst_0
            ireturn
        13: .line 178
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;
            0   14     1    obj  Ljava/lang/Object;
            7   14     2  other  Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$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.ReadMemoryResponse$ResponseBody this
         0: .line 183
            bipush 7
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 184
            bipush 37
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getAddress:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         2: .line 185
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getUnreadableBytes:()Ljava/lang/Integer;
            ifnull 4
         3: .line 186
            bipush 37
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getUnreadableBytes:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         4: .line 188
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getData:()Ljava/lang/String;
            ifnull 6
         5: .line 189
            bipush 37
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody.getData:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         6: .line 191
      StackMap locals:
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;
            1    7     1  hash  I

  public static com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody create(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/tools/dap/types/ReadMemoryResponse$ResponseBody;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.String address
         0: .line 195
            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 196
            aload 1 /* json */
            ldc "address"
            aload 0 /* address */
            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 197
            new com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody
            dup
            aload 1 /* json */
            invokespecial com.oracle.truffle.tools.dap.types.ReadMemoryResponse$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 address
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  address  Ljava/lang/String;
            1    3     1     json  Lcom/oracle/truffle/tools/utils/json/JSONObject;
    MethodParameters:
         Name  Flags
      address  
}
SourceFile: "ReadMemoryResponse.java"
NestHost: com.oracle.truffle.tools.dap.types.ReadMemoryResponse
InnerClasses:
  public ResponseBody = com.oracle.truffle.tools.dap.types.ReadMemoryResponse$ResponseBody of com.oracle.truffle.tools.dap.types.ReadMemoryResponse