final class com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator implements java.util.Iterator<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$WrappingPathIterator
  super_class: java.lang.Object
{
  private final java.util.Iterator<java.nio.file.Path> delegateIterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<Ljava/nio/file/Path;>;

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

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

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator this
         0: .line 475
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator.delegateIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$WrappingPathIterator;

  public java.nio.file.Path next();
    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$WrappingPathIterator this
         0: .line 480
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator.this$1:Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator.delegateIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.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$WrappingPathIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem$WrappingPathIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator.next:()Ljava/nio/file/Path;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/nio/file/Path;>;
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 WrappingPathIterator = com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem$WrappingPathIterator of com.oracle.truffle.polyglot.FileSystems$PreInitializeContextFileSystem