public final class org.apache.bcel.classfile.ClassParser
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.bcel.classfile.ClassParser
  super_class: java.lang.Object
{
  private java.io.DataInputStream dataInputStream;
    descriptor: Ljava/io/DataInputStream;
    flags: (0x0002) ACC_PRIVATE

  private final boolean fileOwned;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String file_name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String zip_file;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

  private org.apache.bcel.classfile.ConstantPool constant_pool;
    descriptor: Lorg/apache/bcel/classfile/ConstantPool;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private final boolean is_zip;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final int BUFSIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8192

  public void <init>(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.apache.bcel.classfile.ClassParser this
        start local 1 // java.io.InputStream inputStream
        start local 2 // java.lang.String file_name
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 2 /* file_name */
            putfield org.apache.bcel.classfile.ClassParser.file_name:Ljava/lang/String;
         2: .line 71
            aload 0 /* this */
            iconst_0
            putfield org.apache.bcel.classfile.ClassParser.fileOwned:Z
         3: .line 72
            aload 1 /* inputStream */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 3 /* clazz */
        start local 3 // java.lang.String clazz
         4: .line 73
            aload 0 /* this */
            aload 3 /* clazz */
            ldc "java.util.zip."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 5
            aload 3 /* clazz */
            ldc "java.util.jar."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 5
            iconst_0
            goto 6
      StackMap locals: org.apache.bcel.classfile.ClassParser java.io.InputStream java.lang.String java.lang.String
      StackMap stack: org.apache.bcel.classfile.ClassParser
         5: iconst_1
      StackMap locals: org.apache.bcel.classfile.ClassParser java.io.InputStream java.lang.String java.lang.String
      StackMap stack: org.apache.bcel.classfile.ClassParser int
         6: putfield org.apache.bcel.classfile.ClassParser.is_zip:Z
         7: .line 74
            aload 1 /* inputStream */
            instanceof java.io.DataInputStream
            ifeq 10
         8: .line 75
            aload 0 /* this */
            aload 1 /* inputStream */
            checkcast java.io.DataInputStream
            putfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
         9: .line 76
            goto 11
        10: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.io.DataInputStream
            dup
            new java.io.BufferedInputStream
            dup
            aload 1 /* inputStream */
            sipush 8192
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;I)V
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            putfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
        11: .line 79
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String clazz
        end local 2 // java.lang.String file_name
        end local 1 // java.io.InputStream inputStream
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/apache/bcel/classfile/ClassParser;
            0   12     1  inputStream  Ljava/io/InputStream;
            0   12     2    file_name  Ljava/lang/String;
            4   12     3        clazz  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      inputStream  final
      file_name    final

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ClassParser this
        start local 1 // java.lang.String file_name
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 87
            aload 0 /* this */
            iconst_0
            putfield org.apache.bcel.classfile.ClassParser.is_zip:Z
         2: .line 88
            aload 0 /* this */
            aload 1 /* file_name */
            putfield org.apache.bcel.classfile.ClassParser.file_name:Ljava/lang/String;
         3: .line 89
            aload 0 /* this */
            iconst_1
            putfield org.apache.bcel.classfile.ClassParser.fileOwned:Z
         4: .line 90
            return
        end local 1 // java.lang.String file_name
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/apache/bcel/classfile/ClassParser;
            0    5     1  file_name  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      file_name  final

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.bcel.classfile.ClassParser this
        start local 1 // java.lang.String zip_file
        start local 2 // java.lang.String file_name
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 99
            aload 0 /* this */
            iconst_1
            putfield org.apache.bcel.classfile.ClassParser.is_zip:Z
         2: .line 100
            aload 0 /* this */
            iconst_1
            putfield org.apache.bcel.classfile.ClassParser.fileOwned:Z
         3: .line 101
            aload 0 /* this */
            aload 1 /* zip_file */
            putfield org.apache.bcel.classfile.ClassParser.zip_file:Ljava/lang/String;
         4: .line 102
            aload 0 /* this */
            aload 2 /* file_name */
            putfield org.apache.bcel.classfile.ClassParser.file_name:Ljava/lang/String;
         5: .line 103
            return
        end local 2 // java.lang.String file_name
        end local 1 // java.lang.String zip_file
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/apache/bcel/classfile/ClassParser;
            0    6     1   zip_file  Ljava/lang/String;
            0    6     2  file_name  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      zip_file   final
      file_name  final

  public org.apache.bcel.classfile.JavaClass parse();
    descriptor: ()Lorg/apache/bcel/classfile/JavaClass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=4, args_size=1
        start local 0 // org.apache.bcel.classfile.ClassParser this
         0: .line 118
            aconst_null
            astore 1 /* zip */
        start local 1 // java.util.zip.ZipFile zip
         1: .line 120
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.fileOwned:Z
            ifeq 14
         2: .line 121
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.is_zip:Z
            ifeq 11
         3: .line 122
            new java.util.zip.ZipFile
            dup
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.zip_file:Ljava/lang/String;
            invokespecial java.util.zip.ZipFile.<init>:(Ljava/lang/String;)V
            astore 1 /* zip */
         4: .line 123
            aload 1 /* zip */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.file_name:Ljava/lang/String;
            invokevirtual java.util.zip.ZipFile.getEntry:(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
            astore 2 /* entry */
        start local 2 // java.util.zip.ZipEntry entry
         5: .line 125
            aload 2 /* entry */
            ifnonnull 7
         6: .line 126
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "File "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.file_name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " not found"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 129
      StackMap locals: java.util.zip.ZipFile java.util.zip.ZipEntry
      StackMap stack:
            aload 0 /* this */
            new java.io.DataInputStream
            dup
            new java.io.BufferedInputStream
            dup
            aload 1 /* zip */
            aload 2 /* entry */
            invokevirtual java.util.zip.ZipFile.getInputStream:(Ljava/util/zip/ZipEntry;)Ljava/io/InputStream;
         8: .line 130
            sipush 8192
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;I)V
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
         9: .line 129
            putfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
        end local 2 // java.util.zip.ZipEntry entry
        10: .line 131
            goto 14
        11: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.io.DataInputStream
            dup
            new java.io.BufferedInputStream
            dup
            new java.io.FileInputStream
            dup
        12: .line 133
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.file_name:Ljava/lang/String;
            invokespecial java.io.FileInputStream.<init>:(Ljava/lang/String;)V
            sipush 8192
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;I)V
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
        13: .line 132
            putfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
        14: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ClassParser.readID:()V
        15: .line 140
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ClassParser.readVersion:()V
        16: .line 143
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ClassParser.readConstantPool:()V
        17: .line 145
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ClassParser.readClassInfo:()V
        18: .line 147
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ClassParser.readInterfaces:()V
        19: .line 150
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ClassParser.readFields:()V
        20: .line 152
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ClassParser.readMethods:()V
        21: .line 154
            aload 0 /* this */
            invokevirtual org.apache.bcel.classfile.ClassParser.readAttributes:()V
        22: .line 169
            goto 34
      StackMap locals:
      StackMap stack: java.lang.Throwable
        23: astore 3
        24: .line 171
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.fileOwned:Z
            ifeq 29
        25: .line 173
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            ifnull 29
        26: .line 174
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.close:()V
        27: .line 176
            goto 29
      StackMap locals: org.apache.bcel.classfile.ClassParser java.util.zip.ZipFile top java.lang.Throwable
      StackMap stack: java.io.IOException
        28: pop
        29: .line 181
      StackMap locals:
      StackMap stack:
            aload 1 /* zip */
            ifnull 33
        30: .line 182
            aload 1 /* zip */
            invokevirtual java.util.zip.ZipFile.close:()V
        31: .line 184
            goto 33
      StackMap locals:
      StackMap stack: java.io.IOException
        32: pop
        33: .line 187
      StackMap locals:
      StackMap stack:
            aload 3
            athrow
        34: .line 171
      StackMap locals: org.apache.bcel.classfile.ClassParser java.util.zip.ZipFile
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.fileOwned:Z
            ifeq 39
        35: .line 173
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            ifnull 39
        36: .line 174
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.close:()V
        37: .line 176
            goto 39
      StackMap locals:
      StackMap stack: java.io.IOException
        38: pop
        39: .line 181
      StackMap locals:
      StackMap stack:
            aload 1 /* zip */
            ifnull 43
        40: .line 182
            aload 1 /* zip */
            invokevirtual java.util.zip.ZipFile.close:()V
        41: .line 184
            goto 43
      StackMap locals:
      StackMap stack: java.io.IOException
        42: pop
        43: .line 189
      StackMap locals:
      StackMap stack:
            new org.apache.bcel.classfile.JavaClass
            dup
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.class_name_index:I
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.superclass_name_index:I
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.file_name:Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.major:I
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.minor:I
        44: .line 190
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.access_flags:I
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.interfaces:[I
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.fields:[Lorg/apache/bcel/classfile/Field;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.methods:[Lorg/apache/bcel/classfile/Method;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.attributes:[Lorg/apache/bcel/classfile/Attribute;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.is_zip:Z
            ifeq 46
        45: .line 191
            iconst_3
            goto 47
        46: .line 192
      StackMap locals: org.apache.bcel.classfile.ClassParser java.util.zip.ZipFile
      StackMap stack: new 43 new 43 int int java.lang.String int int int org.apache.bcel.classfile.ConstantPool int[] org.apache.bcel.classfile.Field[] org.apache.bcel.classfile.Method[] org.apache.bcel.classfile.Attribute[]
            iconst_2
        47: .line 189
      StackMap locals: org.apache.bcel.classfile.ClassParser java.util.zip.ZipFile
      StackMap stack: new 43 new 43 int int java.lang.String int int int org.apache.bcel.classfile.ConstantPool int[] org.apache.bcel.classfile.Field[] org.apache.bcel.classfile.Method[] org.apache.bcel.classfile.Attribute[] int
            invokespecial org.apache.bcel.classfile.JavaClass.<init>:(IILjava/lang/String;IIILorg/apache/bcel/classfile/ConstantPool;[I[Lorg/apache/bcel/classfile/Field;[Lorg/apache/bcel/classfile/Method;[Lorg/apache/bcel/classfile/Attribute;B)V
            areturn
        end local 1 // java.util.zip.ZipFile zip
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   48     0   this  Lorg/apache/bcel/classfile/ClassParser;
            1   48     1    zip  Ljava/util/zip/ZipFile;
            5   10     2  entry  Ljava/util/zip/ZipEntry;
      Exception table:
        from    to  target  type
           1    23      23  any
          25    27      28  Class java.io.IOException
          29    31      32  Class java.io.IOException
          35    37      38  Class java.io.IOException
          39    41      42  Class java.io.IOException
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException

  private void readAttributes();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.bcel.classfile.ClassParser this
         0: .line 202
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            istore 1 /* attributes_count */
        start local 1 // int attributes_count
         1: .line 203
            aload 0 /* this */
            iload 1 /* attributes_count */
            anewarray org.apache.bcel.classfile.Attribute
            putfield org.apache.bcel.classfile.ClassParser.attributes:[Lorg/apache/bcel/classfile/Attribute;
         2: .line 204
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 205
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.attributes:[Lorg/apache/bcel/classfile/Attribute;
            iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
            invokestatic org.apache.bcel.classfile.Attribute.readAttribute:(Ljava/io/DataInputStream;Lorg/apache/bcel/classfile/ConstantPool;)Lorg/apache/bcel/classfile/Attribute;
            aastore
         5: .line 204
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* attributes_count */
            if_icmplt 4
        end local 2 // int i
         7: .line 207
            return
        end local 1 // int attributes_count
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lorg/apache/bcel/classfile/ClassParser;
            1    8     1  attributes_count  I
            3    7     2                 i  I
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException

  private void readClassInfo();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ClassParser this
         0: .line 216
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            putfield org.apache.bcel.classfile.ClassParser.access_flags:I
         1: .line 220
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.access_flags:I
            sipush 512
            iand
            ifeq 3
         2: .line 221
            aload 0 /* this */
            dup
            getfield org.apache.bcel.classfile.ClassParser.access_flags:I
            sipush 1024
            ior
            putfield org.apache.bcel.classfile.ClassParser.access_flags:I
         3: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.access_flags:I
            sipush 1024
            iand
            ifeq 6
         4: .line 224
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.access_flags:I
            bipush 16
            iand
            ifeq 6
         5: .line 225
            new org.apache.bcel.classfile.ClassFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Class "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.file_name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " can't be both final and abstract"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.apache.bcel.classfile.ClassFormatException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            putfield org.apache.bcel.classfile.ClassParser.class_name_index:I
         7: .line 228
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            putfield org.apache.bcel.classfile.ClassParser.superclass_name_index:I
         8: .line 229
            return
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/bcel/classfile/ClassParser;
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException

  private void readConstantPool();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ClassParser this
         0: .line 238
            aload 0 /* this */
            new org.apache.bcel.classfile.ConstantPool
            dup
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokespecial org.apache.bcel.classfile.ConstantPool.<init>:(Ljava/io/DataInput;)V
            putfield org.apache.bcel.classfile.ClassParser.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
         1: .line 239
            return
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ClassParser;
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException

  private void readFields();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.apache.bcel.classfile.ClassParser this
         0: .line 248
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            istore 1 /* fields_count */
        start local 1 // int fields_count
         1: .line 249
            aload 0 /* this */
            iload 1 /* fields_count */
            anewarray org.apache.bcel.classfile.Field
            putfield org.apache.bcel.classfile.ClassParser.fields:[Lorg/apache/bcel/classfile/Field;
         2: .line 250
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 251
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.fields:[Lorg/apache/bcel/classfile/Field;
            iload 2 /* i */
            new org.apache.bcel.classfile.Field
            dup
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
            invokespecial org.apache.bcel.classfile.Field.<init>:(Ljava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
            aastore
         5: .line 250
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* fields_count */
            if_icmplt 4
        end local 2 // int i
         7: .line 253
            return
        end local 1 // int fields_count
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/apache/bcel/classfile/ClassParser;
            1    8     1  fields_count  I
            3    7     2             i  I
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException

  private void readID();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ClassParser this
         0: .line 264
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readInt:()I
            ldc -889275714
            if_icmpeq 2
         1: .line 265
            new org.apache.bcel.classfile.ClassFormatException
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.file_name:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " is not a Java .class file"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.apache.bcel.classfile.ClassFormatException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 267
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/ClassParser;
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException

  private void readInterfaces();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.bcel.classfile.ClassParser this
         0: .line 276
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            istore 1 /* interfaces_count */
        start local 1 // int interfaces_count
         1: .line 277
            aload 0 /* this */
            iload 1 /* interfaces_count */
            newarray 10
            putfield org.apache.bcel.classfile.ClassParser.interfaces:[I
         2: .line 278
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 279
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.interfaces:[I
            iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            iastore
         5: .line 278
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* interfaces_count */
            if_icmplt 4
        end local 2 // int i
         7: .line 281
            return
        end local 1 // int interfaces_count
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lorg/apache/bcel/classfile/ClassParser;
            1    8     1  interfaces_count  I
            3    7     2                 i  I
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException

  private void readMethods();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.apache.bcel.classfile.ClassParser this
         0: .line 290
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            istore 1 /* methods_count */
        start local 1 // int methods_count
         1: .line 291
            aload 0 /* this */
            iload 1 /* methods_count */
            anewarray org.apache.bcel.classfile.Method
            putfield org.apache.bcel.classfile.ClassParser.methods:[Lorg/apache/bcel/classfile/Method;
         2: .line 292
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 293
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.methods:[Lorg/apache/bcel/classfile/Method;
            iload 2 /* i */
            new org.apache.bcel.classfile.Method
            dup
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.constant_pool:Lorg/apache/bcel/classfile/ConstantPool;
            invokespecial org.apache.bcel.classfile.Method.<init>:(Ljava/io/DataInput;Lorg/apache/bcel/classfile/ConstantPool;)V
            aastore
         5: .line 292
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* methods_count */
            if_icmplt 4
        end local 2 // int i
         7: .line 295
            return
        end local 1 // int methods_count
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/apache/bcel/classfile/ClassParser;
            1    8     1  methods_count  I
            3    7     2              i  I
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException

  private void readVersion();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ClassParser this
         0: .line 304
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            putfield org.apache.bcel.classfile.ClassParser.minor:I
         1: .line 305
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ClassParser.dataInputStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.readUnsignedShort:()I
            putfield org.apache.bcel.classfile.ClassParser.major:I
         2: .line 306
            return
        end local 0 // org.apache.bcel.classfile.ClassParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/ClassParser;
    Exceptions:
      throws java.io.IOException, org.apache.bcel.classfile.ClassFormatException
}
SourceFile: "ClassParser.java"