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

  public com.oracle.truffle.tools.dap.types.Source getSource();
    descriptor: ()Lcom/oracle/truffle/tools/dap/types/Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments this
         0: .line 44
            new com.oracle.truffle.tools.dap.types.Source
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "source"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getJSONObject:(Ljava/lang/String;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            invokespecial com.oracle.truffle.tools.dap.types.Source.<init>:(Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
            areturn
        end local 0 // com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/types/BreakpointLocationsArguments;

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

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

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

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

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

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

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

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

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

  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.BreakpointLocationsArguments this
        start local 1 // java.lang.Object obj
         0: .line 106
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 107
            iconst_1
            ireturn
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 110
            iconst_0
            ireturn
         4: .line 112
      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 113
            iconst_0
            ireturn
         6: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments other
         7: .line 116
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getSource:()Lcom/oracle/truffle/tools/dap/types/Source;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getSource:()Lcom/oracle/truffle/tools/dap/types/Source;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 117
            iconst_0
            ireturn
         9: .line 119
      StackMap locals: com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getLine:()I
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getLine:()I
            if_icmpeq 11
        10: .line 120
            iconst_0
            ireturn
        11: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getColumn:()Ljava/lang/Integer;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getColumn:()Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 13
        12: .line 123
            iconst_0
            ireturn
        13: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getEndLine:()Ljava/lang/Integer;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getEndLine:()Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 15
        14: .line 126
            iconst_0
            ireturn
        15: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getEndColumn:()Ljava/lang/Integer;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getEndColumn:()Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 17
        16: .line 129
            iconst_0
            ireturn
        17: .line 131
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lcom/oracle/truffle/tools/dap/types/BreakpointLocationsArguments;
            0   18     1    obj  Ljava/lang/Object;
            7   18     2  other  Lcom/oracle/truffle/tools/dap/types/BreakpointLocationsArguments;
    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.BreakpointLocationsArguments this
         0: .line 136
            iconst_2
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 137
            bipush 23
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getSource:()Lcom/oracle/truffle/tools/dap/types/Source;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         2: .line 138
            bipush 23
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getLine:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         3: .line 139
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getColumn:()Ljava/lang/Integer;
            ifnull 5
         4: .line 140
            bipush 23
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getColumn:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         5: .line 142
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getEndLine:()Ljava/lang/Integer;
            ifnull 7
         6: .line 143
            bipush 23
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getEndLine:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         7: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getEndColumn:()Ljava/lang/Integer;
            ifnull 9
         8: .line 146
            bipush 23
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.getEndColumn:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         9: .line 148
      StackMap locals:
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/tools/dap/types/BreakpointLocationsArguments;
            1   10     1  hash  I

  public static com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments create(com.oracle.truffle.tools.dap.types.Source, java.lang.Integer);
    descriptor: (Lcom/oracle/truffle/tools/dap/types/Source;Ljava/lang/Integer;)Lcom/oracle/truffle/tools/dap/types/BreakpointLocationsArguments;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.Source source
        start local 1 // java.lang.Integer line
         0: .line 152
            new com.oracle.truffle.tools.utils.json.JSONObject
            dup
            invokespecial com.oracle.truffle.tools.utils.json.JSONObject.<init>:()V
            astore 2 /* json */
        start local 2 // com.oracle.truffle.tools.utils.json.JSONObject json
         1: .line 153
            aload 2 /* json */
            ldc "source"
            aload 0 /* source */
            getfield com.oracle.truffle.tools.dap.types.Source.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            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 154
            aload 2 /* json */
            ldc "line"
            aload 1 /* line */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         3: .line 155
            new com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments
            dup
            aload 2 /* json */
            invokespecial com.oracle.truffle.tools.dap.types.BreakpointLocationsArguments.<init>:(Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
            areturn
        end local 2 // com.oracle.truffle.tools.utils.json.JSONObject json
        end local 1 // java.lang.Integer line
        end local 0 // com.oracle.truffle.tools.dap.types.Source source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  source  Lcom/oracle/truffle/tools/dap/types/Source;
            0    4     1    line  Ljava/lang/Integer;
            1    4     2    json  Lcom/oracle/truffle/tools/utils/json/JSONObject;
    MethodParameters:
        Name  Flags
      source  
      line    
}
SourceFile: "BreakpointLocationsArguments.java"