public final class org.aspectj.apache.bcel.classfile.ExceptionTable extends org.aspectj.apache.bcel.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.aspectj.apache.bcel.classfile.ExceptionTable
  super_class: org.aspectj.apache.bcel.classfile.Attribute
{
  private int number_of_exceptions;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] exception_index_table;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(int, int, int[], org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (II[ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.aspectj.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.aspectj.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 91
            aload 0 /* this */
            iconst_3
            iload 1 /* name_index */
            iload 2 /* length */
            aload 4 /* constant_pool */
            invokespecial org.aspectj.apache.bcel.classfile.Attribute.<init>:(BIILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 92
            aload 0 /* this */
            aload 3 /* exception_index_table */
            invokevirtual org.aspectj.apache.bcel.classfile.ExceptionTable.setExceptionIndexTable:([I)V
         2: .line 93
            return
        end local 4 // org.aspectj.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.aspectj.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lorg/aspectj/apache/bcel/classfile/ExceptionTable;
            0    3     1             name_index  I
            0    3     2                 length  I
            0    3     3  exception_index_table  [I
            0    3     4          constant_pool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
    MethodParameters:
                       Name  Flags
      name_index             
      length                 
      exception_index_table  
      constant_pool          

  void <init>(int, int, java.io.DataInputStream, org.aspectj.apache.bcel.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInputStream;Lorg/aspectj/apache/bcel/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInputStream file
        start local 4 // org.aspectj.apache.bcel.classfile.ConstantPool constant_pool
         0: .line 105
            aload 0 /* this */
            iload 1 /* name_index */
            iload 2 /* length */
            aconst_null
            aload 4 /* constant_pool */
            invokespecial org.aspectj.apache.bcel.classfile.ExceptionTable.<init>:(II[ILorg/aspectj/apache/bcel/classfile/ConstantPool;)V
         1: .line 107
            aload 0 /* this */
            aload 3 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            putfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
         2: .line 108
            aload 0 /* this */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
            newarray 10
            putfield org.aspectj.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
         3: .line 110
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 111
      StackMap locals: org.aspectj.apache.bcel.classfile.ExceptionTable int int java.io.DataInputStream org.aspectj.apache.bcel.classfile.ConstantPool int
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            iload 5 /* i */
            aload 3 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            iastore
         6: .line 110
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
            if_icmplt 5
        end local 5 // int i
         8: .line 112
            return
        end local 4 // org.aspectj.apache.bcel.classfile.ConstantPool constant_pool
        end local 3 // java.io.DataInputStream file
        end local 2 // int length
        end local 1 // int name_index
        end local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/aspectj/apache/bcel/classfile/ExceptionTable;
            0    9     1     name_index  I
            0    9     2         length  I
            0    9     3           file  Ljava/io/DataInputStream;
            0    9     4  constant_pool  Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            4    8     5              i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     
      length         
      file           
      constant_pool  

  public void accept(org.aspectj.apache.bcel.classfile.ClassVisitor);
    descriptor: (Lorg/aspectj/apache/bcel/classfile/ClassVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
        start local 1 // org.aspectj.apache.bcel.classfile.ClassVisitor v
         0: .line 122
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.aspectj.apache.bcel.classfile.ClassVisitor.visitExceptionTable:(Lorg/aspectj/apache/bcel/classfile/ExceptionTable;)V
         1: .line 123
            return
        end local 1 // org.aspectj.apache.bcel.classfile.ClassVisitor v
        end local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/aspectj/apache/bcel/classfile/ExceptionTable;
            0    2     1     v  Lorg/aspectj/apache/bcel/classfile/ClassVisitor;
    MethodParameters:
      Name  Flags
      v     

  public final void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
        start local 1 // java.io.DataOutputStream file
         0: .line 133
            aload 0 /* this */
            aload 1 /* file */
            invokespecial org.aspectj.apache.bcel.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 134
            aload 1 /* file */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 135
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 136
      StackMap locals: int
      StackMap stack:
            aload 1 /* file */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            iload 2 /* i */
            iaload
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         5: .line 135
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
            if_icmplt 4
        end local 2 // int i
         7: .line 137
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/aspectj/apache/bcel/classfile/ExceptionTable;
            0    8     1  file  Ljava/io/DataOutputStream;
            3    7     2     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

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

  public final int getNumberOfExceptions();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
         0: .line 150
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
            ireturn
        end local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/apache/bcel/classfile/ExceptionTable;

  public final java.lang.String[] getExceptionNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
         0: .line 157
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
            anewarray java.lang.String
            astore 1 /* names */
        start local 1 // java.lang.String[] names
         1: .line 158
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 159
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 1 /* names */
            iload 2 /* i */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            iload 2 /* i */
            iaload
            bipush 7
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstantString:(IB)Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            aastore
         4: .line 158
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
            if_icmplt 3
        end local 2 // int i
         6: .line 160
            aload 1 /* names */
            areturn
        end local 1 // java.lang.String[] names
        end local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/aspectj/apache/bcel/classfile/ExceptionTable;
            1    7     1  names  [Ljava/lang/String;
            2    6     2      i  I

  public final void setExceptionIndexTable(int[]);
    descriptor: ([I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
        start local 1 // int[] exception_index_table
         0: .line 167
            aload 0 /* this */
            aload 1 /* exception_index_table */
            putfield org.aspectj.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
         1: .line 168
            aload 0 /* this */
            aload 1 /* exception_index_table */
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: org.aspectj.apache.bcel.classfile.ExceptionTable
         2: aload 1 /* exception_index_table */
            arraylength
      StackMap locals: org.aspectj.apache.bcel.classfile.ExceptionTable int[]
      StackMap stack: org.aspectj.apache.bcel.classfile.ExceptionTable int
         3: putfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
         4: .line 169
            return
        end local 1 // int[] exception_index_table
        end local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lorg/aspectj/apache/bcel/classfile/ExceptionTable;
            0    5     1  exception_index_table  [I
    MethodParameters:
                       Name  Flags
      exception_index_table  

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
         0: .line 176
            new java.lang.StringBuffer
            dup
            ldc ""
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuffer buf
         1: .line 179
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 180
      StackMap locals: org.aspectj.apache.bcel.classfile.ExceptionTable java.lang.StringBuffer top int
      StackMap stack:
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.cpool:Lorg/aspectj/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.exception_index_table:[I
            iload 3 /* i */
            iaload
            bipush 7
            invokevirtual org.aspectj.apache.bcel.classfile.ConstantPool.getConstantString:(IB)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
         4: .line 181
            aload 1 /* buf */
            aload 2 /* str */
            iconst_0
            invokestatic org.aspectj.apache.bcel.classfile.Utility.compactClassName:(Ljava/lang/String;Z)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 183
            iload 3 /* i */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
            iconst_1
            isub
            if_icmpge 7
         6: .line 184
            aload 1 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 179
      StackMap locals: org.aspectj.apache.bcel.classfile.ExceptionTable java.lang.StringBuffer java.lang.String int
      StackMap stack:
            iinc 3 /* i */ 1
        end local 2 // java.lang.String str
      StackMap locals: org.aspectj.apache.bcel.classfile.ExceptionTable java.lang.StringBuffer top int
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield org.aspectj.apache.bcel.classfile.ExceptionTable.number_of_exceptions:I
            if_icmplt 3
        end local 3 // int i
         9: .line 187
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buf
        end local 0 // org.aspectj.apache.bcel.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/aspectj/apache/bcel/classfile/ExceptionTable;
            1   10     1   buf  Ljava/lang/StringBuffer;
            4    8     2   str  Ljava/lang/String;
            2    9     3     i  I
}
SourceFile: "ExceptionTable.java"