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

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

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

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

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

  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.CancelArguments this
        start local 1 // java.lang.Object obj
         0: .line 67
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 68
            iconst_1
            ireturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 71
            iconst_0
            ireturn
         4: .line 73
      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 74
            iconst_0
            ireturn
         6: .line 76
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.CancelArguments
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.CancelArguments other
         7: .line 77
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.CancelArguments.getRequestId:()Ljava/lang/Integer;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.CancelArguments.getRequestId:()Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 78
            iconst_0
            ireturn
         9: .line 80
      StackMap locals: com.oracle.truffle.tools.dap.types.CancelArguments
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.CancelArguments.getProgressId:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.CancelArguments.getProgressId:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 11
        10: .line 81
            iconst_0
            ireturn
        11: .line 83
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.CancelArguments other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.CancelArguments this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/oracle/truffle/tools/dap/types/CancelArguments;
            0   12     1    obj  Ljava/lang/Object;
            7   12     2  other  Lcom/oracle/truffle/tools/dap/types/CancelArguments;
    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.CancelArguments this
         0: .line 88
            iconst_5
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 89
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.CancelArguments.getRequestId:()Ljava/lang/Integer;
            ifnull 3
         2: .line 90
            bipush 13
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.CancelArguments.getRequestId:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         3: .line 92
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.CancelArguments.getProgressId:()Ljava/lang/String;
            ifnull 5
         4: .line 93
            bipush 13
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.CancelArguments.getProgressId:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         5: .line 95
      StackMap locals:
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.CancelArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/tools/dap/types/CancelArguments;
            1    6     1  hash  I

  public static com.oracle.truffle.tools.dap.types.CancelArguments create();
    descriptor: ()Lcom/oracle/truffle/tools/dap/types/CancelArguments;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 99
            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 100
            new com.oracle.truffle.tools.dap.types.CancelArguments
            dup
            aload 0 /* json */
            invokespecial com.oracle.truffle.tools.dap.types.CancelArguments.<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: "CancelArguments.java"