final class com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator 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$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator
  super_class: java.lang.Object
{
  private final java.nio.file.Path folder;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Iterator<? extends java.nio.file.Path> delegateIterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<+Ljava/nio/file/Path;>;

  void <init>(java.nio.file.Path, java.util.Iterator<? extends java.nio.file.Path>);
    descriptor: (Ljava/nio/file/Path;Ljava/util/Iterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator this
        start local 1 // java.nio.file.Path folder
        start local 2 // java.util.Iterator delegateIterator
         0: .line 924
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 925
            aload 0 /* this */
            aload 1 /* folder */
            putfield com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator.folder:Ljava/nio/file/Path;
         2: .line 926
            aload 0 /* this */
            aload 2 /* delegateIterator */
            putfield com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator.delegateIterator:Ljava/util/Iterator;
         3: .line 927
            return
        end local 2 // java.util.Iterator delegateIterator
        end local 1 // java.nio.file.Path folder
        end local 0 // com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/oracle/truffle/polyglot/FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator;
            0    4     1            folder  Ljava/nio/file/Path;
            0    4     2  delegateIterator  Ljava/util/Iterator<+Ljava/nio/file/Path;>;
    Signature: (Ljava/nio/file/Path;Ljava/util/Iterator<+Ljava/nio/file/Path;>;)V
    MethodParameters:
                  Name  Flags
      folder            
      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$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator this
         0: .line 931
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator.delegateIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator;

  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$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator this
         0: .line 936
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator.folder:Ljava/nio/file/Path;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator.delegateIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            invokeinterface java.nio.file.Path.relativize:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 0 // com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator;

  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$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator.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:
  private final NIOFileSystem = com.oracle.truffle.polyglot.FileSystems$NIOFileSystem of com.oracle.truffle.polyglot.FileSystems
  private final RelativizeDirectoryStream = com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream of com.oracle.truffle.polyglot.FileSystems$NIOFileSystem
  private final RelativizeIterator = com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream$RelativizeIterator of com.oracle.truffle.polyglot.FileSystems$NIOFileSystem$RelativizeDirectoryStream