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

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

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

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

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

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

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

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

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

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

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

  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.StoppedEvent$EventBody this
        start local 1 // java.lang.Object obj
         0: .line 187
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 188
            iconst_1
            ireturn
         2: .line 190
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 191
            iconst_0
            ireturn
         4: .line 193
      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 194
            iconst_0
            ireturn
         6: .line 196
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody other
         7: .line 197
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getReason:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getReason:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 198
            iconst_0
            ireturn
         9: .line 200
      StackMap locals: com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getDescription:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getDescription:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 11
        10: .line 201
            iconst_0
            ireturn
        11: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getThreadId:()Ljava/lang/Integer;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getThreadId:()Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 13
        12: .line 204
            iconst_0
            ireturn
        13: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getPreserveFocusHint:()Ljava/lang/Boolean;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getPreserveFocusHint:()Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 15
        14: .line 207
            iconst_0
            ireturn
        15: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getText:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getText:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 17
        16: .line 210
            iconst_0
            ireturn
        17: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getAllThreadsStopped:()Ljava/lang/Boolean;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getAllThreadsStopped:()Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 19
        18: .line 213
            iconst_0
            ireturn
        19: .line 215
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lcom/oracle/truffle/tools/dap/types/StoppedEvent$EventBody;
            0   20     1    obj  Ljava/lang/Object;
            7   20     2  other  Lcom/oracle/truffle/tools/dap/types/StoppedEvent$EventBody;
    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.StoppedEvent$EventBody this
         0: .line 220
            bipush 7
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 221
            bipush 11
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getReason:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         2: .line 222
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getDescription:()Ljava/lang/String;
            ifnull 4
         3: .line 223
            bipush 11
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getDescription:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         4: .line 225
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getThreadId:()Ljava/lang/Integer;
            ifnull 6
         5: .line 226
            bipush 11
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getThreadId:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         6: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getPreserveFocusHint:()Ljava/lang/Boolean;
            ifnull 8
         7: .line 229
            bipush 11
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getPreserveFocusHint:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
         8: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getText:()Ljava/lang/String;
            ifnull 10
         9: .line 232
            bipush 11
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getText:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
        10: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getAllThreadsStopped:()Ljava/lang/Boolean;
            ifnull 12
        11: .line 235
            bipush 11
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody.getAllThreadsStopped:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
        12: .line 237
      StackMap locals:
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.StoppedEvent$EventBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/oracle/truffle/tools/dap/types/StoppedEvent$EventBody;
            1   13     1  hash  I

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