final class com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath implements java.nio.file.Path
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath
  super_class: java.lang.Object
{
  private volatile java.lang.Object delegatePath;
    descriptor: Ljava/lang/Object;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  final com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem this$1;
    descriptor: Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem, java.nio.file.Path);
    descriptor: (Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;Ljava/nio/file/Path;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 2 // java.nio.file.Path delegatePath
         0: .line 488
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 489
            aload 0 /* this */
            aload 2 /* delegatePath */
            putfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.delegatePath:Ljava/lang/Object;
         2: .line 490
            return
        end local 2 // java.nio.file.Path delegatePath
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    3     2  delegatePath  Ljava/nio/file/Path;
    MethodParameters:
              Name  Flags
      this$0        final
      delegatePath  

  private java.nio.file.Path getDelegate();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 493
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.resolve:(Lorg/graalvm/polyglot/io/FileSystem;)Ljava/nio/file/Path;
            astore 1 /* result */
        start local 1 // java.nio.file.Path result
         1: .line 494
            aload 0 /* this */
            aload 1 /* result */
            putfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.delegatePath:Ljava/lang/Object;
         2: .line 495
            aload 1 /* result */
            areturn
        end local 1 // java.nio.file.Path result
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            1    3     1  result  Ljava/nio/file/Path;

  private java.nio.file.Path resolve(org.graalvm.polyglot.io.FileSystem);
    descriptor: (Lorg/graalvm/polyglot/io/FileSystem;)Ljava/nio/file/Path;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // org.graalvm.polyglot.io.FileSystem fs
         0: .line 499
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.delegatePath:Ljava/lang/Object;
            astore 2 /* current */
        start local 2 // java.lang.Object current
         1: .line 500
            aload 2 /* current */
            instanceof java.nio.file.Path
            ifeq 3
         2: .line 501
            aload 2 /* current */
            checkcast java.nio.file.Path
            areturn
         3: .line 502
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* current */
            instanceof com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath
            ifeq 13
         4: .line 503
            aload 2 /* current */
            checkcast com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath
            astore 3 /* imageHeapPath */
        start local 3 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath imageHeapPath
         5: .line 504
            aload 3 /* imageHeapPath */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath.languageId:Ljava/lang/String;
            astore 4 /* languageId */
        start local 4 // java.lang.String languageId
         6: .line 505
            aload 3 /* imageHeapPath */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath.path:Ljava/lang/String;
            astore 5 /* path */
        start local 5 // java.lang.String path
         7: .line 508
            aload 4 /* languageId */
            ifnull 11
            invokestatic com.oracle.truffle.polyglot.LanguageCache.languages:()Ljava/util/Map;
            aload 4 /* languageId */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.LanguageCache
            invokevirtual com.oracle.truffle.polyglot.LanguageCache.getLanguageHome:()Ljava/lang/String;
            dup
            astore 7 /* newLanguageHome */
        start local 7 // java.lang.String newLanguageHome
         8: ifnull 11
         9: .line 509
            aload 1 /* fs */
            aload 7 /* newLanguageHome */
            invokeinterface org.graalvm.polyglot.io.FileSystem.parsePath:(Ljava/lang/String;)Ljava/nio/file/Path;
            aload 5 /* path */
            invokeinterface java.nio.file.Path.resolve:(Ljava/lang/String;)Ljava/nio/file/Path;
            astore 6 /* result */
        start local 6 // java.nio.file.Path result
        10: .line 510
            goto 12
        end local 7 // java.lang.String newLanguageHome
        end local 6 // java.nio.file.Path result
        11: .line 511
      StackMap locals: com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath java.lang.String java.lang.String
      StackMap stack:
            aload 1 /* fs */
            aload 5 /* path */
            invokeinterface org.graalvm.polyglot.io.FileSystem.parsePath:(Ljava/lang/String;)Ljava/nio/file/Path;
            astore 6 /* result */
        start local 6 // java.nio.file.Path result
        12: .line 513
      StackMap locals: java.nio.file.Path
      StackMap stack:
            aload 6 /* result */
            areturn
        end local 6 // java.nio.file.Path result
        end local 5 // java.lang.String path
        end local 4 // java.lang.String languageId
        end local 3 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath imageHeapPath
        13: .line 515
      StackMap locals: com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath org.graalvm.polyglot.io.FileSystem java.lang.Object
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown delegate "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* current */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Object current
        end local 1 // org.graalvm.polyglot.io.FileSystem fs
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   14     0             this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0   14     1               fs  Lorg/graalvm/polyglot/io/FileSystem;
            1   14     2          current  Ljava/lang/Object;
            5   13     3    imageHeapPath  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$ImageHeapPath;
            6   13     4       languageId  Ljava/lang/String;
            7   13     5             path  Ljava/lang/String;
           10   11     6           result  Ljava/nio/file/Path;
           12   13     6           result  Ljava/nio/file/Path;
            8   11     7  newLanguageHome  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      fs    

  void onPreInitializeContextEnd(java.util.Map<java.lang.String, java.nio.file.Path>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.util.Map languageHomes
         0: .line 520
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.delegatePath:Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 2 /* internalPath */
        start local 2 // java.nio.file.Path internalPath
         1: .line 521
            aconst_null
            astore 3 /* languageId */
        start local 3 // java.lang.String languageId
         2: .line 522
            aload 1 /* languageHomes */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath java.util.Map java.nio.file.Path java.lang.String top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* e */
        start local 4 // java.util.Map$Entry e
         4: .line 523
            aload 2 /* internalPath */
            aload 4 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            invokeinterface java.nio.file.Path.startsWith:(Ljava/nio/file/Path;)Z
            ifeq 8
         5: .line 524
            aload 4 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            aload 2 /* internalPath */
            invokeinterface java.nio.file.Path.relativize:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            astore 2 /* internalPath */
         6: .line 525
            aload 4 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* languageId */
         7: .line 526
            goto 9
        end local 4 // java.util.Map$Entry e
         8: .line 522
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 529
      StackMap locals: com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath java.util.Map java.nio.file.Path java.lang.String
      StackMap stack:
            aload 0 /* this */
            new com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath
            dup
            aload 3 /* languageId */
            aload 2 /* internalPath */
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            invokespecial com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            putfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.delegatePath:Ljava/lang/Object;
        10: .line 530
            return
        end local 3 // java.lang.String languageId
        end local 2 // java.nio.file.Path internalPath
        end local 1 // java.util.Map languageHomes
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0   11     1  languageHomes  Ljava/util/Map<Ljava/lang/String;Ljava/nio/file/Path;>;
            1   11     2   internalPath  Ljava/nio/file/Path;
            2   11     3     languageId  Ljava/lang/String;
            4    8     4              e  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/nio/file/Path;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/nio/file/Path;>;)V
    MethodParameters:
               Name  Flags
      languageHomes  

  public java.nio.file.FileSystem getFileSystem();
    descriptor: ()Ljava/nio/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 534
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.getFileSystem:()Ljava/nio/file/FileSystem;
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public boolean isAbsolute();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 539
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.isAbsolute:()Z
            ireturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public java.nio.file.Path getRoot();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 544
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.getRoot:()Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public java.nio.file.Path getFileName();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 549
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public java.nio.file.Path getParent();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 554
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.getParent:()Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public int getNameCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 559
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.getNameCount:()I
            ireturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public java.nio.file.Path getName(int);
    descriptor: (I)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // int index
         0: .line 564
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            iload 1 /* index */
            invokeinterface java.nio.file.Path.getName:(I)Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 1 // int index
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.nio.file.Path subpath(int, int);
    descriptor: (II)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // int beginIndex
        start local 2 // int endIndex
         0: .line 569
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            invokeinterface java.nio.file.Path.subpath:(II)Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  beginIndex  I
            0    1     2    endIndex  I
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    

  public boolean startsWith(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.nio.file.Path other
         0: .line 574
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            invokestatic com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.unwrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.startsWith:(Ljava/nio/file/Path;)Z
            ireturn
        end local 1 // java.nio.file.Path other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  other  Ljava/nio/file/Path;
    MethodParameters:
       Name  Flags
      other  

  public boolean startsWith(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.lang.String other
         0: .line 579
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            invokeinterface java.nio.file.Path.startsWith:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  other  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      other  

  public boolean endsWith(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.nio.file.Path other
         0: .line 584
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            invokestatic com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.unwrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.endsWith:(Ljava/nio/file/Path;)Z
            ireturn
        end local 1 // java.nio.file.Path other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  other  Ljava/nio/file/Path;
    MethodParameters:
       Name  Flags
      other  

  public boolean endsWith(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.lang.String other
         0: .line 589
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            invokeinterface java.nio.file.Path.endsWith:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  other  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      other  

  public java.nio.file.Path normalize();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 594
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.normalize:()Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public java.nio.file.Path resolve(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.nio.file.Path other
         0: .line 599
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            invokestatic com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.unwrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.resolve:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 1 // java.nio.file.Path other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  other  Ljava/nio/file/Path;
    MethodParameters:
       Name  Flags
      other  

  public java.nio.file.Path resolve(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.lang.String other
         0: .line 604
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            invokeinterface java.nio.file.Path.resolve:(Ljava/lang/String;)Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 1 // java.lang.String other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  other  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      other  

  public java.nio.file.Path resolveSibling(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.nio.file.Path other
         0: .line 609
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            invokestatic com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.unwrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.resolveSibling:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 1 // java.nio.file.Path other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  other  Ljava/nio/file/Path;
    MethodParameters:
       Name  Flags
      other  

  public java.nio.file.Path resolveSibling(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.lang.String other
         0: .line 614
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            invokeinterface java.nio.file.Path.resolveSibling:(Ljava/lang/String;)Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 1 // java.lang.String other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  other  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      other  

  public java.nio.file.Path relativize(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.nio.file.Path other
         0: .line 619
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            invokestatic com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.unwrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.relativize:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 1 // java.nio.file.Path other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  other  Ljava/nio/file/Path;
    MethodParameters:
       Name  Flags
      other  

  public java.net.URI toUri();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 624
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toUri:()Ljava/net/URI;
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public java.nio.file.Path toAbsolutePath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 629
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toAbsolutePath:()Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public java.nio.file.Path toRealPath(java.nio.file.LinkOption[]);
    descriptor: ([Ljava/nio/file/LinkOption;)Ljava/nio/file/Path;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.nio.file.LinkOption[] options
         0: .line 634
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* options */
            invokeinterface java.nio.file.Path.toRealPath:([Ljava/nio/file/LinkOption;)Ljava/nio/file/Path;
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.wrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 1 // java.nio.file.LinkOption[] options
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  options  [Ljava/nio/file/LinkOption;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      options  

  public java.io.File toFile();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 639
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public java.nio.file.WatchKey register(java.nio.file.WatchService, java.nio.file.WatchEvent$Kind<?>[], java.nio.file.WatchEvent$Modifier[]);
    descriptor: (Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/nio/file/WatchKey;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.nio.file.WatchService watcher
        start local 2 // java.nio.file.WatchEvent$Kind[] events
        start local 3 // java.nio.file.WatchEvent$Modifier[] modifiers
         0: .line 644
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* watcher */
            aload 2 /* events */
            aload 3 /* modifiers */
            invokeinterface java.nio.file.Path.register:(Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/nio/file/WatchKey;
            areturn
        end local 3 // java.nio.file.WatchEvent$Modifier[] modifiers
        end local 2 // java.nio.file.WatchEvent$Kind[] events
        end local 1 // java.nio.file.WatchService watcher
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1    watcher  Ljava/nio/file/WatchService;
            0    1     2     events  [Ljava/nio/file/WatchEvent$Kind;
            0    1     3  modifiers  [Ljava/nio/file/WatchEvent$Modifier;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind<*>;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/nio/file/WatchKey;
    MethodParameters:
           Name  Flags
      watcher    
      events     
      modifiers  

  public java.nio.file.WatchKey register(java.nio.file.WatchService, java.nio.file.WatchEvent$Kind<?>[]);
    descriptor: (Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;)Ljava/nio/file/WatchKey;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.nio.file.WatchService watcher
        start local 2 // java.nio.file.WatchEvent$Kind[] events
         0: .line 649
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* watcher */
            aload 2 /* events */
            invokeinterface java.nio.file.Path.register:(Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind;)Ljava/nio/file/WatchKey;
            areturn
        end local 2 // java.nio.file.WatchEvent$Kind[] events
        end local 1 // java.nio.file.WatchService watcher
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  watcher  Ljava/nio/file/WatchService;
            0    1     2   events  [Ljava/nio/file/WatchEvent$Kind;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/WatchService;[Ljava/nio/file/WatchEvent$Kind<*>;)Ljava/nio/file/WatchKey;
    MethodParameters:
         Name  Flags
      watcher  
      events   

  public java.util.Iterator<java.nio.file.Path> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 654
            new com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.iterator:()Ljava/util/Iterator;
            invokespecial com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator.<init>:(Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;Ljava/util/Iterator;)V
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
    Signature: ()Ljava/util/Iterator<Ljava/nio/file/Path;>;

  public int compareTo(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.nio.file.Path other
         0: .line 659
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            invokestatic com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.unwrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.compareTo:(Ljava/nio/file/Path;)I
            ireturn
        end local 1 // java.nio.file.Path other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    1     1  other  Ljava/nio/file/Path;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 664
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.hashCode:()I
            ireturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
        start local 1 // java.lang.Object other
         0: .line 669
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 670
            iconst_1
            ireturn
         2: .line 672
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof java.nio.file.Path
            ifne 4
         3: .line 673
            iconst_0
            ireturn
         4: .line 675
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            aload 1 /* other */
            checkcast java.nio.file.Path
            invokestatic com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem.unwrap:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;
            0    5     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
         0: .line 680
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.getDelegate:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$PreInitializePath;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.file.Path
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath.compareTo:(Ljava/nio/file/Path;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FileSystems.java"
NestHost: com.oracle.truffle.polyglot.FileSystems
InnerClasses:
  final PreInitializeContextFileSystem = com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem of com.oracle.truffle.polyglot.FileSystems
  private final ImageHeapPath = com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$ImageHeapPath of com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem
  private final PreInitializePath = com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$PreInitializePath of com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem
  private final WrappingPathIterator = com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator of com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem
  public abstract Kind = java.nio.file.WatchEvent$Kind of java.nio.file.WatchEvent
  public abstract Modifier = java.nio.file.WatchEvent$Modifier of java.nio.file.WatchEvent
  public abstract Entry = java.util.Map$Entry of java.util.Map