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

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

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

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

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

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

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

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

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

  public java.lang.Boolean getLinesStartAt1();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
         0: .line 92
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "linesStartAt1"
            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.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "linesStartAt1"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getBoolean:(Ljava/lang/String;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/InitializeRequestArguments;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})

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

  public java.lang.Boolean getColumnsStartAt1();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
         0: .line 105
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "columnsStartAt1"
            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.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "columnsStartAt1"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getBoolean:(Ljava/lang/String;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/InitializeRequestArguments;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})

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

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

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

  public java.lang.Boolean getSupportsVariableType();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
         0: .line 131
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "supportsVariableType"
            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.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "supportsVariableType"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getBoolean:(Ljava/lang/String;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/InitializeRequestArguments;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})

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

  public java.lang.Boolean getSupportsVariablePaging();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
         0: .line 144
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "supportsVariablePaging"
            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.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "supportsVariablePaging"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getBoolean:(Ljava/lang/String;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/InitializeRequestArguments;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})

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

  public java.lang.Boolean getSupportsRunInTerminalRequest();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
         0: .line 157
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "supportsRunInTerminalRequest"
            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.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "supportsRunInTerminalRequest"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getBoolean:(Ljava/lang/String;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/InitializeRequestArguments;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})

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

  public java.lang.Boolean getSupportsMemoryReferences();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
         0: .line 170
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "supportsMemoryReferences"
            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.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "supportsMemoryReferences"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getBoolean:(Ljava/lang/String;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/InitializeRequestArguments;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})

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

  public java.lang.Boolean getSupportsProgressReporting();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
         0: .line 183
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "supportsProgressReporting"
            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.InitializeRequestArguments.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "supportsProgressReporting"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getBoolean:(Ljava/lang/String;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: areturn
        end local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/tools/dap/types/InitializeRequestArguments;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.tools.dap.types.SuppressFBWarnings(value = {"NP_BOOLEAN_RETURN_NULL"})

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

  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.InitializeRequestArguments this
        start local 1 // java.lang.Object obj
         0: .line 193
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 194
            iconst_1
            ireturn
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 197
            iconst_0
            ireturn
         4: .line 199
      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 200
            iconst_0
            ireturn
         6: .line 202
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.InitializeRequestArguments
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments other
         7: .line 203
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getClientID:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getClientID:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 204
            iconst_0
            ireturn
         9: .line 206
      StackMap locals: com.oracle.truffle.tools.dap.types.InitializeRequestArguments
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getClientName:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getClientName:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 11
        10: .line 207
            iconst_0
            ireturn
        11: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getAdapterID:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getAdapterID:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 13
        12: .line 210
            iconst_0
            ireturn
        13: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getLocale:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getLocale:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 15
        14: .line 213
            iconst_0
            ireturn
        15: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getLinesStartAt1:()Ljava/lang/Boolean;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getLinesStartAt1:()Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 17
        16: .line 216
            iconst_0
            ireturn
        17: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getColumnsStartAt1:()Ljava/lang/Boolean;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getColumnsStartAt1:()Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 19
        18: .line 219
            iconst_0
            ireturn
        19: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getPathFormat:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getPathFormat:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 21
        20: .line 222
            iconst_0
            ireturn
        21: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsVariableType:()Ljava/lang/Boolean;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsVariableType:()Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 23
        22: .line 225
            iconst_0
            ireturn
        23: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsVariablePaging:()Ljava/lang/Boolean;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsVariablePaging:()Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 25
        24: .line 228
            iconst_0
            ireturn
        25: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsRunInTerminalRequest:()Ljava/lang/Boolean;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsRunInTerminalRequest:()Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 27
        26: .line 231
            iconst_0
            ireturn
        27: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsMemoryReferences:()Ljava/lang/Boolean;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsMemoryReferences:()Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 29
        28: .line 234
            iconst_0
            ireturn
        29: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsProgressReporting:()Ljava/lang/Boolean;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsProgressReporting:()Ljava/lang/Boolean;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 31
        30: .line 237
            iconst_0
            ireturn
        31: .line 239
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   32     0   this  Lcom/oracle/truffle/tools/dap/types/InitializeRequestArguments;
            0   32     1    obj  Ljava/lang/Object;
            7   32     2  other  Lcom/oracle/truffle/tools/dap/types/InitializeRequestArguments;
    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.InitializeRequestArguments this
         0: .line 244
            bipush 7
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 245
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getClientID:()Ljava/lang/String;
            ifnull 3
         2: .line 246
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getClientID:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         3: .line 248
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getClientName:()Ljava/lang/String;
            ifnull 5
         4: .line 249
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getClientName:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         5: .line 251
      StackMap locals:
      StackMap stack:
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getAdapterID:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         6: .line 252
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getLocale:()Ljava/lang/String;
            ifnull 8
         7: .line 253
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getLocale:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         8: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getLinesStartAt1:()Ljava/lang/Boolean;
            ifnull 10
         9: .line 256
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getLinesStartAt1:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
        10: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getColumnsStartAt1:()Ljava/lang/Boolean;
            ifnull 12
        11: .line 259
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getColumnsStartAt1:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
        12: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getPathFormat:()Ljava/lang/String;
            ifnull 14
        13: .line 262
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getPathFormat:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
        14: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsVariableType:()Ljava/lang/Boolean;
            ifnull 16
        15: .line 265
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsVariableType:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
        16: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsVariablePaging:()Ljava/lang/Boolean;
            ifnull 18
        17: .line 268
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsVariablePaging:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
        18: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsRunInTerminalRequest:()Ljava/lang/Boolean;
            ifnull 20
        19: .line 271
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsRunInTerminalRequest:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
        20: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsMemoryReferences:()Ljava/lang/Boolean;
            ifnull 22
        21: .line 274
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsMemoryReferences:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
        22: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsProgressReporting:()Ljava/lang/Boolean;
            ifnull 24
        23: .line 277
            bipush 97
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.InitializeRequestArguments.getSupportsProgressReporting:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
        24: .line 279
      StackMap locals:
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.InitializeRequestArguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/oracle/truffle/tools/dap/types/InitializeRequestArguments;
            1   25     1  hash  I

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