class org.eclipse.jgit.blame.Region
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.blame.Region
  super_class: java.lang.Object
{
  org.eclipse.jgit.blame.Region next;
    descriptor: Lorg/eclipse/jgit/blame/Region;
    flags: (0x0000) 

  int resultStart;
    descriptor: I
    flags: (0x0000) 

  int sourceStart;
    descriptor: I
    flags: (0x0000) 

  int length;
    descriptor: I
    flags: (0x0000) 

  void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.blame.Region this
        start local 1 // int rs
        start local 2 // int ss
        start local 3 // int len
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            iload 1 /* rs */
            putfield org.eclipse.jgit.blame.Region.resultStart:I
         2: .line 35
            aload 0 /* this */
            iload 2 /* ss */
            putfield org.eclipse.jgit.blame.Region.sourceStart:I
         3: .line 36
            aload 0 /* this */
            iload 3 /* len */
            putfield org.eclipse.jgit.blame.Region.length:I
         4: .line 37
            return
        end local 3 // int len
        end local 2 // int ss
        end local 1 // int rs
        end local 0 // org.eclipse.jgit.blame.Region this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/blame/Region;
            0    5     1    rs  I
            0    5     2    ss  I
            0    5     3   len  I
    MethodParameters:
      Name  Flags
      rs    
      ss    
      len   

  org.eclipse.jgit.blame.Region copy(int);
    descriptor: (I)Lorg/eclipse/jgit/blame/Region;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.blame.Region this
        start local 1 // int newSource
         0: .line 47
            new org.eclipse.jgit.blame.Region
            dup
            aload 0 /* this */
            getfield org.eclipse.jgit.blame.Region.resultStart:I
            iload 1 /* newSource */
            aload 0 /* this */
            getfield org.eclipse.jgit.blame.Region.length:I
            invokespecial org.eclipse.jgit.blame.Region.<init>:(III)V
            areturn
        end local 1 // int newSource
        end local 0 // org.eclipse.jgit.blame.Region this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jgit/blame/Region;
            0    1     1  newSource  I
    MethodParameters:
           Name  Flags
      newSource  

  org.eclipse.jgit.blame.Region splitFirst(int, int);
    descriptor: (II)Lorg/eclipse/jgit/blame/Region;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.blame.Region this
        start local 1 // int newSource
        start local 2 // int newLen
         0: .line 60
            new org.eclipse.jgit.blame.Region
            dup
            aload 0 /* this */
            getfield org.eclipse.jgit.blame.Region.resultStart:I
            iload 1 /* newSource */
            iload 2 /* newLen */
            invokespecial org.eclipse.jgit.blame.Region.<init>:(III)V
            areturn
        end local 2 // int newLen
        end local 1 // int newSource
        end local 0 // org.eclipse.jgit.blame.Region this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jgit/blame/Region;
            0    1     1  newSource  I
            0    1     2     newLen  I
    MethodParameters:
           Name  Flags
      newSource  
      newLen     

  void slideAndShrink(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.blame.Region this
        start local 1 // int d
         0: .line 70
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.blame.Region.resultStart:I
            iload 1 /* d */
            iadd
            putfield org.eclipse.jgit.blame.Region.resultStart:I
         1: .line 71
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.blame.Region.sourceStart:I
            iload 1 /* d */
            iadd
            putfield org.eclipse.jgit.blame.Region.sourceStart:I
         2: .line 72
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.blame.Region.length:I
            iload 1 /* d */
            isub
            putfield org.eclipse.jgit.blame.Region.length:I
         3: .line 73
            return
        end local 1 // int d
        end local 0 // org.eclipse.jgit.blame.Region this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/blame/Region;
            0    4     1     d  I
    MethodParameters:
      Name  Flags
      d     

  org.eclipse.jgit.blame.Region deepCopy();
    descriptor: ()Lorg/eclipse/jgit/blame/Region;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.eclipse.jgit.blame.Region this
         0: .line 76
            new org.eclipse.jgit.blame.Region
            dup
            aload 0 /* this */
            getfield org.eclipse.jgit.blame.Region.resultStart:I
            aload 0 /* this */
            getfield org.eclipse.jgit.blame.Region.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jgit.blame.Region.length:I
            invokespecial org.eclipse.jgit.blame.Region.<init>:(III)V
            astore 1 /* head */
        start local 1 // org.eclipse.jgit.blame.Region head
         1: .line 77
            aload 1 /* head */
            astore 2 /* tail */
        start local 2 // org.eclipse.jgit.blame.Region tail
         2: .line 78
            aload 0 /* this */
            getfield org.eclipse.jgit.blame.Region.next:Lorg/eclipse/jgit/blame/Region;
            astore 3 /* n */
        start local 3 // org.eclipse.jgit.blame.Region n
         3: goto 8
         4: .line 79
      StackMap locals: org.eclipse.jgit.blame.Region org.eclipse.jgit.blame.Region org.eclipse.jgit.blame.Region
      StackMap stack:
            new org.eclipse.jgit.blame.Region
            dup
            aload 3 /* n */
            getfield org.eclipse.jgit.blame.Region.resultStart:I
            aload 3 /* n */
            getfield org.eclipse.jgit.blame.Region.sourceStart:I
            aload 3 /* n */
            getfield org.eclipse.jgit.blame.Region.length:I
            invokespecial org.eclipse.jgit.blame.Region.<init>:(III)V
            astore 4 /* q */
        start local 4 // org.eclipse.jgit.blame.Region q
         5: .line 80
            aload 2 /* tail */
            aload 4 /* q */
            putfield org.eclipse.jgit.blame.Region.next:Lorg/eclipse/jgit/blame/Region;
         6: .line 81
            aload 4 /* q */
            astore 2 /* tail */
        end local 4 // org.eclipse.jgit.blame.Region q
         7: .line 78
            aload 3 /* n */
            getfield org.eclipse.jgit.blame.Region.next:Lorg/eclipse/jgit/blame/Region;
            astore 3 /* n */
      StackMap locals:
      StackMap stack:
         8: aload 3 /* n */
            ifnonnull 4
        end local 3 // org.eclipse.jgit.blame.Region n
         9: .line 83
            aload 1 /* head */
            areturn
        end local 2 // org.eclipse.jgit.blame.Region tail
        end local 1 // org.eclipse.jgit.blame.Region head
        end local 0 // org.eclipse.jgit.blame.Region this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/jgit/blame/Region;
            1   10     1  head  Lorg/eclipse/jgit/blame/Region;
            2   10     2  tail  Lorg/eclipse/jgit/blame/Region;
            3    9     3     n  Lorg/eclipse/jgit/blame/Region;
            5    7     4     q  Lorg/eclipse/jgit/blame/Region;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jgit.blame.Region this
         0: .line 89
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 90
            aload 0 /* this */
            astore 2 /* r */
        start local 2 // org.eclipse.jgit.blame.Region r
         2: .line 92
      StackMap locals: java.lang.StringBuilder org.eclipse.jgit.blame.Region
      StackMap stack:
            aload 2 /* r */
            aload 0 /* this */
            if_acmpeq 4
         3: .line 93
            aload 1 /* buf */
            bipush 44
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         4: .line 94
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 2 /* r */
            getfield org.eclipse.jgit.blame.Region.resultStart:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         5: .line 95
            aload 1 /* buf */
            bipush 45
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         6: .line 96
            aload 1 /* buf */
            aload 2 /* r */
            getfield org.eclipse.jgit.blame.Region.resultStart:I
            aload 2 /* r */
            getfield org.eclipse.jgit.blame.Region.length:I
            iadd
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         7: .line 97
            aload 2 /* r */
            getfield org.eclipse.jgit.blame.Region.next:Lorg/eclipse/jgit/blame/Region;
            astore 2 /* r */
         8: .line 98
            aload 2 /* r */
            ifnonnull 2
         9: .line 99
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // org.eclipse.jgit.blame.Region r
        end local 1 // java.lang.StringBuilder buf
        end local 0 // org.eclipse.jgit.blame.Region this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/jgit/blame/Region;
            1   10     1   buf  Ljava/lang/StringBuilder;
            2   10     2     r  Lorg/eclipse/jgit/blame/Region;
}
SourceFile: "Region.java"