public final class org.apache.bcel.classfile.LineNumberTable extends org.apache.bcel.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.bcel.classfile.LineNumberTable
  super_class: org.apache.bcel.classfile.Attribute
{
  private static final int MAX_LINE_LENGTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 72

  private org.apache.bcel.classfile.LineNumber[] line_number_table;
    descriptor: [Lorg/apache/bcel/classfile/LineNumber;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.bcel.classfile.LineNumberTable);
    descriptor: (Lorg/apache/bcel/classfile/LineNumberTable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
        start local 1 // org.apache.bcel.classfile.LineNumberTable c
         0: .line 45
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.LineNumberTable.getNameIndex:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.LineNumberTable.getLength:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.LineNumberTable.getLineNumberTable:()[Lorg/apache/bcel/classfile/LineNumber;
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.LineNumberTable.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            invokespecial org.apache.bcel.classfile.LineNumberTable.<init>:(II[Lorg/apache/bcel/classfile/LineNumber;Lorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 46
            return
        end local 1 // org.apache.bcel.classfile.LineNumberTable c
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/LineNumberTable;
            0    2     1     c  Lorg/apache/bcel/classfile/LineNumberTable;
    MethodParameters:
      Name  Flags
      c     final

  public void <init>(int, int, org.apache.bcel.classfile.LineNumber[], org.apache.bcel.classfile.ConstantPool);
    descriptor: (II[Lorg/apache/bcel/classfile/LineNumber;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // org.apache.bcel.classfile.LineNumber[] line_number_table
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 57
            aload 0 /* this */
            iconst_4
            iload 1 /* name_index */
            iload 2 /* length */
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.Attribute.<init>:(BIILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 58
            aload 0 /* this */
            aload 3 /* line_number_table */
            putfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
         2: .line 59
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // org.apache.bcel.classfile.LineNumber[] line_number_table
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/apache/bcel/classfile/LineNumberTable;
            0    3     1         name_index  I
            0    3     2             length  I
            0    3     3  line_number_table  [Lorg/apache/bcel/classfile/LineNumber;
            0    3     4      constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
                   Name  Flags
      name_index         final
      length             final
      line_number_table  final
      constant_pool      final

  void <init>(int, int, java.io.DataInput, org.apache.bcel.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInput input
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 72
            aload 0 /* this */
            iload 1 /* name_index */
            iload 2 /* length */
            aconst_null
            aload 4 /* constant_pool */
            invokespecial org.apache.bcel.classfile.LineNumberTable.<init>:(II[Lorg/apache/bcel/classfile/LineNumber;Lorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 73
            aload 3 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            istore 5 /* line_number_table_length */
        start local 5 // int line_number_table_length
         2: .line 74
            aload 0 /* this */
            iload 5 /* line_number_table_length */
            anewarray org.apache.bcel.classfile.LineNumber
            putfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
         3: .line 75
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 7
         5: .line 76
      StackMap locals: org.apache.bcel.classfile.LineNumberTable int int java.io.DataInput org.apache.bcel.classfile.ConstantPool int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            iload 6 /* i */
            new org.apache.bcel.classfile.LineNumber
            dup
            aload 3 /* input */
            invokespecial org.apache.bcel.classfile.LineNumber.<init>:(Ljava/io/DataInput;)V
            aastore
         6: .line 75
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 6 /* i */
            iload 5 /* line_number_table_length */
            if_icmplt 5
        end local 6 // int i
         8: .line 78
            return
        end local 5 // int line_number_table_length
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // java.io.DataInput input
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    9     0                      this  Lorg/apache/bcel/classfile/LineNumberTable;
            0    9     1                name_index  I
            0    9     2                    length  I
            0    9     3                     input  Ljava/io/DataInput;
            0    9     4             constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            2    9     5  line_number_table_length  I
            4    8     6                         i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     final
      length         final
      input          final
      constant_pool  final

  public void accept(org.apache.bcel.classfile.Visitor);
    descriptor: (Lorg/apache/bcel/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
        start local 1 // org.apache.bcel.classfile.Visitor v
         0: .line 90
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.apache.bcel.classfile.Visitor.visitLineNumberTable:(Lorg/apache/bcel/classfile/LineNumberTable;)V
         1: .line 91
            return
        end local 1 // org.apache.bcel.classfile.Visitor v
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/LineNumberTable;
            0    2     1     v  Lorg/apache/bcel/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
        start local 1 // java.io.DataOutputStream file
         0: .line 102
            aload 0 /* this */
            aload 1 /* file */
            invokespecial org.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 103
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            arraylength
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 104
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: org.apache.bcel.classfile.LineNumberTable java.io.DataOutputStream top int int org.apache.bcel.classfile.LineNumber[]
      StackMap stack:
         3: aload 5
            iload 3
            aaload
            astore 2 /* lineNumber */
        start local 2 // org.apache.bcel.classfile.LineNumber lineNumber
         4: .line 105
            aload 2 /* lineNumber */
            aload 1 /* file */
            invokevirtual org.apache.bcel.classfile.LineNumber.dump:(Ljava/io/DataOutputStream;)V
        end local 2 // org.apache.bcel.classfile.LineNumber lineNumber
         5: .line 104
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 107
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/apache/bcel/classfile/LineNumberTable;
            0    8     1        file  Ljava/io/DataOutputStream;
            4    5     2  lineNumber  Lorg/apache/bcel/classfile/LineNumber;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public org.apache.bcel.classfile.LineNumber[] getLineNumberTable();
    descriptor: ()[Lorg/apache/bcel/classfile/LineNumber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
         0: .line 114
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            areturn
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/LineNumberTable;

  public void setLineNumberTable(org.apache.bcel.classfile.LineNumber[]);
    descriptor: ([Lorg/apache/bcel/classfile/LineNumber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
        start local 1 // org.apache.bcel.classfile.LineNumber[] line_number_table
         0: .line 122
            aload 0 /* this */
            aload 1 /* line_number_table */
            putfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
         1: .line 123
            return
        end local 1 // org.apache.bcel.classfile.LineNumber[] line_number_table
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/apache/bcel/classfile/LineNumberTable;
            0    2     1  line_number_table  [Lorg/apache/bcel/classfile/LineNumber;
    MethodParameters:
                   Name  Flags
      line_number_table  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
         0: .line 131
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 132
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* line */
        start local 2 // java.lang.StringBuilder line
         2: .line 133
            ldc "line.separator"
            ldc "\n"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* newLine */
        start local 3 // java.lang.String newLine
         3: .line 134
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 13
         5: .line 135
      StackMap locals: org.apache.bcel.classfile.LineNumberTable java.lang.StringBuilder java.lang.StringBuilder java.lang.String int
      StackMap stack:
            aload 2 /* line */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            iload 4 /* i */
            aaload
            invokevirtual org.apache.bcel.classfile.LineNumber.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 136
            iload 4 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            arraylength
            iconst_1
            isub
            if_icmpge 8
         7: .line 137
            aload 2 /* line */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 139
      StackMap locals:
      StackMap stack:
            aload 2 /* line */
            invokevirtual java.lang.StringBuilder.length:()I
            bipush 72
            if_icmple 12
            iload 4 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            arraylength
            iconst_1
            isub
            if_icmpge 12
         9: .line 140
            aload 2 /* line */
            aload 3 /* newLine */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 141
            aload 1 /* buf */
            aload 2 /* line */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/CharSequence;)Ljava/lang/StringBuilder;
            pop
        11: .line 142
            aload 2 /* line */
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
        12: .line 134
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            arraylength
            if_icmplt 5
        end local 4 // int i
        14: .line 145
            aload 1 /* buf */
            aload 2 /* line */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/CharSequence;)Ljava/lang/StringBuilder;
            pop
        15: .line 146
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.String newLine
        end local 2 // java.lang.StringBuilder line
        end local 1 // java.lang.StringBuilder buf
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lorg/apache/bcel/classfile/LineNumberTable;
            1   16     1      buf  Ljava/lang/StringBuilder;
            2   16     2     line  Ljava/lang/StringBuilder;
            3   16     3  newLine  Ljava/lang/String;
            4   14     4        i  I

  public int getSourceLine(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
        start local 1 // int pos
         0: .line 157
            iconst_0
            istore 2 /* l */
        start local 2 // int l
         1: .line 158
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            arraylength
            iconst_1
            isub
            istore 3 /* r */
        start local 3 // int r
         2: .line 159
            iload 3 /* r */
            ifge 4
         3: .line 160
            iconst_m1
            ireturn
         4: .line 162
      StackMap locals: int int
      StackMap stack:
            iconst_m1
            istore 4 /* min_index */
        start local 4 // int min_index
         5: .line 163
            iconst_m1
            istore 5 /* min */
        start local 5 // int min
         6: .line 167
      StackMap locals: int int
      StackMap stack:
            iload 2 /* l */
            iload 3 /* r */
            iadd
            iconst_1
            iushr
            istore 6 /* i */
        start local 6 // int i
         7: .line 168
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            iload 6 /* i */
            aaload
            invokevirtual org.apache.bcel.classfile.LineNumber.getStartPC:()I
            istore 7 /* j */
        start local 7 // int j
         8: .line 169
            iload 7 /* j */
            iload 1 /* pos */
            if_icmpne 10
         9: .line 170
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            iload 6 /* i */
            aaload
            invokevirtual org.apache.bcel.classfile.LineNumber.getLineNumber:()I
            ireturn
        10: .line 171
      StackMap locals: int int
      StackMap stack:
            iload 1 /* pos */
            iload 7 /* j */
            if_icmpge 13
        11: .line 172
            iload 6 /* i */
            iconst_1
            isub
            istore 3 /* r */
        12: .line 173
            goto 14
        13: .line 174
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            iconst_1
            iadd
            istore 2 /* l */
        14: .line 180
      StackMap locals:
      StackMap stack:
            iload 7 /* j */
            iload 1 /* pos */
            if_icmpge 17
            iload 7 /* j */
            iload 5 /* min */
            if_icmple 17
        15: .line 181
            iload 7 /* j */
            istore 5 /* min */
        16: .line 182
            iload 6 /* i */
            istore 4 /* min_index */
        end local 7 // int j
        end local 6 // int i
        17: .line 184
      StackMap locals:
      StackMap stack:
            iload 2 /* l */
            iload 3 /* r */
        18: .line 166
            if_icmple 6
        19: .line 188
            iload 4 /* min_index */
            ifge 21
        20: .line 189
            iconst_m1
            ireturn
        21: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            iload 4 /* min_index */
            aaload
            invokevirtual org.apache.bcel.classfile.LineNumber.getLineNumber:()I
            ireturn
        end local 5 // int min
        end local 4 // int min_index
        end local 3 // int r
        end local 2 // int l
        end local 1 // int pos
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lorg/apache/bcel/classfile/LineNumberTable;
            0   22     1        pos  I
            1   22     2          l  I
            2   22     3          r  I
            5   22     4  min_index  I
            6   22     5        min  I
            7   17     6          i  I
            8   17     7          j  I
    MethodParameters:
      Name  Flags
      pos   final

  public org.apache.bcel.classfile.Attribute copy(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
        start local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
         0: .line 202
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.LineNumberTable.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.LineNumberTable
            astore 2 /* c */
        start local 2 // org.apache.bcel.classfile.LineNumberTable c
         1: .line 203
            aload 2 /* c */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            arraylength
            anewarray org.apache.bcel.classfile.LineNumber
            putfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
         2: .line 204
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 205
      StackMap locals: org.apache.bcel.classfile.LineNumberTable int
      StackMap stack:
            aload 2 /* c */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            iload 3 /* i */
            aaload
            invokevirtual org.apache.bcel.classfile.LineNumber.copy:()Lorg/apache/bcel/classfile/LineNumber;
            aastore
         5: .line 204
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 207
            aload 2 /* c */
            aload 1 /* _constant_pool */
            invokevirtual org.apache.bcel.classfile.LineNumberTable.setConstantPool:(Lorg/apache/bcel/classfile/ConstantPool;)V
         8: .line 208
            aload 2 /* c */
            areturn
        end local 2 // org.apache.bcel.classfile.LineNumberTable c
        end local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lorg/apache/bcel/classfile/LineNumberTable;
            0    9     1  _constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            1    9     2               c  Lorg/apache/bcel/classfile/LineNumberTable;
            3    7     3               i  I
    MethodParameters:
                Name  Flags
      _constant_pool  final

  public int getTableLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.LineNumberTable this
         0: .line 213
            aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.bcel.classfile.LineNumberTable.line_number_table:[Lorg/apache/bcel/classfile/LineNumber;
            arraylength
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.apache.bcel.classfile.LineNumberTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/LineNumberTable;
}
SourceFile: "LineNumberTable.java"