final class jdk.nashorn.internal.codegen.OptimisticTypesPersistence$LocationDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.nashorn.internal.codegen.OptimisticTypesPersistence$LocationDescriptor
  super_class: java.lang.Object
{
  private final java.io.File file;
    descriptor: Ljava/io/File;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.OptimisticTypesPersistence$LocationDescriptor this
        start local 1 // java.io.File file
         0: .line 154
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 155
            aload 0 /* this */
            aload 1 /* file */
            putfield jdk.nashorn.internal.codegen.OptimisticTypesPersistence$LocationDescriptor.file:Ljava/io/File;
         2: .line 156
            return
        end local 1 // java.io.File file
        end local 0 // jdk.nashorn.internal.codegen.OptimisticTypesPersistence$LocationDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/nashorn/internal/codegen/OptimisticTypesPersistence$LocationDescriptor;
            0    3     1  file  Ljava/io/File;
    MethodParameters:
      Name  Flags
      file  final
}
SourceFile: "OptimisticTypesPersistence.java"
NestHost: jdk.nashorn.internal.codegen.OptimisticTypesPersistence
InnerClasses:
  private final LocationDescriptor = jdk.nashorn.internal.codegen.OptimisticTypesPersistence$LocationDescriptor of jdk.nashorn.internal.codegen.OptimisticTypesPersistence