abstract class org.eclipse.jface.text.ListLineTracker implements org.eclipse.jface.text.ILineTracker
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jface.text.ListLineTracker
  super_class: java.lang.Object
{
  private final java.util.List<org.eclipse.jface.text.Line> fLines;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/eclipse/jface/text/Line;>;

  private int fTextLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jface.text.ListLineTracker this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
         2: .line 48
            return
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jface/text/ListLineTracker;

  private int findLine(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // int offset
         0: .line 58
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
         1: .line 59
            iconst_m1
            ireturn
         2: .line 61
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* left */
        start local 2 // int left
         3: .line 62
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 3 /* right */
        start local 3 // int right
         4: .line 63
            iconst_0
            istore 4 /* mid */
        start local 4 // int mid
         5: .line 64
            aconst_null
            astore 5 /* line */
        start local 5 // org.eclipse.jface.text.Line line
         6: .line 66
            goto 21
         7: .line 68
      StackMap locals: org.eclipse.jface.text.ListLineTracker int int int int org.eclipse.jface.text.Line
      StackMap stack:
            iload 2 /* left */
            iload 3 /* right */
            iadd
            iconst_2
            idiv
            istore 4 /* mid */
         8: .line 70
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 4 /* mid */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 5 /* line */
         9: .line 71
            iload 1 /* offset */
            aload 5 /* line */
            getfield org.eclipse.jface.text.Line.offset:I
            if_icmpge 14
        10: .line 72
            iload 2 /* left */
            iload 4 /* mid */
            if_icmpne 12
        11: .line 73
            iload 2 /* left */
            istore 3 /* right */
            goto 21
        12: .line 75
      StackMap locals:
      StackMap stack:
            iload 4 /* mid */
            iconst_1
            isub
            istore 3 /* right */
        13: .line 76
            goto 21
      StackMap locals:
      StackMap stack:
        14: iload 1 /* offset */
            aload 5 /* line */
            getfield org.eclipse.jface.text.Line.offset:I
            if_icmple 19
        15: .line 77
            iload 3 /* right */
            iload 4 /* mid */
            if_icmpne 17
        16: .line 78
            iload 3 /* right */
            istore 2 /* left */
            goto 21
        17: .line 80
      StackMap locals:
      StackMap stack:
            iload 4 /* mid */
            iconst_1
            iadd
            istore 2 /* left */
        18: .line 81
            goto 21
      StackMap locals:
      StackMap stack:
        19: iload 1 /* offset */
            aload 5 /* line */
            getfield org.eclipse.jface.text.Line.offset:I
            if_icmpne 21
        20: .line 82
            iload 4 /* mid */
            dup
            istore 3 /* right */
            istore 2 /* left */
        21: .line 66
      StackMap locals:
      StackMap stack:
            iload 2 /* left */
            iload 3 /* right */
            if_icmplt 7
        22: .line 86
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 2 /* left */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 5 /* line */
        23: .line 87
            aload 5 /* line */
            getfield org.eclipse.jface.text.Line.offset:I
            iload 1 /* offset */
            if_icmple 25
        24: .line 88
            iinc 2 /* left */ -1
        25: .line 89
      StackMap locals:
      StackMap stack:
            iload 2 /* left */
            ireturn
        end local 5 // org.eclipse.jface.text.Line line
        end local 4 // int mid
        end local 3 // int right
        end local 2 // int left
        end local 1 // int offset
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lorg/eclipse/jface/text/ListLineTracker;
            0   26     1  offset  I
            3   26     2    left  I
            4   26     3   right  I
            5   26     4     mid  I
            6   26     5    line  Lorg/eclipse/jface/text/Line;
    MethodParameters:
        Name  Flags
      offset  

  private int getNumberOfLines(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // int startLine
        start local 2 // int offset
        start local 3 // int length
         0: .line 103
            iload 3 /* length */
            ifne 2
         1: .line 104
            iconst_1
            ireturn
         2: .line 106
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* target */
        start local 4 // int target
         3: .line 108
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 1 /* startLine */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 5 /* l */
        start local 5 // org.eclipse.jface.text.Line l
         4: .line 110
            aload 5 /* l */
            getfield org.eclipse.jface.text.Line.delimiter:Ljava/lang/String;
            ifnonnull 6
         5: .line 111
            iconst_1
            ireturn
         6: .line 113
      StackMap locals: int org.eclipse.jface.text.Line
      StackMap stack:
            aload 5 /* l */
            getfield org.eclipse.jface.text.Line.offset:I
            aload 5 /* l */
            getfield org.eclipse.jface.text.Line.length:I
            iadd
            iload 4 /* target */
            if_icmple 8
         7: .line 114
            iconst_1
            ireturn
         8: .line 116
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield org.eclipse.jface.text.Line.offset:I
            aload 5 /* l */
            getfield org.eclipse.jface.text.Line.length:I
            iadd
            iload 4 /* target */
            if_icmpne 10
         9: .line 117
            iconst_2
            ireturn
        10: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* target */
            invokevirtual org.eclipse.jface.text.ListLineTracker.getLineNumberOfOffset:(I)I
            iload 1 /* startLine */
            isub
            iconst_1
            iadd
            ireturn
        end local 5 // org.eclipse.jface.text.Line l
        end local 4 // int target
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int startLine
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/jface/text/ListLineTracker;
            0   11     1  startLine  I
            0   11     2     offset  I
            0   11     3     length  I
            3   11     4     target  I
            4   11     5          l  Lorg/eclipse/jface/text/Line;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
           Name  Flags
      startLine  
      offset     
      length     

  public final int getLineLength(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // int line
         0: .line 124
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* lines */
        start local 2 // int lines
         1: .line 126
            iload 1 /* line */
            iflt 2
            iload 1 /* line */
            iload 2 /* lines */
            if_icmple 3
         2: .line 127
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jface.text.BadLocationException
            dup
            invokespecial org.eclipse.jface.text.BadLocationException.<init>:()V
            athrow
         3: .line 129
      StackMap locals:
      StackMap stack:
            iload 2 /* lines */
            ifeq 4
            iload 2 /* lines */
            iload 1 /* line */
            if_icmpne 5
         4: .line 130
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 1 /* line */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 3 /* l */
        start local 3 // org.eclipse.jface.text.Line l
         6: .line 133
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.length:I
            ireturn
        end local 3 // org.eclipse.jface.text.Line l
        end local 2 // int lines
        end local 1 // int line
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jface/text/ListLineTracker;
            0    7     1   line  I
            1    7     2  lines  I
            6    7     3      l  Lorg/eclipse/jface/text/Line;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
      Name  Flags
      line  

  public final int getLineNumberOfOffset(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // int position
         0: .line 138
            iload 1 /* position */
            ifge 2
         1: .line 139
            new org.eclipse.jface.text.BadLocationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Negative offset : "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* position */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.eclipse.jface.text.BadLocationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 140
      StackMap locals:
      StackMap stack:
            iload 1 /* position */
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
            if_icmple 4
         3: .line 141
            new org.eclipse.jface.text.BadLocationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Offset > length: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* position */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " > "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.eclipse.jface.text.BadLocationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 144
      StackMap locals:
      StackMap stack:
            iload 1 /* position */
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
            if_icmpne 12
         5: .line 146
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 2 /* lastLine */
        start local 2 // int lastLine
         6: .line 147
            iload 2 /* lastLine */
            ifge 8
         7: .line 148
            iconst_0
            ireturn
         8: .line 150
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 2 /* lastLine */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 3 /* l */
        start local 3 // org.eclipse.jface.text.Line l
         9: .line 151
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.delimiter:Ljava/lang/String;
            ifnull 10
            iload 2 /* lastLine */
            iconst_1
            iadd
            goto 11
      StackMap locals: org.eclipse.jface.text.Line
      StackMap stack:
        10: iload 2 /* lastLine */
      StackMap locals:
      StackMap stack: int
        11: ireturn
        end local 3 // org.eclipse.jface.text.Line l
        end local 2 // int lastLine
        12: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* position */
            invokevirtual org.eclipse.jface.text.ListLineTracker.findLine:(I)I
            ireturn
        end local 1 // int position
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/eclipse/jface/text/ListLineTracker;
            0   13     1  position  I
            6   12     2  lastLine  I
            9   12     3         l  Lorg/eclipse/jface/text/Line;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
          Name  Flags
      position  

  public final org.eclipse.jface.text.IRegion getLineInformationOfOffset(int);
    descriptor: (I)Lorg/eclipse/jface/text/IRegion;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // int position
         0: .line 159
            iload 1 /* position */
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
            if_icmple 2
         1: .line 160
            new org.eclipse.jface.text.BadLocationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Offset > length: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* position */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " > "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.eclipse.jface.text.BadLocationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 162
      StackMap locals:
      StackMap stack:
            iload 1 /* position */
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
            if_icmpne 10
         3: .line 163
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* size */
        start local 2 // int size
         4: .line 164
            iload 2 /* size */
            ifne 6
         5: .line 165
            new org.eclipse.jface.text.Region
            dup
            iconst_0
            iconst_0
            invokespecial org.eclipse.jface.text.Region.<init>:(II)V
            areturn
         6: .line 166
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 2 /* size */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 3 /* l */
        start local 3 // org.eclipse.jface.text.Line l
         7: .line 167
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.delimiter:Ljava/lang/String;
            ifnull 8
            new org.eclipse.jface.text.Line
            dup
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
            iconst_0
            invokespecial org.eclipse.jface.text.Line.<init>:(II)V
            goto 9
      StackMap locals: org.eclipse.jface.text.Line
      StackMap stack:
         8: new org.eclipse.jface.text.Line
            dup
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.length:I
            isub
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.length:I
            invokespecial org.eclipse.jface.text.Line.<init>:(II)V
      StackMap locals:
      StackMap stack: org.eclipse.jface.text.Line
         9: areturn
        end local 3 // org.eclipse.jface.text.Line l
        end local 2 // int size
        10: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* position */
            invokevirtual org.eclipse.jface.text.ListLineTracker.findLine:(I)I
            invokevirtual org.eclipse.jface.text.ListLineTracker.getLineInformation:(I)Lorg/eclipse/jface/text/IRegion;
            areturn
        end local 1 // int position
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/jface/text/ListLineTracker;
            0   11     1  position  I
            4   10     2      size  I
            7   10     3         l  Lorg/eclipse/jface/text/Line;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
          Name  Flags
      position  

  public final org.eclipse.jface.text.IRegion getLineInformation(int);
    descriptor: (I)Lorg/eclipse/jface/text/IRegion;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // int line
         0: .line 175
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* lines */
        start local 2 // int lines
         1: .line 177
            iload 1 /* line */
            iflt 2
            iload 1 /* line */
            iload 2 /* lines */
            if_icmple 3
         2: .line 178
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jface.text.BadLocationException
            dup
            invokespecial org.eclipse.jface.text.BadLocationException.<init>:()V
            athrow
         3: .line 180
      StackMap locals:
      StackMap stack:
            iload 2 /* lines */
            ifne 5
         4: .line 181
            new org.eclipse.jface.text.Line
            dup
            iconst_0
            iconst_0
            invokespecial org.eclipse.jface.text.Line.<init>:(II)V
            areturn
         5: .line 183
      StackMap locals:
      StackMap stack:
            iload 1 /* line */
            iload 2 /* lines */
            if_icmpne 8
         6: .line 184
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 1 /* line */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 3 /* l */
        start local 3 // org.eclipse.jface.text.Line l
         7: .line 185
            new org.eclipse.jface.text.Line
            dup
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.offset:I
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.length:I
            iadd
            iconst_0
            invokespecial org.eclipse.jface.text.Line.<init>:(II)V
            areturn
        end local 3 // org.eclipse.jface.text.Line l
         8: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 1 /* line */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 3 /* l */
        start local 3 // org.eclipse.jface.text.Line l
         9: .line 189
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.delimiter:Ljava/lang/String;
            ifnull 10
            new org.eclipse.jface.text.Line
            dup
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.offset:I
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.length:I
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.delimiter:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            isub
            invokespecial org.eclipse.jface.text.Line.<init>:(II)V
            goto 11
      StackMap locals: org.eclipse.jface.text.Line
      StackMap stack:
        10: aload 3 /* l */
      StackMap locals:
      StackMap stack: org.eclipse.jface.text.Line
        11: areturn
        end local 3 // org.eclipse.jface.text.Line l
        end local 2 // int lines
        end local 1 // int line
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/eclipse/jface/text/ListLineTracker;
            0   12     1   line  I
            1   12     2  lines  I
            7    8     3      l  Lorg/eclipse/jface/text/Line;
            9   12     3      l  Lorg/eclipse/jface/text/Line;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
      Name  Flags
      line  

  public final int getLineOffset(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // int line
         0: .line 194
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* lines */
        start local 2 // int lines
         1: .line 196
            iload 1 /* line */
            iflt 2
            iload 1 /* line */
            iload 2 /* lines */
            if_icmple 3
         2: .line 197
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jface.text.BadLocationException
            dup
            invokespecial org.eclipse.jface.text.BadLocationException.<init>:()V
            athrow
         3: .line 199
      StackMap locals:
      StackMap stack:
            iload 2 /* lines */
            ifne 5
         4: .line 200
            iconst_0
            ireturn
         5: .line 202
      StackMap locals:
      StackMap stack:
            iload 1 /* line */
            iload 2 /* lines */
            if_icmpne 10
         6: .line 203
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 1 /* line */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 3 /* l */
        start local 3 // org.eclipse.jface.text.Line l
         7: .line 204
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.delimiter:Ljava/lang/String;
            ifnull 9
         8: .line 205
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.offset:I
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.length:I
            iadd
            ireturn
         9: .line 206
      StackMap locals: org.eclipse.jface.text.Line
      StackMap stack:
            new org.eclipse.jface.text.BadLocationException
            dup
            invokespecial org.eclipse.jface.text.BadLocationException.<init>:()V
            athrow
        end local 3 // org.eclipse.jface.text.Line l
        10: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 1 /* line */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 3 /* l */
        start local 3 // org.eclipse.jface.text.Line l
        11: .line 210
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.offset:I
            ireturn
        end local 3 // org.eclipse.jface.text.Line l
        end local 2 // int lines
        end local 1 // int line
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/eclipse/jface/text/ListLineTracker;
            0   12     1   line  I
            1   12     2  lines  I
            7   10     3      l  Lorg/eclipse/jface/text/Line;
           11   12     3      l  Lorg/eclipse/jface/text/Line;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
      Name  Flags
      line  

  public final int getNumberOfLines();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jface.text.ListLineTracker this
         0: .line 215
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 1 /* lines */
        start local 1 // int lines
         1: .line 217
            iload 1 /* lines */
            ifne 3
         2: .line 218
            iconst_1
            ireturn
         3: .line 220
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 1 /* lines */
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 2 /* l */
        start local 2 // org.eclipse.jface.text.Line l
         4: .line 221
            aload 2 /* l */
            getfield org.eclipse.jface.text.Line.delimiter:Ljava/lang/String;
            ifnull 5
            iload 1 /* lines */
            iconst_1
            iadd
            goto 6
      StackMap locals: org.eclipse.jface.text.Line
      StackMap stack:
         5: iload 1 /* lines */
      StackMap locals:
      StackMap stack: int
         6: ireturn
        end local 2 // org.eclipse.jface.text.Line l
        end local 1 // int lines
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jface/text/ListLineTracker;
            1    7     1  lines  I
            4    7     2      l  Lorg/eclipse/jface/text/Line;

  public final int getNumberOfLines(int, int);
    descriptor: (II)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // int position
        start local 2 // int length
         0: .line 227
            iload 1 /* position */
            iflt 1
            iload 1 /* position */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
            if_icmple 2
         1: .line 228
      StackMap locals:
      StackMap stack:
            new org.eclipse.jface.text.BadLocationException
            dup
            invokespecial org.eclipse.jface.text.BadLocationException.<init>:()V
            athrow
         2: .line 230
      StackMap locals:
      StackMap stack:
            iload 2 /* length */
            ifne 4
         3: .line 231
            iconst_1
            ireturn
         4: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* position */
            invokevirtual org.eclipse.jface.text.ListLineTracker.getLineNumberOfOffset:(I)I
            iload 1 /* position */
            iload 2 /* length */
            invokevirtual org.eclipse.jface.text.ListLineTracker.getNumberOfLines:(III)I
            ireturn
        end local 2 // int length
        end local 1 // int position
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jface/text/ListLineTracker;
            0    5     1  position  I
            0    5     2    length  I
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
          Name  Flags
      position  
      length    

  public final int computeNumberOfLines(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // java.lang.String text
         0: .line 238
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 239
            iconst_0
            istore 3 /* start */
        start local 3 // int start
         2: .line 240
            aload 0 /* this */
            aload 1 /* text */
            iload 3 /* start */
            invokevirtual org.eclipse.jface.text.ListLineTracker.nextDelimiterInfo:(Ljava/lang/String;I)Lorg/eclipse/jface/text/AbstractLineTracker$DelimiterInfo;
            astore 4 /* delimiterInfo */
        start local 4 // org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo delimiterInfo
         3: .line 241
            goto 7
         4: .line 242
      StackMap locals: int int org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo
      StackMap stack:
            iinc 2 /* count */ 1
         5: .line 243
            aload 4 /* delimiterInfo */
            getfield org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo.delimiterIndex:I
            aload 4 /* delimiterInfo */
            getfield org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo.delimiterLength:I
            iadd
            istore 3 /* start */
         6: .line 244
            aload 0 /* this */
            aload 1 /* text */
            iload 3 /* start */
            invokevirtual org.eclipse.jface.text.ListLineTracker.nextDelimiterInfo:(Ljava/lang/String;I)Lorg/eclipse/jface/text/AbstractLineTracker$DelimiterInfo;
            astore 4 /* delimiterInfo */
         7: .line 241
      StackMap locals:
      StackMap stack:
            aload 4 /* delimiterInfo */
            ifnull 8
            aload 4 /* delimiterInfo */
            getfield org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo.delimiterIndex:I
            iconst_m1
            if_icmpgt 4
         8: .line 246
      StackMap locals:
      StackMap stack:
            iload 2 /* count */
            ireturn
        end local 4 // org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo delimiterInfo
        end local 3 // int start
        end local 2 // int count
        end local 1 // java.lang.String text
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/eclipse/jface/text/ListLineTracker;
            0    9     1           text  Ljava/lang/String;
            1    9     2          count  I
            2    9     3          start  I
            3    9     4  delimiterInfo  Lorg/eclipse/jface/text/AbstractLineTracker$DelimiterInfo;
    MethodParameters:
      Name  Flags
      text  

  public final java.lang.String getLineDelimiter(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // int line
         0: .line 251
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* lines */
        start local 2 // int lines
         1: .line 253
            iload 1 /* line */
            iflt 2
            iload 1 /* line */
            iload 2 /* lines */
            if_icmple 3
         2: .line 254
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jface.text.BadLocationException
            dup
            invokespecial org.eclipse.jface.text.BadLocationException.<init>:()V
            athrow
         3: .line 256
      StackMap locals:
      StackMap stack:
            iload 2 /* lines */
            ifne 5
         4: .line 257
            aconst_null
            areturn
         5: .line 259
      StackMap locals:
      StackMap stack:
            iload 1 /* line */
            iload 2 /* lines */
            if_icmpne 7
         6: .line 260
            aconst_null
            areturn
         7: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 1 /* line */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 3 /* l */
        start local 3 // org.eclipse.jface.text.Line l
         8: .line 263
            aload 3 /* l */
            getfield org.eclipse.jface.text.Line.delimiter:Ljava/lang/String;
            areturn
        end local 3 // org.eclipse.jface.text.Line l
        end local 2 // int lines
        end local 1 // int line
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/jface/text/ListLineTracker;
            0    9     1   line  I
            1    9     2  lines  I
            8    9     3      l  Lorg/eclipse/jface/text/Line;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
      Name  Flags
      line  

  protected abstract org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo nextDelimiterInfo(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Lorg/eclipse/jface/text/AbstractLineTracker$DelimiterInfo;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      text    
      offset  

  private int createLines(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=4
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // java.lang.String text
        start local 2 // int insertPosition
        start local 3 // int offset
         0: .line 288
            iconst_0
            istore 4 /* count */
        start local 4 // int count
         1: .line 289
            iconst_0
            istore 5 /* start */
        start local 5 // int start
         2: .line 290
            aload 0 /* this */
            aload 1 /* text */
            iconst_0
            invokevirtual org.eclipse.jface.text.ListLineTracker.nextDelimiterInfo:(Ljava/lang/String;I)Lorg/eclipse/jface/text/AbstractLineTracker$DelimiterInfo;
            astore 6 /* delimiterInfo */
        start local 6 // org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo delimiterInfo
         3: .line 292
            goto 11
         4: .line 294
      StackMap locals: int int org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo
      StackMap stack:
            aload 6 /* delimiterInfo */
            getfield org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo.delimiterIndex:I
            aload 6 /* delimiterInfo */
            getfield org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo.delimiterLength:I
            iconst_1
            isub
            iadd
            istore 7 /* index */
        start local 7 // int index
         5: .line 296
            iload 2 /* insertPosition */
            iload 4 /* count */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 7
         6: .line 297
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            new org.eclipse.jface.text.Line
            dup
            iload 3 /* offset */
            iload 5 /* start */
            iadd
            iload 3 /* offset */
            iload 7 /* index */
            iadd
            aload 6 /* delimiterInfo */
            getfield org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo.delimiter:Ljava/lang/String;
            invokespecial org.eclipse.jface.text.Line.<init>:(IILjava/lang/String;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
            goto 8
         7: .line 299
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 2 /* insertPosition */
            iload 4 /* count */
            iadd
            new org.eclipse.jface.text.Line
            dup
            iload 3 /* offset */
            iload 5 /* start */
            iadd
            iload 3 /* offset */
            iload 7 /* index */
            iadd
            aload 6 /* delimiterInfo */
            getfield org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo.delimiter:Ljava/lang/String;
            invokespecial org.eclipse.jface.text.Line.<init>:(IILjava/lang/String;)V
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         8: .line 301
      StackMap locals:
      StackMap stack:
            iinc 4 /* count */ 1
         9: .line 302
            iload 7 /* index */
            iconst_1
            iadd
            istore 5 /* start */
        10: .line 303
            aload 0 /* this */
            aload 1 /* text */
            iload 5 /* start */
            invokevirtual org.eclipse.jface.text.ListLineTracker.nextDelimiterInfo:(Ljava/lang/String;I)Lorg/eclipse/jface/text/AbstractLineTracker$DelimiterInfo;
            astore 6 /* delimiterInfo */
        end local 7 // int index
        11: .line 292
      StackMap locals:
      StackMap stack:
            aload 6 /* delimiterInfo */
            ifnull 12
            aload 6 /* delimiterInfo */
            getfield org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo.delimiterIndex:I
            iconst_m1
            if_icmpgt 4
        12: .line 306
      StackMap locals:
      StackMap stack:
            iload 5 /* start */
            aload 1 /* text */
            invokevirtual java.lang.String.length:()I
            if_icmpge 21
        13: .line 307
            iload 2 /* insertPosition */
            iload 4 /* count */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 19
        14: .line 309
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            iload 2 /* insertPosition */
            iload 4 /* count */
            iadd
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jface.text.Line
            astore 7 /* l */
        start local 7 // org.eclipse.jface.text.Line l
        15: .line 310
            aload 1 /* text */
            invokevirtual java.lang.String.length:()I
            iload 5 /* start */
            isub
            istore 8 /* delta */
        start local 8 // int delta
        16: .line 311
            aload 7 /* l */
            dup
            getfield org.eclipse.jface.text.Line.offset:I
            iload 8 /* delta */
            isub
            putfield org.eclipse.jface.text.Line.offset:I
        17: .line 312
            aload 7 /* l */
            dup
            getfield org.eclipse.jface.text.Line.length:I
            iload 8 /* delta */
            iadd
            putfield org.eclipse.jface.text.Line.length:I
        end local 8 // int delta
        end local 7 // org.eclipse.jface.text.Line l
        18: .line 313
            goto 21
        19: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            new org.eclipse.jface.text.Line
            dup
            iload 3 /* offset */
            iload 5 /* start */
            iadd
            iload 3 /* offset */
            aload 1 /* text */
            invokevirtual java.lang.String.length:()I
            iadd
            iconst_1
            isub
            aconst_null
            invokespecial org.eclipse.jface.text.Line.<init>:(IILjava/lang/String;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        20: .line 315
            iinc 4 /* count */ 1
        21: .line 319
      StackMap locals:
      StackMap stack:
            iload 4 /* count */
            ireturn
        end local 6 // org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo delimiterInfo
        end local 5 // int start
        end local 4 // int count
        end local 3 // int offset
        end local 2 // int insertPosition
        end local 1 // java.lang.String text
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   22     0            this  Lorg/eclipse/jface/text/ListLineTracker;
            0   22     1            text  Ljava/lang/String;
            0   22     2  insertPosition  I
            0   22     3          offset  I
            1   22     4           count  I
            2   22     5           start  I
            3   22     6   delimiterInfo  Lorg/eclipse/jface/text/AbstractLineTracker$DelimiterInfo;
            5   11     7           index  I
           15   18     7               l  Lorg/eclipse/jface/text/Line;
           16   18     8           delta  I
    MethodParameters:
                Name  Flags
      text            
      insertPosition  
      offset          

  public final void replace(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // int position
        start local 2 // int length
        start local 3 // java.lang.String text
         0: .line 324
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 3 // java.lang.String text
        end local 2 // int length
        end local 1 // int position
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jface/text/ListLineTracker;
            0    1     1  position  I
            0    1     2    length  I
            0    1     3      text  Ljava/lang/String;
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException
    MethodParameters:
          Name  Flags
      position  
      length    
      text      

  public final void set(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jface.text.ListLineTracker this
        start local 1 // java.lang.String text
         0: .line 329
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 330
            aload 1 /* text */
            ifnull 5
         2: .line 331
            aload 0 /* this */
            aload 1 /* text */
            invokevirtual java.lang.String.length:()I
            putfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
         3: .line 332
            aload 0 /* this */
            aload 1 /* text */
            iconst_0
            iconst_0
            invokevirtual org.eclipse.jface.text.ListLineTracker.createLines:(Ljava/lang/String;II)I
            pop
         4: .line 333
            goto 6
         5: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jface.text.ListLineTracker.fTextLength:I
         6: .line 336
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String text
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jface/text/ListLineTracker;
            0    7     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  final java.util.List<org.eclipse.jface.text.Line> getLines();
    descriptor: ()Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jface.text.ListLineTracker this
         0: .line 345
            aload 0 /* this */
            getfield org.eclipse.jface.text.ListLineTracker.fLines:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.jface.text.ListLineTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jface/text/ListLineTracker;
    Signature: ()Ljava/util/List<Lorg/eclipse/jface/text/Line;>;
}
SourceFile: "ListLineTracker.java"
InnerClasses:
  public DelimiterInfo = org.eclipse.jface.text.AbstractLineTracker$DelimiterInfo of org.eclipse.jface.text.AbstractLineTracker