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

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

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

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

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

  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.StepInArguments this
        start local 1 // java.lang.Object obj
         0: .line 65
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 66
            iconst_1
            ireturn
         2: .line 68
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 69
            iconst_0
            ireturn
         4: .line 71
      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 72
            iconst_0
            ireturn
         6: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.StepInArguments
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.StepInArguments other
         7: .line 75
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StepInArguments.getThreadId:()I
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.StepInArguments.getThreadId:()I
            if_icmpeq 9
         8: .line 76
            iconst_0
            ireturn
         9: .line 78
      StackMap locals: com.oracle.truffle.tools.dap.types.StepInArguments
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StepInArguments.getTargetId:()Ljava/lang/Integer;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.StepInArguments.getTargetId:()Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 11
        10: .line 79
            iconst_0
            ireturn
        11: .line 81
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.StepInArguments other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.StepInArguments this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/oracle/truffle/tools/dap/types/StepInArguments;
            0   12     1    obj  Ljava/lang/Object;
            7   12     2  other  Lcom/oracle/truffle/tools/dap/types/StepInArguments;
    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.StepInArguments this
         0: .line 86
            bipush 7
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 87
            bipush 29
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StepInArguments.getThreadId:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         2: .line 88
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StepInArguments.getTargetId:()Ljava/lang/Integer;
            ifnull 4
         3: .line 89
            bipush 29
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.StepInArguments.getTargetId:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         4: .line 91
      StackMap locals: int
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.StepInArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/tools/dap/types/StepInArguments;
            1    5     1  hash  I

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