class com.sun.tools.javac.file.JavacFileManager$1 implements com.sun.tools.javac.file.JavacFileManager$Container
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.file.JavacFileManager$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.JavacFileManager$1 this
         0: .line 343
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javac.file.JavacFileManager$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/JavacFileManager$1;

  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=0, locals=6, args_size=6
        start local 0 // com.sun.tools.javac.file.JavacFileManager$1 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 350
            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$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/tools/javac/file/JavacFileManager$1;
            0    1     1      userPath  Ljava/nio/file/Path;
            0    1     2  subdirectory  Lcom/sun/tools/javac/file/RelativePath$RelativeDirectory;
            0    1     3     fileKinds  Ljava/util/Set<Ljavax/tools/JavaFileObject$Kind;>;
            0    1     4       recurse  Z
            0    1     5    resultList  Lcom/sun/tools/javac/util/ListBuffer<Ljavax/tools/JavaFileObject;>;
    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=1, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.file.JavacFileManager$1 this
        start local 1 // java.nio.file.Path userPath
        start local 2 // com.sun.tools.javac.file.RelativePath$RelativeFile name
         0: .line 353
            aconst_null
            areturn
        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$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/tools/javac/file/JavacFileManager$1;
            0    1     1  userPath  Ljava/nio/file/Path;
            0    1     2      name  Lcom/sun/tools/javac/file/RelativePath$RelativeFile;
    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$1 this
         0: .line 356
            return
        end local 0 // com.sun.tools.javac.file.JavacFileManager$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/JavacFileManager$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "JavacFileManager.java"
EnclosingMethod: com.sun.tools.javac.file.JavacFileManager
NestHost: com.sun.tools.javac.file.JavacFileManager
InnerClasses:
  com.sun.tools.javac.file.JavacFileManager$1
  private abstract Container = com.sun.tools.javac.file.JavacFileManager$Container 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 final Kind = javax.tools.JavaFileObject$Kind of javax.tools.JavaFileObject