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

  public int getExitCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody this
         0: .line 106
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "exitCode"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getInt:(Ljava/lang/String;)I
            ireturn
        end local 0 // com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/types/ExitedEvent$EventBody;

  public com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody setExitCode(int);
    descriptor: (I)Lcom/oracle/truffle/tools/dap/types/ExitedEvent$EventBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody this
        start local 1 // int exitCode
         0: .line 110
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "exitCode"
            iload 1 /* exitCode */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;I)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         1: .line 111
            aload 0 /* this */
            areturn
        end local 1 // int exitCode
        end local 0 // com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/tools/dap/types/ExitedEvent$EventBody;
            0    2     1  exitCode  I
    MethodParameters:
          Name  Flags
      exitCode  

  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.ExitedEvent$EventBody this
        start local 1 // java.lang.Object obj
         0: .line 116
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 117
            iconst_1
            ireturn
         2: .line 119
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 120
            iconst_0
            ireturn
         4: .line 122
      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 123
            iconst_0
            ireturn
         6: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody other
         7: .line 126
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody.getExitCode:()I
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody.getExitCode:()I
            if_icmpeq 9
         8: .line 127
            iconst_0
            ireturn
         9: .line 129
      StackMap locals: com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/oracle/truffle/tools/dap/types/ExitedEvent$EventBody;
            0   10     1    obj  Ljava/lang/Object;
            7   10     2  other  Lcom/oracle/truffle/tools/dap/types/ExitedEvent$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.ExitedEvent$EventBody this
         0: .line 134
            bipush 7
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 135
            bipush 67
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody.getExitCode:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         2: .line 136
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.ExitedEvent$EventBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/ExitedEvent$EventBody;
            1    3     1  hash  I

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