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

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

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

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

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

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

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

  public com.oracle.truffle.tools.dap.types.ValueFormat getFormat();
    descriptor: ()Lcom/oracle/truffle/tools/dap/types/ValueFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableArguments this
         0: .line 79
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "format"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.has:(Ljava/lang/String;)Z
            ifeq 1
            new com.oracle.truffle.tools.dap.types.ValueFormat
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "format"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.optJSONObject:(Ljava/lang/String;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            invokespecial com.oracle.truffle.tools.dap.types.ValueFormat.<init>:(Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: com.oracle.truffle.tools.dap.types.ValueFormat
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/SetVariableArguments;

  public com.oracle.truffle.tools.dap.types.SetVariableArguments setFormat(com.oracle.truffle.tools.dap.types.ValueFormat);
    descriptor: (Lcom/oracle/truffle/tools/dap/types/ValueFormat;)Lcom/oracle/truffle/tools/dap/types/SetVariableArguments;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetVariableArguments this
        start local 1 // com.oracle.truffle.tools.dap.types.ValueFormat format
         0: .line 83
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetVariableArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "format"
            aload 1 /* format */
            ifnull 1
            aload 1 /* format */
            getfield com.oracle.truffle.tools.dap.types.ValueFormat.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            goto 2
      StackMap locals: com.oracle.truffle.tools.dap.types.SetVariableArguments com.oracle.truffle.tools.dap.types.ValueFormat
      StackMap stack: com.oracle.truffle.tools.utils.json.JSONObject java.lang.String
         1: aconst_null
      StackMap locals: com.oracle.truffle.tools.dap.types.SetVariableArguments com.oracle.truffle.tools.dap.types.ValueFormat
      StackMap stack: com.oracle.truffle.tools.utils.json.JSONObject java.lang.String com.oracle.truffle.tools.utils.json.JSONObject
         2: invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.putOpt:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         3: .line 84
            aload 0 /* this */
            areturn
        end local 1 // com.oracle.truffle.tools.dap.types.ValueFormat format
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableArguments this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/tools/dap/types/SetVariableArguments;
            0    4     1  format  Lcom/oracle/truffle/tools/dap/types/ValueFormat;
    MethodParameters:
        Name  Flags
      format  

  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.SetVariableArguments this
        start local 1 // java.lang.Object obj
         0: .line 89
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 90
            iconst_1
            ireturn
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 93
            iconst_0
            ireturn
         4: .line 95
      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 96
            iconst_0
            ireturn
         6: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.SetVariableArguments
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.SetVariableArguments other
         7: .line 99
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getVariablesReference:()I
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getVariablesReference:()I
            if_icmpeq 9
         8: .line 100
            iconst_0
            ireturn
         9: .line 102
      StackMap locals: com.oracle.truffle.tools.dap.types.SetVariableArguments
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getName:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getName:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 11
        10: .line 103
            iconst_0
            ireturn
        11: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getValue:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getValue:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 13
        12: .line 106
            iconst_0
            ireturn
        13: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getFormat:()Lcom/oracle/truffle/tools/dap/types/ValueFormat;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getFormat:()Lcom/oracle/truffle/tools/dap/types/ValueFormat;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 15
        14: .line 109
            iconst_0
            ireturn
        15: .line 111
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.SetVariableArguments other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableArguments this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lcom/oracle/truffle/tools/dap/types/SetVariableArguments;
            0   16     1    obj  Ljava/lang/Object;
            7   16     2  other  Lcom/oracle/truffle/tools/dap/types/SetVariableArguments;
    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.SetVariableArguments this
         0: .line 116
            iconst_2
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 117
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getVariablesReference:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         2: .line 118
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getName:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         3: .line 119
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getValue:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         4: .line 120
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getFormat:()Lcom/oracle/truffle/tools/dap/types/ValueFormat;
            ifnull 6
         5: .line 121
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetVariableArguments.getFormat:()Lcom/oracle/truffle/tools/dap/types/ValueFormat;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         6: .line 123
      StackMap locals: int
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.SetVariableArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/tools/dap/types/SetVariableArguments;
            1    7     1  hash  I

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