public class org.eclipse.jgit.lib.MutableObjectId extends org.eclipse.jgit.lib.AnyObjectId
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.lib.MutableObjectId
  super_class: org.eclipse.jgit.lib.AnyObjectId
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
         0: .line 64
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.AnyObjectId.<init>:()V
         1: .line 65
            return
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;

  void <init>(org.eclipse.jgit.lib.MutableObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/MutableObjectId;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // org.eclipse.jgit.lib.MutableObjectId src
         0: .line 73
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.AnyObjectId.<init>:()V
         1: .line 74
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromObjectId:(Lorg/eclipse/jgit/lib/AnyObjectId;)V
         2: .line 75
            return
        end local 1 // org.eclipse.jgit.lib.MutableObjectId src
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    3     1   src  Lorg/eclipse/jgit/lib/MutableObjectId;
    MethodParameters:
      Name  Flags
      src   

  public void setByte(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // int index
        start local 2 // int value
         0: .line 95
            iload 1 /* index */
            iconst_2
            ishr
            tableswitch { // 0 - 4
                    0: 1
                    1: 3
                    2: 5
                    3: 7
                    4: 9
              default: 11
          }
         1: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.MutableObjectId.w1:I
            iload 1 /* index */
            iconst_3
            iand
            iload 2 /* value */
            invokestatic org.eclipse.jgit.lib.MutableObjectId.set:(III)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         2: .line 98
            goto 12
         3: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.MutableObjectId.w2:I
            iload 1 /* index */
            iconst_3
            iand
            iload 2 /* value */
            invokestatic org.eclipse.jgit.lib.MutableObjectId.set:(III)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         4: .line 101
            goto 12
         5: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.MutableObjectId.w3:I
            iload 1 /* index */
            iconst_3
            iand
            iload 2 /* value */
            invokestatic org.eclipse.jgit.lib.MutableObjectId.set:(III)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         6: .line 104
            goto 12
         7: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.MutableObjectId.w4:I
            iload 1 /* index */
            iconst_3
            iand
            iload 2 /* value */
            invokestatic org.eclipse.jgit.lib.MutableObjectId.set:(III)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         8: .line 107
            goto 12
         9: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.MutableObjectId.w5:I
            iload 1 /* index */
            iconst_3
            iand
            iload 2 /* value */
            invokestatic org.eclipse.jgit.lib.MutableObjectId.set:(III)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
        10: .line 110
            goto 12
        11: .line 112
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* index */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
        12: .line 114
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0   13     1  index  I
            0   13     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  private static int set(int, int, int);
    descriptor: (III)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // int w
        start local 1 // int index
        start local 2 // int value
         0: .line 117
            iload 2 /* value */
            sipush 255
            iand
            istore 2 /* value */
         1: .line 119
            iload 1 /* index */
            tableswitch { // 0 - 3
                    0: 2
                    1: 3
                    2: 4
                    3: 5
              default: 6
          }
         2: .line 121
      StackMap locals:
      StackMap stack:
            iload 0 /* w */
            ldc 16777215
            iand
            iload 2 /* value */
            bipush 24
            ishl
            ior
            ireturn
         3: .line 123
      StackMap locals:
      StackMap stack:
            iload 0 /* w */
            ldc -16711681
            iand
            iload 2 /* value */
            bipush 16
            ishl
            ior
            ireturn
         4: .line 125
      StackMap locals:
      StackMap stack:
            iload 0 /* w */
            ldc -65281
            iand
            iload 2 /* value */
            bipush 8
            ishl
            ior
            ireturn
         5: .line 127
      StackMap locals:
      StackMap stack:
            iload 0 /* w */
            sipush -256
            iand
            iload 2 /* value */
            ior
            ireturn
         6: .line 129
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
        end local 2 // int value
        end local 1 // int index
        end local 0 // int w
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0      w  I
            0    7     1  index  I
            0    7     2  value  I
    MethodParameters:
       Name  Flags
      w      
      index  
      value  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
         0: .line 137
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 138
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 139
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 140
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 141
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 142
            return
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;

  public void fromObjectId(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId src
         0: .line 151
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w1:I
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 152
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w2:I
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 153
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w3:I
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 154
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w4:I
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 155
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w5:I
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 156
            return
        end local 1 // org.eclipse.jgit.lib.AnyObjectId src
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    6     1   src  Lorg/eclipse/jgit/lib/AnyObjectId;
    MethodParameters:
      Name  Flags
      src   

  public void fromRaw(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // byte[] bs
         0: .line 166
            aload 0 /* this */
            aload 1 /* bs */
            iconst_0
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromRaw:([BI)V
         1: .line 167
            return
        end local 1 // byte[] bs
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    2     1    bs  [B
    MethodParameters:
      Name  Flags
      bs    

  public void fromRaw(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // byte[] bs
        start local 2 // int p
         0: .line 179
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 180
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            iconst_4
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 181
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 8
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 182
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 12
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 183
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 16
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 184
            return
        end local 2 // int p
        end local 1 // byte[] bs
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    6     1    bs  [B
            0    6     2     p  I
    MethodParameters:
      Name  Flags
      bs    
      p     

  public void fromRaw(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // int[] ints
         0: .line 194
            aload 0 /* this */
            aload 1 /* ints */
            iconst_0
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromRaw:([II)V
         1: .line 195
            return
        end local 1 // int[] ints
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    2     1  ints  [I
    MethodParameters:
      Name  Flags
      ints  

  public void fromRaw(int[], int);
    descriptor: ([II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // int[] ints
        start local 2 // int p
         0: .line 207
            aload 0 /* this */
            aload 1 /* ints */
            iload 2 /* p */
            iaload
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 208
            aload 0 /* this */
            aload 1 /* ints */
            iload 2 /* p */
            iconst_1
            iadd
            iaload
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 209
            aload 0 /* this */
            aload 1 /* ints */
            iload 2 /* p */
            iconst_2
            iadd
            iaload
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 210
            aload 0 /* this */
            aload 1 /* ints */
            iload 2 /* p */
            iconst_3
            iadd
            iaload
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 211
            aload 0 /* this */
            aload 1 /* ints */
            iload 2 /* p */
            iconst_4
            iadd
            iaload
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 212
            return
        end local 2 // int p
        end local 1 // int[] ints
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    6     1  ints  [I
            0    6     2     p  I
    MethodParameters:
      Name  Flags
      ints  
      p     

  public void set(int, int, int, int, int);
    descriptor: (IIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
        start local 5 // int e
         0: .line 230
            aload 0 /* this */
            iload 1 /* a */
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 231
            aload 0 /* this */
            iload 2 /* b */
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 232
            aload 0 /* this */
            iload 3 /* c */
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 233
            aload 0 /* this */
            iload 4 /* d */
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 234
            aload 0 /* this */
            iload 5 /* e */
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 235
            return
        end local 5 // int e
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    6     1     a  I
            0    6     2     b  I
            0    6     3     c  I
            0    6     4     d  I
            0    6     5     e  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      e     

  public void fromString(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // byte[] buf
        start local 2 // int offset
         0: .line 247
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* offset */
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromHexString:([BI)V
         1: .line 248
            return
        end local 2 // int offset
        end local 1 // byte[] buf
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    2     1     buf  [B
            0    2     2  offset  I
    MethodParameters:
        Name  Flags
      buf     
      offset  

  public void fromString(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // java.lang.String str
         0: .line 257
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            bipush 40
            if_icmpeq 4
         1: .line 258
            new java.lang.IllegalArgumentException
            dup
         2: .line 259
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.invalidId:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* str */
            aastore
         3: .line 258
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* str */
            invokestatic org.eclipse.jgit.lib.Constants.encodeASCII:(Ljava/lang/String;)[B
            iconst_0
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromHexString:([BI)V
         5: .line 261
            return
        end local 1 // java.lang.String str
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    6     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  private void fromHexString(byte[], int);
    descriptor: ([BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // byte[] bs
        start local 2 // int p
         0: .line 265
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 266
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 8
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 267
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 16
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 268
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 24
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 269
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 32
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 270
            goto 10
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
         6: pop
         7: .line 271
            new org.eclipse.jgit.errors.InvalidObjectIdException
            dup
            aload 1 /* bs */
            iload 2 /* p */
         8: .line 272
            bipush 40
         9: .line 271
            invokespecial org.eclipse.jgit.errors.InvalidObjectIdException.<init>:([BII)V
            athrow
        10: .line 274
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int p
        end local 1 // byte[] bs
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0   11     1    bs  [B
            0   11     2     p  I
      Exception table:
        from    to  target  type
           0     5       6  Class java.lang.ArrayIndexOutOfBoundsException
    MethodParameters:
      Name  Flags
      bs    
      p     

  public org.eclipse.jgit.lib.ObjectId toObjectId();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
         0: .line 279
            new org.eclipse.jgit.lib.ObjectId
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.ObjectId.<init>:(Lorg/eclipse/jgit/lib/AnyObjectId;)V
            areturn
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
}
SourceFile: "MutableObjectId.java"