class com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1 implements java.util.Iterator<java.nio.file.Path>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1
  super_class: java.lang.Object
{
  private final java.util.Iterator<? extends java.lang.String> delegate;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<+Ljava/lang/String;>;

  final com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl this$1;
    descriptor: Lcom/oracle/truffle/api/test/polyglot/MemoryFileSystem$DirectoryStreamImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/MemoryFileSystem$DirectoryStreamImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1 this
         0: .line 529
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1.this$1:Lcom/oracle/truffle/api/test/polyglot/MemoryFileSystem$DirectoryStreamImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 530
            aload 0 /* this */
            aload 1
            getfield com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl.names:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            putfield com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1.delegate:Ljava/util/Iterator;
         2: .line 529
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/polyglot/MemoryFileSystem$DirectoryStreamImpl$1;
    MethodParameters:
        Name  Flags
      this$0  final

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

  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.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1 this
         0: .line 539
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1.this$1:Lcom/oracle/truffle/api/test/polyglot/MemoryFileSystem$DirectoryStreamImpl;
            getfield com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl.parent:Ljava/nio/file/Path;
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1.delegate:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface java.nio.file.Path.resolve:(Ljava/lang/String;)Ljava/nio/file/Path;
            areturn
        end local 0 // com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/MemoryFileSystem$DirectoryStreamImpl$1;

  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.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1.next:()Ljava/nio/file/Path;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/nio/file/Path;>;
SourceFile: "MemoryFileSystem.java"
EnclosingMethod: com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl.iterator:()Ljava/util/Iterator;
NestHost: com.oracle.truffle.api.test.polyglot.MemoryFileSystem
InnerClasses:
  private final DirectoryStreamImpl = com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl of com.oracle.truffle.api.test.polyglot.MemoryFileSystem
  com.oracle.truffle.api.test.polyglot.MemoryFileSystem$DirectoryStreamImpl$1