final class com.sun.tools.javac.file.JavacFileManager$JRTImageContainer implements com.sun.tools.javac.file.JavacFileManager$Container
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.javac.file.JavacFileManager$JRTImageContainer
  super_class: java.lang.Object
{
  final com.sun.tools.javac.file.JavacFileManager this$0;
    descriptor: Lcom/sun/tools/javac/file/JavacFileManager;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.tools.javac.file.JavacFileManager);
    descriptor: (Lcom/sun/tools/javac/file/JavacFileManager;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
         0: .line 389
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.file.JavacFileManager$JRTImageContainer.this$0:Lcom/sun/tools/javac/file/JavacFileManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/JavacFileManager$JRTImageContainer;
    MethodParameters:
        Name  Flags
      this$0  final

  public void list(java.nio.file.Path, com.sun.tools.javac.file.RelativePath$RelativeDirectory, java.util.Set<javax.tools.JavaFileObject$Kind>, boolean, com.sun.tools.javac.util.ListBuffer<javax.tools.JavaFileObject>);
    descriptor: (Ljava/nio/file/Path;Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;Ljava/util/Set;ZLcom/sun/tools/javac/util/ListBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=6
        start local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
        start local 1 // java.nio.file.Path userPath
        start local 2 // com.sun.tools.javac.file.RelativePath$RelativeDirectory subdirectory
        start local 3 // java.util.Set fileKinds
        start local 4 // boolean recurse
        start local 5 // com.sun.tools.javac.util.ListBuffer resultList
         0: .line 402
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$JRTImageContainer.this$0:Lcom/sun/tools/javac/file/JavacFileManager;
            invokevirtual com.sun.tools.javac.file.JavacFileManager.getJRTIndex:()Lcom/sun/tools/javac/file/JRTIndex;
            aload 2 /* subdirectory */
            invokevirtual com.sun.tools.javac.file.JRTIndex.getEntry:(Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;)Lcom/sun/tools/javac/file/JRTIndex$Entry;
            astore 6 /* e */
        start local 6 // com.sun.tools.javac.file.JRTIndex$Entry e
         1: .line 403
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$JRTImageContainer.this$0:Lcom/sun/tools/javac/file/JavacFileManager;
            getfield com.sun.tools.javac.file.JavacFileManager.symbolFileEnabled:Z
            ifeq 3
            aload 6 /* e */
            getfield com.sun.tools.javac.file.JRTIndex$Entry.ctSym:Lcom/sun/tools/javac/file/JRTIndex$CtSym;
            getfield com.sun.tools.javac.file.JRTIndex$CtSym.hidden:Z
            ifeq 3
         2: .line 404
            return
         3: .line 405
      StackMap locals: com.sun.tools.javac.file.JRTIndex$Entry
      StackMap stack:
            aload 6 /* e */
            getfield com.sun.tools.javac.file.JRTIndex$Entry.files:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 8
            goto 9
      StackMap locals: com.sun.tools.javac.file.JavacFileManager$JRTImageContainer java.nio.file.Path com.sun.tools.javac.file.RelativePath$RelativeDirectory java.util.Set int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.file.JRTIndex$Entry top java.util.Iterator
      StackMap stack:
         4: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 7 /* file */
        start local 7 // java.nio.file.Path file
         5: .line 406
            aload 3 /* fileKinds */
            aload 7 /* file */
            invokestatic com.sun.tools.javac.file.JavacFileManager.getKind:(Ljava/nio/file/Path;)Ljavax/tools/JavaFileObject$Kind;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 9
         6: .line 408
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$JRTImageContainer.this$0:Lcom/sun/tools/javac/file/JavacFileManager;
            aload 7 /* file */
            invokestatic com.sun.tools.javac.file.PathFileObject.forJRTPath:(Lcom/sun/tools/javac/file/BaseFileManager;Ljava/nio/file/Path;)Lcom/sun/tools/javac/file/PathFileObject;
         7: .line 407
            astore 9 /* fe */
        start local 9 // javax.tools.JavaFileObject fe
         8: .line 409
            aload 5 /* resultList */
            aload 9 /* fe */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        end local 9 // javax.tools.JavaFileObject fe
        end local 7 // java.nio.file.Path file
         9: .line 405
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        10: .line 413
            iload 4 /* recurse */
            ifeq 19
        11: .line 414
            aload 6 /* e */
            getfield com.sun.tools.javac.file.JRTIndex$Entry.subdirs:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 8
            goto 14
      StackMap locals:
      StackMap stack:
        12: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.file.RelativePath$RelativeDirectory
            astore 7 /* rd */
        start local 7 // com.sun.tools.javac.file.RelativePath$RelativeDirectory rd
        13: .line 415
            aload 0 /* this */
            aload 1 /* userPath */
            aload 7 /* rd */
            aload 3 /* fileKinds */
            iload 4 /* recurse */
            aload 5 /* resultList */
            invokevirtual com.sun.tools.javac.file.JavacFileManager$JRTImageContainer.list:(Ljava/nio/file/Path;Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;Ljava/util/Set;ZLcom/sun/tools/javac/util/ListBuffer;)V
        end local 7 // com.sun.tools.javac.file.RelativePath$RelativeDirectory rd
        14: .line 414
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        end local 6 // com.sun.tools.javac.file.JRTIndex$Entry e
        15: .line 418
            goto 19
      StackMap locals: com.sun.tools.javac.file.JavacFileManager$JRTImageContainer java.nio.file.Path com.sun.tools.javac.file.RelativePath$RelativeDirectory java.util.Set int com.sun.tools.javac.util.ListBuffer
      StackMap stack: java.io.IOException
        16: astore 6 /* ex */
        start local 6 // java.io.IOException ex
        17: .line 419
            aload 6 /* ex */
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            invokevirtual java.io.IOException.printStackTrace:(Ljava/io/PrintStream;)V
        18: .line 420
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$JRTImageContainer.this$0:Lcom/sun/tools/javac/file/JavacFileManager;
            getfield com.sun.tools.javac.file.JavacFileManager.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* userPath */
            aload 6 /* ex */
            invokestatic com.sun.tools.javac.file.JavacFileManager.getMessage:(Ljava/io/IOException;)Ljava/lang/String;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.ErrorReadingFile:(Ljava/nio/file/Path;Ljava/lang/String;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 6 // java.io.IOException ex
        19: .line 422
      StackMap locals:
      StackMap stack:
            return
        end local 5 // com.sun.tools.javac.util.ListBuffer resultList
        end local 4 // boolean recurse
        end local 3 // java.util.Set fileKinds
        end local 2 // com.sun.tools.javac.file.RelativePath$RelativeDirectory subdirectory
        end local 1 // java.nio.file.Path userPath
        end local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lcom/sun/tools/javac/file/JavacFileManager$JRTImageContainer;
            0   20     1      userPath  Ljava/nio/file/Path;
            0   20     2  subdirectory  Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;
            0   20     3     fileKinds  Ljava/util/Set<Ljavax/tools/JavaFileObject$Kind;>;
            0   20     4       recurse  Z
            0   20     5    resultList  Lcom/sun/tools/javac/util/ListBuffer<Ljavax/tools/JavaFileObject;>;
            1   15     6             e  Lcom/sun/tools/javac/file/JRTIndex$Entry;
            5    9     7          file  Ljava/nio/file/Path;
            8    9     9            fe  Ljavax/tools/JavaFileObject;
           13   14     7            rd  Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;
           17   19     6            ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2      16  Class java.io.IOException
           3    15      16  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/Path;Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;Ljava/util/Set<Ljavax/tools/JavaFileObject$Kind;>;ZLcom/sun/tools/javac/util/ListBuffer<Ljavax/tools/JavaFileObject;>;)V
    MethodParameters:
              Name  Flags
      userPath      
      subdirectory  
      fileKinds     
      recurse       
      resultList    

  public javax.tools.JavaFileObject getFileObject(java.nio.file.Path, com.sun.tools.javac.file.RelativePath$RelativeFile);
    descriptor: (Ljava/nio/file/Path;Lcom/sun/tools/javac/file/RelativePath$RelativeFile;)Ljavax/tools/JavaFileObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
        start local 1 // java.nio.file.Path userPath
        start local 2 // com.sun.tools.javac.file.RelativePath$RelativeFile name
         0: .line 426
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$JRTImageContainer.this$0:Lcom/sun/tools/javac/file/JavacFileManager;
            invokevirtual com.sun.tools.javac.file.JavacFileManager.getJRTIndex:()Lcom/sun/tools/javac/file/JRTIndex;
            aload 2 /* name */
            invokevirtual com.sun.tools.javac.file.RelativePath$RelativeFile.dirname:()Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;
            invokevirtual com.sun.tools.javac.file.JRTIndex.getEntry:(Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;)Lcom/sun/tools/javac/file/JRTIndex$Entry;
            astore 3 /* e */
        start local 3 // com.sun.tools.javac.file.JRTIndex$Entry e
         1: .line 427
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$JRTImageContainer.this$0:Lcom/sun/tools/javac/file/JavacFileManager;
            getfield com.sun.tools.javac.file.JavacFileManager.symbolFileEnabled:Z
            ifeq 3
            aload 3 /* e */
            getfield com.sun.tools.javac.file.JRTIndex$Entry.ctSym:Lcom/sun/tools/javac/file/JRTIndex$CtSym;
            getfield com.sun.tools.javac.file.JRTIndex$CtSym.hidden:Z
            ifeq 3
         2: .line 428
            aconst_null
            areturn
         3: .line 429
      StackMap locals: com.sun.tools.javac.file.JRTIndex$Entry
      StackMap stack:
            aload 3 /* e */
            getfield com.sun.tools.javac.file.JRTIndex$Entry.files:Ljava/util/Map;
            aload 2 /* name */
            invokevirtual com.sun.tools.javac.file.RelativePath$RelativeFile.basename:()Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 4 /* p */
        start local 4 // java.nio.file.Path p
         4: .line 430
            aload 4 /* p */
            ifnull 6
         5: .line 431
            aload 0 /* this */
            getfield com.sun.tools.javac.file.JavacFileManager$JRTImageContainer.this$0:Lcom/sun/tools/javac/file/JavacFileManager;
            aload 4 /* p */
            invokestatic com.sun.tools.javac.file.PathFileObject.forJRTPath:(Lcom/sun/tools/javac/file/BaseFileManager;Ljava/nio/file/Path;)Lcom/sun/tools/javac/file/PathFileObject;
            areturn
         6: .line 433
      StackMap locals: java.nio.file.Path
      StackMap stack:
            aconst_null
            areturn
        end local 4 // java.nio.file.Path p
        end local 3 // com.sun.tools.javac.file.JRTIndex$Entry e
        end local 2 // com.sun.tools.javac.file.RelativePath$RelativeFile name
        end local 1 // java.nio.file.Path userPath
        end local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/tools/javac/file/JavacFileManager$JRTImageContainer;
            0    7     1  userPath  Ljava/nio/file/Path;
            0    7     2      name  Lcom/sun/tools/javac/file/RelativePath$RelativeFile;
            1    7     3         e  Lcom/sun/tools/javac/file/JRTIndex$Entry;
            4    7     4         p  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      userPath  
      name      

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
         0: .line 439
            return
        end local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/JavacFileManager$JRTImageContainer;
    Exceptions:
      throws java.io.IOException

  public boolean maintainsDirectoryIndex();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
         0: .line 443
            iconst_0
            ireturn
        end local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/JavacFileManager$JRTImageContainer;

  public java.lang.Iterable<com.sun.tools.javac.file.RelativePath$RelativeDirectory> indexedDirectories();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
         0: .line 448
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            areturn
        end local 0 // com.sun.tools.javac.file.JavacFileManager$JRTImageContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/JavacFileManager$JRTImageContainer;
    Signature: ()Ljava/lang/Iterable<Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;>;
}
SourceFile: "JavacFileManager.java"
NestHost: com.sun.tools.javac.file.JavacFileManager
InnerClasses:
  public CtSym = com.sun.tools.javac.file.JRTIndex$CtSym of com.sun.tools.javac.file.JRTIndex
  Entry = com.sun.tools.javac.file.JRTIndex$Entry of com.sun.tools.javac.file.JRTIndex
  private abstract Container = com.sun.tools.javac.file.JavacFileManager$Container of com.sun.tools.javac.file.JavacFileManager
  private final JRTImageContainer = com.sun.tools.javac.file.JavacFileManager$JRTImageContainer of com.sun.tools.javac.file.JavacFileManager
  public RelativeDirectory = com.sun.tools.javac.file.RelativePath$RelativeDirectory of com.sun.tools.javac.file.RelativePath
  public RelativeFile = com.sun.tools.javac.file.RelativePath$RelativeFile of com.sun.tools.javac.file.RelativePath
  public Errors = com.sun.tools.javac.resources.CompilerProperties$Errors of com.sun.tools.javac.resources.CompilerProperties
  public final Error = com.sun.tools.javac.util.JCDiagnostic$Error of com.sun.tools.javac.util.JCDiagnostic
  public final Kind = javax.tools.JavaFileObject$Kind of javax.tools.JavaFileObject