class com.sun.tools.javac.file.CacheFSInfo$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.file.CacheFSInfo$Entry
  super_class: java.lang.Object
{
  java.nio.file.Path canonicalFile;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0000) 

  boolean exists;
    descriptor: Z
    flags: (0x0000) 

  boolean isFile;
    descriptor: Z
    flags: (0x0000) 

  boolean isDirectory;
    descriptor: Z
    flags: (0x0000) 

  java.util.List<java.nio.file.Path> jarClassPath;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Ljava/nio/file/Path;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.CacheFSInfo$Entry this
         0: .line 116
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javac.file.CacheFSInfo$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/CacheFSInfo$Entry;
}
SourceFile: "CacheFSInfo.java"
NestHost: com.sun.tools.javac.file.CacheFSInfo
InnerClasses:
  private Entry = com.sun.tools.javac.file.CacheFSInfo$Entry of com.sun.tools.javac.file.CacheFSInfo