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

  public java.lang.Boolean getAllThreadsContinued();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody this
         0: .line 124
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "allThreadsContinued"
            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.ContinueResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "allThreadsContinued"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getBoolean:(Ljava/lang/String;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/ContinueResponse$ResponseBody;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})

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

  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.ContinueResponse$ResponseBody this
        start local 1 // java.lang.Object obj
         0: .line 134
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 135
            iconst_1
            ireturn
         2: .line 137
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 138
            iconst_0
            ireturn
         4: .line 140
      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 141
            iconst_0
            ireturn
         6: .line 143
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody other
         7: .line 144
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody.getAllThreadsContinued:()Ljava/lang/Boolean;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody.getAllThreadsContinued:()Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 145
            iconst_0
            ireturn
         9: .line 147
      StackMap locals: com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/oracle/truffle/tools/dap/types/ContinueResponse$ResponseBody;
            0   10     1    obj  Ljava/lang/Object;
            7   10     2  other  Lcom/oracle/truffle/tools/dap/types/ContinueResponse$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.ContinueResponse$ResponseBody this
         0: .line 152
            iconst_5
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 153
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody.getAllThreadsContinued:()Ljava/lang/Boolean;
            ifnull 3
         2: .line 154
            bipush 29
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody.getAllThreadsContinued:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
         3: .line 156
      StackMap locals: int
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/tools/dap/types/ContinueResponse$ResponseBody;
            1    4     1  hash  I

  public static com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody create();
    descriptor: ()Lcom/oracle/truffle/tools/dap/types/ContinueResponse$ResponseBody;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 160
            new com.oracle.truffle.tools.utils.json.JSONObject
            dup
            invokespecial com.oracle.truffle.tools.utils.json.JSONObject.<init>:()V
            astore 0 /* json */
        start local 0 // com.oracle.truffle.tools.utils.json.JSONObject json
         1: .line 161
            new com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody
            dup
            aload 0 /* json */
            invokespecial com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody.<init>:(Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
            areturn
        end local 0 // com.oracle.truffle.tools.utils.json.JSONObject json
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0  json  Lcom/oracle/truffle/tools/utils/json/JSONObject;
}
SourceFile: "ContinueResponse.java"
NestHost: com.oracle.truffle.tools.dap.types.ContinueResponse
InnerClasses:
  public ResponseBody = com.oracle.truffle.tools.dap.types.ContinueResponse$ResponseBody of com.oracle.truffle.tools.dap.types.ContinueResponse