public class org.eclipse.jdt.internal.compiler.batch.ClasspathJar extends org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.batch.ClasspathJar
  super_class: org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
{
  protected java.io.File file;
    descriptor: Ljava/io/File;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.zip.ZipFile zipFile;
    descriptor: Ljava/util/zip/ZipFile;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.zip.ZipFile annotationZipFile;
    descriptor: Ljava/util/zip/ZipFile;
    flags: (0x0004) ACC_PROTECTED

  protected boolean closeZipFileAtEnd;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected java.util.Set<java.lang.String> packageCache;
    descriptor: Ljava/util/Set;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  protected java.util.List<java.lang.String> annotationPaths;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Ljava/lang/String;>;

  public void <init>(java.io.File, boolean, org.eclipse.jdt.internal.compiler.env.AccessRuleSet, java.lang.String);
    descriptor: (Ljava/io/File;ZLorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // java.io.File file
        start local 2 // boolean closeZipFileAtEnd
        start local 3 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet accessRuleSet
        start local 4 // java.lang.String destinationPath
         0: .line 59
            aload 0 /* this */
            aload 3 /* accessRuleSet */
            aload 4 /* destinationPath */
            invokespecial org.eclipse.jdt.internal.compiler.batch.ClasspathLocation.<init>:(Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;Ljava/lang/String;)V
         1: .line 60
            aload 0 /* this */
            aload 1 /* file */
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.file:Ljava/io/File;
         2: .line 61
            aload 0 /* this */
            iload 2 /* closeZipFileAtEnd */
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.closeZipFileAtEnd:Z
         3: .line 62
            return
        end local 4 // java.lang.String destinationPath
        end local 3 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet accessRuleSet
        end local 2 // boolean closeZipFileAtEnd
        end local 1 // java.io.File file
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0    4     1               file  Ljava/io/File;
            0    4     2  closeZipFileAtEnd  Z
            0    4     3      accessRuleSet  Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;
            0    4     4    destinationPath  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      file               
      closeZipFileAtEnd  
      accessRuleSet      
      destinationPath    

  public java.util.List<org.eclipse.jdt.internal.compiler.batch.FileSystem$Classpath> fetchLinkedJars(org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$ClasspathSectionProblemReporter;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=13, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter problemReporter
         0: .line 68
            aconst_null
            astore 2 /* inputStream */
        start local 2 // java.io.InputStream inputStream
         1: .line 70
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize:()V
         2: .line 71
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* result */
        start local 3 // java.util.ArrayList result
         3: .line 72
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            ldc "META-INF/MANIFEST.MF"
            invokevirtual java.util.zip.ZipFile.getEntry:(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
            astore 4 /* manifest */
        start local 4 // java.util.zip.ZipEntry manifest
         4: .line 73
            aload 4 /* manifest */
            ifnull 23
         5: .line 74
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            aload 4 /* manifest */
            invokevirtual java.util.zip.ZipFile.getInputStream:(Ljava/util/zip/ZipEntry;)Ljava/io/InputStream;
            astore 2 /* inputStream */
         6: .line 75
            new org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer
            dup
            invokespecial org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer.<init>:()V
            astore 5 /* analyzer */
        start local 5 // org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer analyzer
         7: .line 76
            aload 5 /* analyzer */
            aload 2 /* inputStream */
            invokevirtual org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer.analyzeManifestContents:(Ljava/io/InputStream;)Z
            istore 6 /* success */
        start local 6 // boolean success
         8: .line 77
            aload 5 /* analyzer */
            invokevirtual org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer.getCalledFileNames:()Ljava/util/List;
            astore 7 /* calledFileNames */
        start local 7 // java.util.List calledFileNames
         9: .line 78
            aload 1 /* problemReporter */
            ifnull 15
        10: .line 79
            iload 6 /* success */
            ifeq 11
            aload 5 /* analyzer */
            invokevirtual org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer.getClasspathSectionsCount:()I
            iconst_1
            if_icmpne 13
            aload 7 /* calledFileNames */
            ifnonnull 13
        11: .line 80
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter java.io.InputStream java.util.ArrayList java.util.zip.ZipEntry org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer int java.util.List
      StackMap stack:
            aload 1 /* problemReporter */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.getPath:()Ljava/lang/String;
            invokeinterface org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter.invalidClasspathSection:(Ljava/lang/String;)V
        12: .line 81
            goto 15
      StackMap locals:
      StackMap stack:
        13: aload 5 /* analyzer */
            invokevirtual org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer.getClasspathSectionsCount:()I
            iconst_1
            if_icmple 15
        14: .line 82
            aload 1 /* problemReporter */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.getPath:()Ljava/lang/String;
            invokeinterface org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter.multipleClasspathSections:(Ljava/lang/String;)V
        15: .line 85
      StackMap locals:
      StackMap stack:
            aload 7 /* calledFileNames */
            ifnull 23
        16: .line 86
            aload 7 /* calledFileNames */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8 /* calledFilesIterator */
        start local 8 // java.util.Iterator calledFilesIterator
        17: .line 87
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.getPath:()Ljava/lang/String;
            astore 9 /* directoryPath */
        start local 9 // java.lang.String directoryPath
        18: .line 88
            aload 9 /* directoryPath */
            getstatic java.io.File.separatorChar:C
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 10 /* lastSeparator */
        start local 10 // int lastSeparator
        19: .line 89
            aload 9 /* directoryPath */
            iconst_0
            iload 10 /* lastSeparator */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 9 /* directoryPath */
        20: .line 90
            goto 22
        21: .line 91
      StackMap locals: java.util.Iterator java.lang.String int
      StackMap stack:
            aload 3 /* result */
            new org.eclipse.jdt.internal.compiler.batch.ClasspathJar
            dup
            new java.io.File
            dup
            new java.lang.StringBuilder
            dup
            aload 9 /* directoryPath */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* calledFilesIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.closeZipFileAtEnd:Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.accessRuleSet:Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.destinationPath:Ljava/lang/String;
            invokespecial org.eclipse.jdt.internal.compiler.batch.ClasspathJar.<init>:(Ljava/io/File;ZLorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;Ljava/lang/String;)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        22: .line 90
      StackMap locals:
      StackMap stack:
            aload 8 /* calledFilesIterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        end local 10 // int lastSeparator
        end local 9 // java.lang.String directoryPath
        end local 8 // java.util.Iterator calledFilesIterator
        end local 7 // java.util.List calledFileNames
        end local 6 // boolean success
        end local 5 // org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer analyzer
        23: .line 95
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter java.io.InputStream java.util.ArrayList java.util.zip.ZipEntry
      StackMap stack:
            aload 3 /* result */
            astore 12
        24: .line 101
            aload 2 /* inputStream */
            ifnull 28
        25: .line 103
            aload 2 /* inputStream */
            invokevirtual java.io.InputStream.close:()V
        26: .line 104
            goto 28
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter java.io.InputStream java.util.ArrayList java.util.zip.ZipEntry top top top top top top top java.util.List
      StackMap stack: java.io.IOException
        27: pop
        28: .line 95
      StackMap locals:
      StackMap stack:
            aload 12
            areturn
        end local 4 // java.util.zip.ZipEntry manifest
        end local 3 // java.util.ArrayList result
        29: .line 96
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter java.io.InputStream
      StackMap stack: java.lang.Exception
            pop
        30: .line 101
            aload 2 /* inputStream */
            ifnull 34
        31: .line 103
            aload 2 /* inputStream */
            invokevirtual java.io.InputStream.close:()V
        32: .line 104
            goto 34
      StackMap locals:
      StackMap stack: java.io.IOException
        33: pop
        34: .line 99
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        35: .line 100
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        36: .line 101
            aload 2 /* inputStream */
            ifnull 40
        37: .line 103
            aload 2 /* inputStream */
            invokevirtual java.io.InputStream.close:()V
        38: .line 104
            goto 40
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter java.io.InputStream top top top top top top top top java.lang.Throwable
      StackMap stack: java.io.IOException
        39: pop
        40: .line 108
      StackMap locals:
      StackMap stack:
            aload 11
            athrow
        end local 2 // java.io.InputStream inputStream
        end local 1 // org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter problemReporter
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   41     0                 this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0   41     1      problemReporter  Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$ClasspathSectionProblemReporter;
            1   41     2          inputStream  Ljava/io/InputStream;
            3   29     3               result  Ljava/util/ArrayList<Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;>;
            4   29     4             manifest  Ljava/util/zip/ZipEntry;
            7   23     5             analyzer  Lorg/eclipse/jdt/internal/compiler/util/ManifestAnalyzer;
            8   23     6              success  Z
            9   23     7      calledFileNames  Ljava/util/List;
           17   23     8  calledFilesIterator  Ljava/util/Iterator;
           18   23     9        directoryPath  Ljava/lang/String;
           19   23    10        lastSeparator  I
      Exception table:
        from    to  target  type
          25    26      27  Class java.io.IOException
           1    24      29  Class java.io.IOException
           1    24      29  Class java.lang.IllegalArgumentException
          31    32      33  Class java.io.IOException
           1    24      35  any
          29    30      35  any
          37    38      39  Class java.io.IOException
    Signature: (Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$ClasspathSectionProblemReporter;)Ljava/util/List<Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;>;
    MethodParameters:
                 Name  Flags
      problemReporter  

  public org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findClass(char[], java.lang.String, java.lang.String, java.lang.String);
    descriptor: ([CLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // char[] typeName
        start local 2 // java.lang.String qualifiedPackageName
        start local 3 // java.lang.String moduleName
        start local 4 // java.lang.String qualifiedBinaryFileName
         0: .line 112
            aload 0 /* this */
            aload 1 /* typeName */
            aload 2 /* qualifiedPackageName */
            aload 3 /* moduleName */
            aload 4 /* qualifiedBinaryFileName */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.findClass:([CLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
            areturn
        end local 4 // java.lang.String qualifiedBinaryFileName
        end local 3 // java.lang.String moduleName
        end local 2 // java.lang.String qualifiedPackageName
        end local 1 // char[] typeName
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0    1     1                 typeName  [C
            0    1     2     qualifiedPackageName  Ljava/lang/String;
            0    1     3               moduleName  Ljava/lang/String;
            0    1     4  qualifiedBinaryFileName  Ljava/lang/String;
    MethodParameters:
                         Name  Flags
      typeName                 
      qualifiedPackageName     
      moduleName               
      qualifiedBinaryFileName  

  public org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findClass(char[], java.lang.String, java.lang.String, java.lang.String, boolean);
    descriptor: ([CLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // char[] typeName
        start local 2 // java.lang.String qualifiedPackageName
        start local 3 // java.lang.String moduleName
        start local 4 // java.lang.String qualifiedBinaryFileName
        start local 5 // boolean asBinaryOnly
         0: .line 116
            aload 0 /* this */
            aload 2 /* qualifiedPackageName */
            aload 3 /* moduleName */
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.isPackage:(Ljava/lang/String;Ljava/lang/String;)Z
            ifne 2
         1: .line 117
            aconst_null
            areturn
         2: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            aload 4 /* qualifiedBinaryFileName */
            invokestatic org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.read:(Ljava/util/zip/ZipFile;Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFileReader;
            astore 6 /* reader */
        start local 6 // org.eclipse.jdt.internal.compiler.env.IBinaryType reader
         3: .line 121
            aload 6 /* reader */
            ifnull 27
         4: .line 122
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.module:Lorg/eclipse/jdt/internal/compiler/env/IModule;
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryType
      StackMap stack:
         5: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.module:Lorg/eclipse/jdt/internal/compiler/env/IModule;
            invokeinterface org.eclipse.jdt.internal.compiler.env.IModule.name:()[C
      StackMap locals:
      StackMap stack: char[]
         6: astore 7 /* modName */
        start local 7 // char[] modName
         7: .line 123
            aload 6 /* reader */
            instanceof org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
            ifeq 12
         8: .line 124
            aload 6 /* reader */
            checkcast org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
            astore 8 /* classReader */
        start local 8 // org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader classReader
         9: .line 125
            aload 8 /* classReader */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.moduleName:[C
            ifnonnull 11
        10: .line 126
            aload 8 /* classReader */
            aload 7 /* modName */
            putfield org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.moduleName:[C
            goto 12
        11: .line 128
      StackMap locals: char[] org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
      StackMap stack:
            aload 8 /* classReader */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.moduleName:[C
            astore 7 /* modName */
        end local 8 // org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader classReader
        12: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.annotationPaths:Ljava/util/List;
            ifnull 24
        13: .line 132
            aload 4 /* qualifiedBinaryFileName */
            iconst_0
            aload 4 /* qualifiedBinaryFileName */
            invokevirtual java.lang.String.length:()I
            ldc "CLASS"
            invokevirtual java.lang.String.length:()I
            isub
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 8 /* qualifiedClassName */
        start local 8 // java.lang.String qualifiedClassName
        14: .line 133
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.annotationPaths:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 22
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar char[] java.lang.String java.lang.String java.lang.String int org.eclipse.jdt.internal.compiler.env.IBinaryType char[] java.lang.String top java.util.Iterator
      StackMap stack:
        15: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 9 /* annotationPath */
        start local 9 // java.lang.String annotationPath
        16: .line 135
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.annotationZipFile:Ljava/util/zip/ZipFile;
            ifnonnull 18
        17: .line 136
            aload 0 /* this */
            aload 9 /* annotationPath */
            aconst_null
            invokestatic org.eclipse.jdt.internal.compiler.classfmt.ExternalAnnotationDecorator.getAnnotationZipFile:(Ljava/lang/String;Lorg/eclipse/jdt/internal/compiler/classfmt/ExternalAnnotationDecorator$ZipFileProducer;)Ljava/util/zip/ZipFile;
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.annotationZipFile:Ljava/util/zip/ZipFile;
        18: .line 138
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar char[] java.lang.String java.lang.String java.lang.String int org.eclipse.jdt.internal.compiler.env.IBinaryType char[] java.lang.String java.lang.String java.util.Iterator
      StackMap stack:
            aload 6 /* reader */
            aload 9 /* annotationPath */
            aload 8 /* qualifiedClassName */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.annotationZipFile:Ljava/util/zip/ZipFile;
            invokestatic org.eclipse.jdt.internal.compiler.classfmt.ExternalAnnotationDecorator.create:(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Ljava/lang/String;Ljava/lang/String;Ljava/util/zip/ZipFile;)Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;
            astore 6 /* reader */
        19: .line 140
            aload 6 /* reader */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryType.getExternalAnnotationStatus:()Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding$ExternalAnnotationStatus;
            getstatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding$ExternalAnnotationStatus.TYPE_IS_ANNOTATED:Lorg/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding$ExternalAnnotationStatus;
            if_acmpne 22
        20: .line 141
            goto 24
        21: .line 143
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
        end local 9 // java.lang.String annotationPath
        22: .line 133
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar char[] java.lang.String java.lang.String java.lang.String int org.eclipse.jdt.internal.compiler.env.IBinaryType char[] java.lang.String top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        23: .line 148
            new org.eclipse.jdt.internal.compiler.classfmt.ExternalAnnotationDecorator
            dup
            aload 6 /* reader */
            aconst_null
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.ExternalAnnotationDecorator.<init>:(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/classfmt/ExternalAnnotationProvider;)V
            astore 6 /* reader */
        end local 8 // java.lang.String qualifiedClassName
        24: .line 150
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar char[] java.lang.String java.lang.String java.lang.String int org.eclipse.jdt.internal.compiler.env.IBinaryType char[]
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer
            dup
            aload 6 /* reader */
            aload 0 /* this */
            aload 4 /* qualifiedBinaryFileName */
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.fetchAccessRestriction:(Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
            aload 7 /* modName */
            invokespecial org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.<init>:(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;[C)V
        25: areturn
        end local 7 // char[] modName
        end local 6 // org.eclipse.jdt.internal.compiler.env.IBinaryType reader
        26: .line 152
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar char[] java.lang.String java.lang.String java.lang.String int
      StackMap stack: java.lang.Exception
            pop
        27: .line 155
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // boolean asBinaryOnly
        end local 4 // java.lang.String qualifiedBinaryFileName
        end local 3 // java.lang.String moduleName
        end local 2 // java.lang.String qualifiedPackageName
        end local 1 // char[] typeName
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   28     0                     this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0   28     1                 typeName  [C
            0   28     2     qualifiedPackageName  Ljava/lang/String;
            0   28     3               moduleName  Ljava/lang/String;
            0   28     4  qualifiedBinaryFileName  Ljava/lang/String;
            0   28     5             asBinaryOnly  Z
            3   26     6                   reader  Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;
            7   26     7                  modName  [C
            9   12     8              classReader  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFileReader;
           14   24     8       qualifiedClassName  Ljava/lang/String;
           16   22     9           annotationPath  Ljava/lang/String;
      Exception table:
        from    to  target  type
          16    20      21  Class java.io.IOException
           2    25      26  Class org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
           2    25      26  Class java.io.IOException
    MethodParameters:
                         Name  Flags
      typeName                 
      qualifiedPackageName     
      moduleName               
      qualifiedBinaryFileName  
      asBinaryOnly             

  public boolean hasAnnotationFileFor(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // java.lang.String qualifiedTypeName
         0: .line 159
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            new java.lang.StringBuilder
            dup
            aload 1 /* qualifiedTypeName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".eea"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.zip.ZipFile.getEntry:(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.String qualifiedTypeName
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0    2     1  qualifiedTypeName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      qualifiedTypeName  

  public char[][][] findTypeNames(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)[[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // java.lang.String qualifiedPackageName
        start local 2 // java.lang.String moduleName
         0: .line 163
            aload 0 /* this */
            aload 1 /* qualifiedPackageName */
            aload 2 /* moduleName */
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.isPackage:(Ljava/lang/String;Ljava/lang/String;)Z
            ifne 2
         1: .line 164
            aconst_null
            areturn
         2: .line 165
      StackMap locals:
      StackMap stack:
            aload 1 /* qualifiedPackageName */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 3 /* packageArray */
        start local 3 // char[] packageArray
         3: .line 166
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* answers */
        start local 4 // java.util.ArrayList answers
         4: .line 167
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            invokevirtual java.util.zip.ZipFile.entries:()Ljava/util/Enumeration;
            astore 5 /* e */
        start local 5 // java.util.Enumeration e
         5: goto 20
         6: .line 168
      StackMap locals: char[] java.util.ArrayList java.util.Enumeration
      StackMap stack:
            aload 5 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.util.zip.ZipEntry
            invokevirtual java.util.zip.ZipEntry.getName:()Ljava/lang/String;
            astore 6 /* fileName */
        start local 6 // java.lang.String fileName
         7: .line 171
            aload 6 /* fileName */
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 7 /* last */
        start local 7 // int last
         8: .line 172
            iload 7 /* last */
            ifle 20
         9: .line 174
            aload 6 /* fileName */
            iconst_0
            iload 7 /* last */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 8 /* packageName */
        start local 8 // java.lang.String packageName
        10: .line 175
            aload 1 /* qualifiedPackageName */
            aload 8 /* packageName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 176
            goto 20
        12: .line 177
      StackMap locals: java.lang.String int java.lang.String
      StackMap stack:
            aload 6 /* fileName */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 9 /* indexOfDot */
        start local 9 // int indexOfDot
        13: .line 178
            iload 9 /* indexOfDot */
            iconst_m1
            if_icmpeq 20
        14: .line 179
            aload 6 /* fileName */
            iload 7 /* last */
            iconst_1
            iadd
            iload 9 /* indexOfDot */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 10 /* typeName */
        start local 10 // java.lang.String typeName
        15: .line 180
            aload 4 /* answers */
        16: .line 182
            bipush 47
            aload 3 /* packageArray */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.splitOn:(C[C)[[C
        17: .line 183
            aload 10 /* typeName */
            invokevirtual java.lang.String.toCharArray:()[C
        18: .line 181
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.arrayConcat:([[C[C)[[C
        19: .line 180
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 10 // java.lang.String typeName
        end local 9 // int indexOfDot
        end local 8 // java.lang.String packageName
        end local 7 // int last
        end local 6 // java.lang.String fileName
        20: .line 167
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 6
        end local 5 // java.util.Enumeration e
        21: .line 187
            aload 4 /* answers */
            invokevirtual java.util.ArrayList.size:()I
            istore 5 /* size */
        start local 5 // int size
        22: .line 188
            iload 5 /* size */
            ifeq 26
        23: .line 189
            iload 5 /* size */
            anewarray char[][]
            astore 6 /* result */
        start local 6 // char[][][] result
        24: .line 190
            aload 4 /* answers */
            aload 6 /* result */
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
        25: .line 191
            aload 6 /* result */
            areturn
        end local 6 // char[][][] result
        26: .line 193
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar java.lang.String java.lang.String char[] java.util.ArrayList int
      StackMap stack:
            aconst_null
            areturn
        end local 5 // int size
        end local 4 // java.util.ArrayList answers
        end local 3 // char[] packageArray
        end local 2 // java.lang.String moduleName
        end local 1 // java.lang.String qualifiedPackageName
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   27     0                  this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0   27     1  qualifiedPackageName  Ljava/lang/String;
            0   27     2            moduleName  Ljava/lang/String;
            3   27     3          packageArray  [C
            4   27     4               answers  Ljava/util/ArrayList;
            5   21     5                     e  Ljava/util/Enumeration;
            7   20     6              fileName  Ljava/lang/String;
            8   20     7                  last  I
           10   20     8           packageName  Ljava/lang/String;
           13   20     9            indexOfDot  I
           15   20    10              typeName  Ljava/lang/String;
           22   27     5                  size  I
           24   26     6                result  [[[C
    MethodParameters:
                      Name  Flags
      qualifiedPackageName  final
      moduleName            

  public void initialize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
         0: .line 198
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            ifnonnull 2
         1: .line 199
            aload 0 /* this */
            new java.util.zip.ZipFile
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.file:Ljava/io/File;
            invokespecial java.util.zip.ZipFile.<init>:(Ljava/io/File;)V
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
         2: .line 201
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
    Exceptions:
      throws java.io.IOException

  void acceptModule(org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFileReader;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader reader
         0: .line 203
            aload 1 /* reader */
            ifnull 2
         1: .line 204
            aload 0 /* this */
            aload 1 /* reader */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.getModuleDeclaration:()Lorg/eclipse/jdt/internal/compiler/env/IBinaryModule;
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.acceptModule:(Lorg/eclipse/jdt/internal/compiler/env/IModule;)V
         2: .line 206
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader reader
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0    3     1  reader  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFileReader;
    MethodParameters:
        Name  Flags
      reader  

  void acceptModule(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // byte[] content
         0: .line 208
            aload 1 /* content */
            ifnonnull 2
         1: .line 209
            return
         2: .line 210
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* reader */
        start local 2 // org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader reader
         3: .line 212
            new org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
            dup
            aload 1 /* content */
            ldc "module-info.class"
            invokevirtual java.lang.String.toCharArray:()[C
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.<init>:([B[C)V
            astore 2 /* reader */
         4: .line 213
            goto 7
      StackMap locals: org.eclipse.jdt.internal.compiler.batch.ClasspathJar byte[] org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
         5: astore 3 /* e */
        start local 3 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException e
         6: .line 214
            aload 3 /* e */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException.printStackTrace:()V
        end local 3 // org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException e
         7: .line 216
      StackMap locals:
      StackMap stack:
            aload 2 /* reader */
            ifnull 9
            aload 2 /* reader */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.getModuleDeclaration:()Lorg/eclipse/jdt/internal/compiler/env/IBinaryModule;
            ifnull 9
         8: .line 217
            aload 0 /* this */
            aload 2 /* reader */
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.acceptModule:(Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFileReader;)V
         9: .line 219
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader reader
        end local 1 // byte[] content
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0   10     1  content  [B
            3   10     2   reader  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFileReader;
            6    7     3        e  Lorg/eclipse/jdt/internal/compiler/classfmt/ClassFormatException;
      Exception table:
        from    to  target  type
           3     4       5  Class org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
    MethodParameters:
         Name  Flags
      content  

  protected void addToPackageCache(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // java.lang.String fileName
        start local 2 // boolean endsWithSep
         0: .line 221
            iload 2 /* endsWithSep */
            ifeq 1
            aload 1 /* fileName */
            invokevirtual java.lang.String.length:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* fileName */
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* last */
        start local 3 // int last
         3: .line 222
            goto 9
         4: .line 224
      StackMap locals: int
      StackMap stack:
            aload 1 /* fileName */
            iconst_0
            iload 3 /* last */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 4 /* packageName */
        start local 4 // java.lang.String packageName
         5: .line 225
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.packageCache:Ljava/util/Set;
            aload 4 /* packageName */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 226
            return
         7: .line 227
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.packageCache:Ljava/util/Set;
            aload 4 /* packageName */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         8: .line 228
            aload 4 /* packageName */
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 3 /* last */
        end local 4 // java.lang.String packageName
         9: .line 222
      StackMap locals:
      StackMap stack:
            iload 3 /* last */
            ifgt 4
        10: .line 230
            return
        end local 3 // int last
        end local 2 // boolean endsWithSep
        end local 1 // java.lang.String fileName
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0   11     1     fileName  Ljava/lang/String;
            0   11     2  endsWithSep  Z
            3   11     3         last  I
            5    9     4  packageName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      fileName     
      endsWithSep  

  public synchronized char[][] getModulesDeclaringPackage(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)[[C
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // java.lang.String qualifiedPackageName
        start local 2 // java.lang.String moduleName
         0: .line 233
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.packageCache:Ljava/util/Set;
            ifnull 2
         1: .line 234
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.packageCache:Ljava/util/Set;
            aload 1 /* qualifiedPackageName */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.singletonModuleNameIf:(Z)[[C
            areturn
         2: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.util.HashSet
            dup
            bipush 41
            invokespecial java.util.HashSet.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.packageCache:Ljava/util/Set;
         3: .line 237
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.packageCache:Ljava/util/Set;
            getstatic org.eclipse.jdt.internal.compiler.util.Util.EMPTY_STRING:Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 239
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            invokevirtual java.util.zip.ZipFile.entries:()Ljava/util/Enumeration;
            astore 3 /* e */
        start local 3 // java.util.Enumeration e
         5: goto 8
         6: .line 240
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.util.zip.ZipEntry
            invokevirtual java.util.zip.ZipEntry.getName:()Ljava/lang/String;
            astore 4 /* fileName */
        start local 4 // java.lang.String fileName
         7: .line 241
            aload 0 /* this */
            aload 4 /* fileName */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.addToPackageCache:(Ljava/lang/String;Z)V
        end local 4 // java.lang.String fileName
         8: .line 239
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 6
        end local 3 // java.util.Enumeration e
         9: .line 243
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.packageCache:Ljava/util/Set;
            aload 1 /* qualifiedPackageName */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.singletonModuleNameIf:(Z)[[C
            areturn
        end local 2 // java.lang.String moduleName
        end local 1 // java.lang.String qualifiedPackageName
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   10     0                  this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0   10     1  qualifiedPackageName  Ljava/lang/String;
            0   10     2            moduleName  Ljava/lang/String;
            5    9     3                     e  Ljava/util/Enumeration;
            7    8     4              fileName  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      qualifiedPackageName  
      moduleName            

  public boolean hasCompilationUnit(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
        start local 1 // java.lang.String qualifiedPackageName
        start local 2 // java.lang.String moduleName
         0: .line 247
            new java.lang.StringBuilder
            dup
            aload 1 /* qualifiedPackageName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 47
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* qualifiedPackageName */
         1: .line 248
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            invokevirtual java.util.zip.ZipFile.entries:()Ljava/util/Enumeration;
            astore 3 /* e */
        start local 3 // java.util.Enumeration e
         2: goto 10
         3: .line 249
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.util.zip.ZipEntry
            invokevirtual java.util.zip.ZipEntry.getName:()Ljava/lang/String;
            astore 4 /* fileName */
        start local 4 // java.lang.String fileName
         4: .line 250
            aload 4 /* fileName */
            aload 1 /* qualifiedPackageName */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 10
            aload 4 /* fileName */
            invokevirtual java.lang.String.length:()I
            aload 1 /* qualifiedPackageName */
            invokevirtual java.lang.String.length:()I
            if_icmple 10
         5: .line 251
            aload 4 /* fileName */
            aload 1 /* qualifiedPackageName */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 5 /* tail */
        start local 5 // java.lang.String tail
         6: .line 252
            aload 5 /* tail */
            bipush 47
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 8
         7: .line 253
            goto 10
         8: .line 254
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
            aload 5 /* tail */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            ldc ".class"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 10
         9: .line 255
            iconst_1
            ireturn
        end local 5 // java.lang.String tail
        end local 4 // java.lang.String fileName
        10: .line 248
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 3
        end local 3 // java.util.Enumeration e
        11: .line 258
            iconst_0
            ireturn
        end local 2 // java.lang.String moduleName
        end local 1 // java.lang.String qualifiedPackageName
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   12     0                  this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            0   12     1  qualifiedPackageName  Ljava/lang/String;
            0   12     2            moduleName  Ljava/lang/String;
            2   11     3                     e  Ljava/util/Enumeration<+Ljava/util/zip/ZipEntry;>;
            4   10     4              fileName  Ljava/lang/String;
            6   10     5                  tail  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      qualifiedPackageName  
      moduleName            

  public char[][] listPackages();
    descriptor: ()[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
         0: .line 263
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* packageNames */
        start local 1 // java.util.Set packageNames
         1: .line 264
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            invokevirtual java.util.zip.ZipFile.entries:()Ljava/util/Enumeration;
            astore 2 /* e */
        start local 2 // java.util.Enumeration e
         2: goto 7
         3: .line 265
      StackMap locals: java.util.Set java.util.Enumeration
      StackMap stack:
            aload 2 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.util.zip.ZipEntry
            invokevirtual java.util.zip.ZipEntry.getName:()Ljava/lang/String;
            astore 3 /* fileName */
        start local 3 // java.lang.String fileName
         4: .line 266
            aload 3 /* fileName */
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 4 /* lastSlash */
        start local 4 // int lastSlash
         5: .line 267
            iload 4 /* lastSlash */
            iconst_m1
            if_icmpeq 7
            aload 3 /* fileName */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            ldc ".class"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 7
         6: .line 268
            aload 1 /* packageNames */
            aload 3 /* fileName */
            iconst_0
            iload 4 /* lastSlash */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // int lastSlash
        end local 3 // java.lang.String fileName
         7: .line 264
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 3
        end local 2 // java.util.Enumeration e
         8: .line 270
            aload 1 /* packageNames */
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  java/lang/String.toCharArray()[C (5)
                  (Ljava/lang/String;)[C
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/IntFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)Ljava/lang/Object;
                  org/eclipse/jdt/internal/compiler/batch/ClasspathJar.lambda$1(I)[[C (6)
                  (I)[[C
            invokeinterface java.util.stream.Stream.toArray:(Ljava/util/function/IntFunction;)[Ljava/lang/Object;
            checkcast char[][]
            areturn
        end local 1 // java.util.Set packageNames
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            1    9     1  packageNames  Ljava/util/Set<Ljava/lang/String;>;
            2    8     2             e  Ljava/util/Enumeration<+Ljava/util/zip/ZipEntry;>;
            4    7     3      fileName  Ljava/lang/String;
            5    7     4     lastSlash  I

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
         0: .line 275
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.batch.ClasspathLocation.reset:()V
         1: .line 276
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.closeZipFileAtEnd:Z
            ifeq 12
         2: .line 277
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            ifnull 7
         3: .line 279
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
            invokevirtual java.util.zip.ZipFile.close:()V
         4: .line 280
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         5: pop
         6: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.zipFile:Ljava/util/zip/ZipFile;
         7: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.annotationZipFile:Ljava/util/zip/ZipFile;
            ifnull 12
         8: .line 287
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.annotationZipFile:Ljava/util/zip/ZipFile;
            invokevirtual java.util.zip.ZipFile.close:()V
         9: .line 288
            goto 11
      StackMap locals:
      StackMap stack: java.io.IOException
        10: pop
        11: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.annotationZipFile:Ljava/util/zip/ZipFile;
        12: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.packageCache:Ljava/util/Set;
        13: .line 295
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.annotationPaths:Ljava/util/List;
        14: .line 296
            return
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.IOException
           8     9      10  Class java.io.IOException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
         0: .line 299
            new java.lang.StringBuilder
            dup
            ldc "Classpath for jar file "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.file:Ljava/io/File;
            invokevirtual java.io.File.getPath:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;

  public char[] normalizedPath();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
         0: .line 303
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.normalizedPath:[C
            ifnonnull 6
         1: .line 304
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.batch.ClasspathJar.getPath:()Ljava/lang/String;
            astore 1 /* path2 */
        start local 1 // java.lang.String path2
         2: .line 305
            aload 1 /* path2 */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 2 /* rawName */
        start local 2 // char[] rawName
         3: .line 306
            getstatic java.io.File.separatorChar:C
            bipush 92
            if_icmpne 5
         4: .line 307
            aload 2 /* rawName */
            bipush 92
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replace:([CCC)V
         5: .line 309
      StackMap locals: java.lang.String char[]
      StackMap stack:
            aload 0 /* this */
            aload 2 /* rawName */
            iconst_0
            bipush 46
            aload 2 /* rawName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.lastIndexOf:(C[C)I
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.subarray:([CII)[C
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.normalizedPath:[C
        end local 2 // char[] rawName
        end local 1 // java.lang.String path2
         6: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.normalizedPath:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
            2    6     1    path2  Ljava/lang/String;
            3    6     2  rawName  [C

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
         0: .line 315
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.path:Ljava/lang/String;
            ifnonnull 5
         1: .line 317
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.file:Ljava/io/File;
            invokevirtual java.io.File.getCanonicalPath:()Ljava/lang/String;
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.path:Ljava/lang/String;
         2: .line 318
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 320
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.file:Ljava/io/File;
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            putfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.path:Ljava/lang/String;
         5: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.path:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException

  public int getMode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
         0: .line 327
            iconst_2
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;

  public org.eclipse.jdt.internal.compiler.env.IModule getModule();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/IModule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
         0: .line 332
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.batch.ClasspathJar.module:Lorg/eclipse/jdt/internal/compiler/env/IModule;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.batch.ClasspathJar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/batch/ClasspathJar;

  private static char[][] lambda$1(int);
    descriptor: (I)[[C
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            iload 0
            anewarray char[]
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ClasspathJar.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Classpath = org.eclipse.jdt.internal.compiler.batch.FileSystem$Classpath of org.eclipse.jdt.internal.compiler.batch.FileSystem
  public abstract ClasspathSectionProblemReporter = org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter of org.eclipse.jdt.internal.compiler.batch.FileSystem
  public abstract ZipFileProducer = org.eclipse.jdt.internal.compiler.classfmt.ExternalAnnotationDecorator$ZipFileProducer of org.eclipse.jdt.internal.compiler.classfmt.ExternalAnnotationDecorator
  public final ExternalAnnotationStatus = org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding$ExternalAnnotationStatus of org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding