public final class com.sun.org.apache.bcel.internal.classfile.ExceptionTable extends com.sun.org.apache.bcel.internal.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.bcel.internal.classfile.ExceptionTable
  super_class: com.sun.org.apache.bcel.internal.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>(com.sun.org.apache.bcel.internal.classfile.ExceptionTable);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable c
         0: .line 48
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ExceptionTable.getNameIndex:()I
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ExceptionTable.getLength:()I
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ExceptionTable.getExceptionIndexTable:()[I
         1: .line 49
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ExceptionTable.getConstantPool:()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            invokespecial com.sun.org.apache.bcel.internal.classfile.ExceptionTable.<init>:(II[ILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         2: .line 50
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
            0    3     1     c  Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
    MethodParameters:
      Name  Flags
      c     

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

  void <init>(int, int, java.io.DataInputStream, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (IILjava/io/DataInputStream;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
        start local 1 // int name_index
        start local 2 // int length
        start local 3 // java.io.DataInputStream file
        start local 4 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 77
            aload 0 /* this */
            iload 1 /* name_index */
            iload 2 /* length */
            aconst_null
            aload 4 /* constant_pool */
            invokespecial com.sun.org.apache.bcel.internal.classfile.ExceptionTable.<init>:(II[ILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
         1: .line 79
            aload 0 /* this */
            aload 3 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            putfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
         2: .line 80
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
            newarray 10
            putfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.exception_index_table:[I
         3: .line 82
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 83
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ExceptionTable int int java.io.DataInputStream com.sun.org.apache.bcel.internal.classfile.ConstantPool int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.exception_index_table:[I
            iload 5 /* i */
            aload 3 /* file */
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            iastore
         6: .line 82
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
            if_icmplt 5
        end local 5 // int i
         8: .line 84
            return
        end local 4 // com.sun.org.apache.bcel.internal.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 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lcom/sun/org/apache/bcel/internal/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  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            4    8     5              i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      name_index     
      length         
      file           
      constant_pool  

  public void accept(com.sun.org.apache.bcel.internal.classfile.Visitor);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
         0: .line 94
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.classfile.Visitor.visitExceptionTable:(Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;)V
         1: .line 95
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
            0    2     1     v  Lcom/sun/org/apache/bcel/internal/classfile/Visitor;
    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 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
        start local 1 // java.io.DataOutputStream file
         0: .line 105
            aload 0 /* this */
            aload 1 /* file */
            invokespecial com.sun.org.apache.bcel.internal.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
         1: .line 106
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 107
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 108
      StackMap locals: int
      StackMap stack:
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.exception_index_table:[I
            iload 2 /* i */
            iaload
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         5: .line 107
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
            if_icmplt 4
        end local 2 // int i
         7: .line 109
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
         0: .line 114
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.exception_index_table:[I
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
         0: .line 118
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
         0: .line 124
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
            anewarray java.lang.String
            astore 1 /* names */
        start local 1 // java.lang.String[] names
         1: .line 125
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 9
         3: .line 126
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 1 /* names */
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.exception_index_table:[I
            iload 2 /* i */
            iaload
         4: .line 127
            bipush 7
         5: .line 126
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstantString:(IB)Ljava/lang/String;
         6: .line 128
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
         7: .line 126
            aastore
         8: .line 125
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
            if_icmplt 3
        end local 2 // int i
        10: .line 129
            aload 1 /* names */
            areturn
        end local 1 // java.lang.String[] names
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
            1   11     1  names  [Ljava/lang/String;
            2   10     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 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
        start local 1 // int[] exception_index_table
         0: .line 137
            aload 0 /* this */
            aload 1 /* exception_index_table */
            putfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.exception_index_table:[I
         1: .line 138
            aload 0 /* this */
            aload 1 /* exception_index_table */
            ifnonnull 2
            iconst_0
            goto 3
         2: .line 139
      StackMap locals:
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.ExceptionTable
            aload 1 /* exception_index_table */
            arraylength
         3: .line 138
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ExceptionTable int[]
      StackMap stack: com.sun.org.apache.bcel.internal.classfile.ExceptionTable int
            putfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
         4: .line 140
            return
        end local 1 // int[] exception_index_table
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lcom/sun/org/apache/bcel/internal/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 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
         0: .line 145
            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 148
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 149
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ExceptionTable java.lang.StringBuffer top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.exception_index_table:[I
            iload 3 /* i */
            iaload
         4: .line 150
            bipush 7
         5: .line 149
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstantString:(IB)Ljava/lang/String;
            astore 2 /* str */
        start local 2 // java.lang.String str
         6: .line 151
            aload 1 /* buf */
            aload 2 /* str */
            iconst_0
            invokestatic com.sun.org.apache.bcel.internal.classfile.Utility.compactClassName:(Ljava/lang/String;Z)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 153
            iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
            iconst_1
            isub
            if_icmpge 9
         8: .line 154
            aload 1 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 148
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ExceptionTable java.lang.StringBuffer java.lang.String int
      StackMap stack:
            iinc 3 /* i */ 1
        end local 2 // java.lang.String str
      StackMap locals: com.sun.org.apache.bcel.internal.classfile.ExceptionTable java.lang.StringBuffer top int
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.number_of_exceptions:I
            if_icmplt 3
        end local 3 // int i
        11: .line 157
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buf
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
            1   12     1   buf  Ljava/lang/StringBuffer;
            6   10     2   str  Ljava/lang/String;
            2   11     3     i  I

  public com.sun.org.apache.bcel.internal.classfile.Attribute copy(com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
         0: .line 164
            aload 0 /* this */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ExceptionTable.clone:()Ljava/lang/Object;
            checkcast com.sun.org.apache.bcel.internal.classfile.ExceptionTable
            astore 2 /* c */
        start local 2 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable c
         1: .line 165
            aload 2 /* c */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.exception_index_table:[I
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            putfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.exception_index_table:[I
         2: .line 166
            aload 2 /* c */
            aload 1 /* constant_pool */
            putfield com.sun.org.apache.bcel.internal.classfile.ExceptionTable.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
         3: .line 167
            aload 2 /* c */
            areturn
        end local 2 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable c
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool constant_pool
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ExceptionTable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
            0    4     1  constant_pool  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            1    4     2              c  Lcom/sun/org/apache/bcel/internal/classfile/ExceptionTable;
    MethodParameters:
               Name  Flags
      constant_pool  
}
SourceFile: "ExceptionTable.java"