public final class org.apache.bcel.classfile.ExceptionTable 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.ExceptionTable
  super_class: org.apache.bcel.classfile.Attribute
{
  private int[] exception_index_table;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(int, int, int[], org.apache.bcel.classfile.ConstantPool);
    descriptor: (II[ILorg/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.bcel.classfile.ExceptionTable this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // int[] exception_index_table
        start local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 58
            aload 0 /* this */
            iconst_3
            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 59
            aload 0 /* this */
            aload 3 /* exception_index_table */
            ifnull 2
            aload 3 /* exception_index_table */
            goto 3
      StackMap locals: org.apache.bcel.classfile.ExceptionTable int int int[] org.apache.bcel.classfile.ConstantPool
      StackMap stack: org.apache.bcel.classfile.ExceptionTable
         2: iconst_0
            newarray 10
      StackMap locals: org.apache.bcel.classfile.ExceptionTable int int int[] org.apache.bcel.classfile.ConstantPool
      StackMap stack: org.apache.bcel.classfile.ExceptionTable int[]
         3: putfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
         4: .line 60
            return
        end local 4 // org.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // int[] exception_index_table
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lorg/apache/bcel/classfile/ExceptionTable;
            0    5     1             name_index  I
            0    5     2                 length  I
            0    5     3  exception_index_table  [I
            0    5     4          constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
                       Name  Flags
      name_index             final
      length                 final
      exception_index_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.ExceptionTable 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.ExceptionTable.<init>:(II[ILorg/apache/bcel/classfile/ConstantPool;)V
         1: .line 73
            aload 3 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            istore 5 /* number_of_exceptions */
        start local 5 // int number_of_exceptions
         2: .line 74
            aload 0 /* this */
            iload 5 /* number_of_exceptions */
            newarray 10
            putfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
         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.ExceptionTable int int java.io.DataInput org.apache.bcel.classfile.ConstantPool int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            iload 6 /* i */
            aload 3 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            iastore
         6: .line 75
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 6 /* i */
            iload 5 /* number_of_exceptions */
            if_icmplt 5
        end local 6 // int i
         8: .line 78
            return
        end local 5 // int number_of_exceptions
        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.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lorg/apache/bcel/classfile/ExceptionTable;
            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  number_of_exceptions  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.ExceptionTable 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.visitExceptionTable:(Lorg/apache/bcel/classfile/ExceptionTable;)V
         1: .line 91
            return
        end local 1 // org.apache.bcel.classfile.Visitor v
        end local 0 // org.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ExceptionTable;
            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.ExceptionTable 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.ExceptionTable.exception_index_table:[I
            arraylength
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 104
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: org.apache.bcel.classfile.ExceptionTable java.io.DataOutputStream top int int int[]
      StackMap stack:
         3: aload 5
            iload 3
            iaload
            istore 2 /* index */
        start local 2 // int index
         4: .line 105
            aload 1 /* file */
            iload 2 /* index */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        end local 2 // int index
         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.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/bcel/classfile/ExceptionTable;
            0    8     1   file  Ljava/io/DataOutputStream;
            4    5     2  index  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

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

  public int getNumberOfExceptions();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ExceptionTable this
         0: .line 122
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            arraylength
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/ExceptionTable;

  public java.lang.String[] getExceptionNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.apache.bcel.classfile.ExceptionTable this
         0: .line 130
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            arraylength
            anewarray java.lang.String
            astore 1 /* names */
        start local 1 // java.lang.String[] names
         1: .line 131
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 9
         3: .line 132
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 1 /* names */
            iload 2 /* i */
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Attribute.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            iload 2 /* i */
            iaload
         4: .line 133
            bipush 7
         5: .line 132
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstantString:(IB)Ljava/lang/String;
         6: .line 133
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
         7: .line 132
            aastore
         8: .line 131
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            arraylength
            if_icmplt 3
        end local 2 // int i
        10: .line 135
            aload 1 /* names */
            areturn
        end local 1 // java.lang.String[] names
        end local 0 // org.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/apache/bcel/classfile/ExceptionTable;
            1   11     1  names  [Ljava/lang/String;
            2   10     2      i  I

  public void setExceptionIndexTable(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ExceptionTable this
        start local 1 // int[] exception_index_table
         0: .line 144
            aload 0 /* this */
            aload 1 /* exception_index_table */
            ifnull 1
            aload 1 /* exception_index_table */
            goto 2
      StackMap locals:
      StackMap stack: org.apache.bcel.classfile.ExceptionTable
         1: iconst_0
            newarray 10
      StackMap locals: org.apache.bcel.classfile.ExceptionTable int[]
      StackMap stack: org.apache.bcel.classfile.ExceptionTable int[]
         2: putfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
         3: .line 145
            return
        end local 1 // int[] exception_index_table
        end local 0 // org.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lorg/apache/bcel/classfile/ExceptionTable;
            0    4     1  exception_index_table  [I
    MethodParameters:
                       Name  Flags
      exception_index_table  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.apache.bcel.classfile.ExceptionTable this
         0: .line 153
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 155
            aload 1 /* buf */
            ldc "Exceptions: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 156
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 9
         4: .line 157
      StackMap locals: org.apache.bcel.classfile.ExceptionTable java.lang.StringBuilder top int
      StackMap stack:
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Attribute.getConstantPool:()Lorg/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            iload 3 /* i */
            iaload
            bipush 7
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstantString:(IB)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
         5: .line 158
            aload 1 /* buf */
            aload 2 /* str */
            iconst_0
            invokestatic org.apache.bcel.classfile.Utility.compactClassName:(Ljava/lang/String;Z)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 159
            iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            arraylength
            iconst_1
            isub
            if_icmpge 8
         7: .line 160
            aload 1 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 156
      StackMap locals: org.apache.bcel.classfile.ExceptionTable java.lang.StringBuilder java.lang.String int
      StackMap stack:
            iinc 3 /* i */ 1
        end local 2 // java.lang.String str
      StackMap locals: org.apache.bcel.classfile.ExceptionTable java.lang.StringBuilder top int
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            arraylength
            if_icmplt 4
        end local 3 // int i
        10: .line 163
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buf
        end local 0 // org.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/bcel/classfile/ExceptionTable;
            1   11     1   buf  Ljava/lang/StringBuilder;
            5    9     2   str  Ljava/lang/String;
            3   10     3     i  I

  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=5, locals=3, args_size=2
        start local 0 // org.apache.bcel.classfile.ExceptionTable this
        start local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
         0: .line 172
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ExceptionTable.clone:()Ljava/lang/Object;
            checkcast org.apache.bcel.classfile.ExceptionTable
            astore 2 /* c */
        start local 2 // org.apache.bcel.classfile.ExceptionTable c
         1: .line 173
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            ifnull 6
         2: .line 174
            aload 2 /* c */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            arraylength
            newarray 10
            putfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
         3: .line 175
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            iconst_0
            aload 2 /* c */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            iconst_0
         4: .line 176
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            arraylength
         5: .line 175
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 178
      StackMap locals: org.apache.bcel.classfile.ExceptionTable
      StackMap stack:
            aload 2 /* c */
            aload 1 /* _constant_pool */
            invokevirtual org.apache.bcel.classfile.ExceptionTable.setConstantPool:(Lorg/apache/bcel/classfile/ConstantPool;)V
         7: .line 179
            aload 2 /* c */
            areturn
        end local 2 // org.apache.bcel.classfile.ExceptionTable c
        end local 1 // org.apache.bcel.classfile.ConstantPool _constant_pool
        end local 0 // org.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/apache/bcel/classfile/ExceptionTable;
            0    8     1  _constant_pool  Lorg/apache/bcel/classfile/ConstantPool;
            1    8     2               c  Lorg/apache/bcel/classfile/ExceptionTable;
    MethodParameters:
                Name  Flags
      _constant_pool  final
}
SourceFile: "ExceptionTable.java"