class com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem implements org.graalvm.polyglot.io.FileSystem
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem
  super_class: java.lang.Object
{
  private final org.graalvm.polyglot.io.FileSystem delegate;
    descriptor: Lorg/graalvm/polyglot/io/FileSystem;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(org.graalvm.polyglot.io.FileSystem);
    descriptor: (Lorg/graalvm/polyglot/io/FileSystem;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // org.graalvm.polyglot.io.FileSystem fileSystem
         0: .line 2312
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2313
            aload 1 /* fileSystem */
            ldc "FileSystem must be non null."
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 2314
            aload 0 /* this */
            aload 1 /* fileSystem */
            putfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
         3: .line 2315
            return
        end local 1 // org.graalvm.polyglot.io.FileSystem fileSystem
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    4     1  fileSystem  Lorg/graalvm/polyglot/io/FileSystem;
    MethodParameters:
            Name  Flags
      fileSystem  final

  protected final org.graalvm.polyglot.io.FileSystem getDelegate();
    descriptor: ()Lorg/graalvm/polyglot/io/FileSystem;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
         0: .line 2318
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            areturn
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;

  public java.nio.file.Path parsePath(java.net.URI);
    descriptor: (Ljava/net/URI;)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.net.URI path
         0: .line 2323
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            invokeinterface org.graalvm.polyglot.io.FileSystem.parsePath:(Ljava/net/URI;)Ljava/nio/file/Path;
            areturn
        end local 1 // java.net.URI path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1  path  Ljava/net/URI;
    MethodParameters:
      Name  Flags
      path  

  public java.nio.file.Path parsePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.lang.String path
         0: .line 2328
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            invokeinterface org.graalvm.polyglot.io.FileSystem.parsePath:(Ljava/lang/String;)Ljava/nio/file/Path;
            areturn
        end local 1 // java.lang.String path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public void checkAccess(java.nio.file.Path, java.util.Set<? extends java.nio.file.AccessMode>, java.nio.file.LinkOption[]);
    descriptor: (Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/LinkOption;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path path
        start local 2 // java.util.Set modes
        start local 3 // java.nio.file.LinkOption[] linkOptions
         0: .line 2333
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            aload 2 /* modes */
            aload 3 /* linkOptions */
            invokeinterface org.graalvm.polyglot.io.FileSystem.checkAccess:(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/LinkOption;)V
         1: .line 2334
            return
        end local 3 // java.nio.file.LinkOption[] linkOptions
        end local 2 // java.util.Set modes
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    2     1         path  Ljava/nio/file/Path;
            0    2     2        modes  Ljava/util/Set<+Ljava/nio/file/AccessMode;>;
            0    2     3  linkOptions  [Ljava/nio/file/LinkOption;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/Path;Ljava/util/Set<+Ljava/nio/file/AccessMode;>;[Ljava/nio/file/LinkOption;)V
    MethodParameters:
             Name  Flags
      path         
      modes        
      linkOptions  

  public void createDirectory(java.nio.file.Path, java.nio.file.attribute.FileAttribute<?>[]);
    descriptor: (Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path dir
        start local 2 // java.nio.file.attribute.FileAttribute[] attrs
         0: .line 2338
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* dir */
            aload 2 /* attrs */
            invokeinterface org.graalvm.polyglot.io.FileSystem.createDirectory:(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V
         1: .line 2339
            return
        end local 2 // java.nio.file.attribute.FileAttribute[] attrs
        end local 1 // java.nio.file.Path dir
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    2     1    dir  Ljava/nio/file/Path;
            0    2     2  attrs  [Ljava/nio/file/attribute/FileAttribute;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute<*>;)V
    MethodParameters:
       Name  Flags
      dir    
      attrs  

  public void delete(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path path
         0: .line 2343
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            invokeinterface org.graalvm.polyglot.io.FileSystem.delete:(Ljava/nio/file/Path;)V
         1: .line 2344
            return
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    2     1  path  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      path  

  public void createLink(java.nio.file.Path, java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/file/Path;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path link
        start local 2 // java.nio.file.Path existing
         0: .line 2348
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* link */
            aload 2 /* existing */
            invokeinterface org.graalvm.polyglot.io.FileSystem.createLink:(Ljava/nio/file/Path;Ljava/nio/file/Path;)V
         1: .line 2349
            return
        end local 2 // java.nio.file.Path existing
        end local 1 // java.nio.file.Path link
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    2     1      link  Ljava/nio/file/Path;
            0    2     2  existing  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      link      
      existing  

  public void createSymbolicLink(java.nio.file.Path, java.nio.file.Path, java.nio.file.attribute.FileAttribute<?>[]);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path link
        start local 2 // java.nio.file.Path target
        start local 3 // java.nio.file.attribute.FileAttribute[] attrs
         0: .line 2353
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* link */
            aload 2 /* target */
            aload 3 /* attrs */
            invokeinterface org.graalvm.polyglot.io.FileSystem.createSymbolicLink:(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V
         1: .line 2354
            return
        end local 3 // java.nio.file.attribute.FileAttribute[] attrs
        end local 2 // java.nio.file.Path target
        end local 1 // java.nio.file.Path link
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    2     1    link  Ljava/nio/file/Path;
            0    2     2  target  Ljava/nio/file/Path;
            0    2     3   attrs  [Ljava/nio/file/attribute/FileAttribute;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute<*>;)V
    MethodParameters:
        Name  Flags
      link    
      target  
      attrs   

  public java.nio.file.Path readSymbolicLink(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path link
         0: .line 2358
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* link */
            invokeinterface org.graalvm.polyglot.io.FileSystem.readSymbolicLink:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 1 // java.nio.file.Path link
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1  link  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      link  

  public void copy(java.nio.file.Path, java.nio.file.Path, java.nio.file.CopyOption[]);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path source
        start local 2 // java.nio.file.Path target
        start local 3 // java.nio.file.CopyOption[] options
         0: .line 2363
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* source */
            aload 2 /* target */
            aload 3 /* options */
            invokeinterface org.graalvm.polyglot.io.FileSystem.copy:(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
         1: .line 2364
            return
        end local 3 // java.nio.file.CopyOption[] options
        end local 2 // java.nio.file.Path target
        end local 1 // java.nio.file.Path source
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    2     1   source  Ljava/nio/file/Path;
            0    2     2   target  Ljava/nio/file/Path;
            0    2     3  options  [Ljava/nio/file/CopyOption;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      source   
      target   
      options  

  public void move(java.nio.file.Path, java.nio.file.Path, java.nio.file.CopyOption[]);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path source
        start local 2 // java.nio.file.Path target
        start local 3 // java.nio.file.CopyOption[] options
         0: .line 2368
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* source */
            aload 2 /* target */
            aload 3 /* options */
            invokeinterface org.graalvm.polyglot.io.FileSystem.move:(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
         1: .line 2369
            return
        end local 3 // java.nio.file.CopyOption[] options
        end local 2 // java.nio.file.Path target
        end local 1 // java.nio.file.Path source
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    2     1   source  Ljava/nio/file/Path;
            0    2     2   target  Ljava/nio/file/Path;
            0    2     3  options  [Ljava/nio/file/CopyOption;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      source   
      target   
      options  

  public java.nio.channels.SeekableByteChannel newByteChannel(java.nio.file.Path, java.util.Set<? extends java.nio.file.OpenOption>, java.nio.file.attribute.FileAttribute<?>[]);
    descriptor: (Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path path
        start local 2 // java.util.Set options
        start local 3 // java.nio.file.attribute.FileAttribute[] attrs
         0: .line 2373
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            aload 2 /* options */
            aload 3 /* attrs */
            invokeinterface org.graalvm.polyglot.io.FileSystem.newByteChannel:(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;
            areturn
        end local 3 // java.nio.file.attribute.FileAttribute[] attrs
        end local 2 // java.util.Set options
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1     path  Ljava/nio/file/Path;
            0    1     2  options  Ljava/util/Set<+Ljava/nio/file/OpenOption;>;
            0    1     3    attrs  [Ljava/nio/file/attribute/FileAttribute;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/Path;Ljava/util/Set<+Ljava/nio/file/OpenOption;>;[Ljava/nio/file/attribute/FileAttribute<*>;)Ljava/nio/channels/SeekableByteChannel;
    MethodParameters:
         Name  Flags
      path     
      options  
      attrs    

  public java.nio.file.DirectoryStream<java.nio.file.Path> newDirectoryStream(java.nio.file.Path, java.nio.file.DirectoryStream$Filter<? super java.nio.file.Path>);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/file/DirectoryStream$Filter;)Ljava/nio/file/DirectoryStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path dir
        start local 2 // java.nio.file.DirectoryStream$Filter filter
         0: .line 2378
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* dir */
            aload 2 /* filter */
            invokeinterface org.graalvm.polyglot.io.FileSystem.newDirectoryStream:(Ljava/nio/file/Path;Ljava/nio/file/DirectoryStream$Filter;)Ljava/nio/file/DirectoryStream;
            areturn
        end local 2 // java.nio.file.DirectoryStream$Filter filter
        end local 1 // java.nio.file.Path dir
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1     dir  Ljava/nio/file/Path;
            0    1     2  filter  Ljava/nio/file/DirectoryStream$Filter<-Ljava/nio/file/Path;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/Path;Ljava/nio/file/DirectoryStream$Filter<-Ljava/nio/file/Path;>;)Ljava/nio/file/DirectoryStream<Ljava/nio/file/Path;>;
    MethodParameters:
        Name  Flags
      dir     
      filter  

  public java.util.Map<java.lang.String, java.lang.Object> readAttributes(java.nio.file.Path, java.lang.String, java.nio.file.LinkOption[]);
    descriptor: (Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path path
        start local 2 // java.lang.String attributes
        start local 3 // java.nio.file.LinkOption[] options
         0: .line 2383
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            aload 2 /* attributes */
            aload 3 /* options */
            invokeinterface org.graalvm.polyglot.io.FileSystem.readAttributes:(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map;
            areturn
        end local 3 // java.nio.file.LinkOption[] options
        end local 2 // java.lang.String attributes
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1        path  Ljava/nio/file/Path;
            0    1     2  attributes  Ljava/lang/String;
            0    1     3     options  [Ljava/nio/file/LinkOption;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      path        
      attributes  
      options     

  public void setAttribute(java.nio.file.Path, java.lang.String, java.lang.Object, java.nio.file.LinkOption[]);
    descriptor: (Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/Object;[Ljava/nio/file/LinkOption;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path path
        start local 2 // java.lang.String attribute
        start local 3 // java.lang.Object value
        start local 4 // java.nio.file.LinkOption[] options
         0: .line 2388
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            aload 2 /* attribute */
            aload 3 /* value */
            aload 4 /* options */
            invokeinterface org.graalvm.polyglot.io.FileSystem.setAttribute:(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/Object;[Ljava/nio/file/LinkOption;)V
         1: .line 2389
            return
        end local 4 // java.nio.file.LinkOption[] options
        end local 3 // java.lang.Object value
        end local 2 // java.lang.String attribute
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    2     1       path  Ljava/nio/file/Path;
            0    2     2  attribute  Ljava/lang/String;
            0    2     3      value  Ljava/lang/Object;
            0    2     4    options  [Ljava/nio/file/LinkOption;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      path       
      attribute  
      value      
      options    

  public java.nio.file.Path toAbsolutePath(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path path
         0: .line 2393
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            invokeinterface org.graalvm.polyglot.io.FileSystem.toAbsolutePath:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            areturn
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1  path  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      path  

  public java.nio.file.Path toRealPath(java.nio.file.Path, java.nio.file.LinkOption[]);
    descriptor: (Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Ljava/nio/file/Path;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path path
        start local 2 // java.nio.file.LinkOption[] linkOptions
         0: .line 2398
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            aload 2 /* linkOptions */
            invokeinterface org.graalvm.polyglot.io.FileSystem.toRealPath:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Ljava/nio/file/Path;
            areturn
        end local 2 // java.nio.file.LinkOption[] linkOptions
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1         path  Ljava/nio/file/Path;
            0    1     2  linkOptions  [Ljava/nio/file/LinkOption;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      path         
      linkOptions  

  public void setCurrentWorkingDirectory(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path currentWorkingDirectory
         0: .line 2403
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* currentWorkingDirectory */
            invokeinterface org.graalvm.polyglot.io.FileSystem.setCurrentWorkingDirectory:(Ljava/nio/file/Path;)V
         1: .line 2404
            return
        end local 1 // java.nio.file.Path currentWorkingDirectory
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    2     1  currentWorkingDirectory  Ljava/nio/file/Path;
    MethodParameters:
                         Name  Flags
      currentWorkingDirectory  

  public java.lang.String getSeparator();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
         0: .line 2408
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            invokeinterface org.graalvm.polyglot.io.FileSystem.getSeparator:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;

  public java.lang.String getMimeType(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path path
         0: .line 2413
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            invokeinterface org.graalvm.polyglot.io.FileSystem.getMimeType:(Ljava/nio/file/Path;)Ljava/lang/String;
            areturn
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1  path  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      path  

  public java.nio.charset.Charset getEncoding(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/nio/charset/Charset;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path path
         0: .line 2418
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path */
            invokeinterface org.graalvm.polyglot.io.FileSystem.getEncoding:(Ljava/nio/file/Path;)Ljava/nio/charset/Charset;
            areturn
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1  path  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      path  

  public java.nio.file.Path getTempDirectory();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
         0: .line 2423
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            invokeinterface org.graalvm.polyglot.io.FileSystem.getTempDirectory:()Ljava/nio/file/Path;
            areturn
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;

  public boolean isSameFile(java.nio.file.Path, java.nio.file.Path, java.nio.file.LinkOption[]);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
        start local 1 // java.nio.file.Path path1
        start local 2 // java.nio.file.Path path2
        start local 3 // java.nio.file.LinkOption[] options
         0: .line 2428
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem.delegate:Lorg/graalvm/polyglot/io/FileSystem;
            aload 1 /* path1 */
            aload 2 /* path2 */
            aload 3 /* options */
            invokeinterface org.graalvm.polyglot.io.FileSystem.isSameFile:(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ireturn
        end local 3 // java.nio.file.LinkOption[] options
        end local 2 // java.nio.file.Path path2
        end local 1 // java.nio.file.Path path1
        end local 0 // com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/test/polyglot/FileSystemsTest$ForwardingFileSystem;
            0    1     1    path1  Ljava/nio/file/Path;
            0    1     2    path2  Ljava/nio/file/Path;
            0    1     3  options  [Ljava/nio/file/LinkOption;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      path1    
      path2    
      options  
}
SourceFile: "FileSystemsTest.java"
NestHost: com.oracle.truffle.api.test.polyglot.FileSystemsTest
InnerClasses:
  ForwardingFileSystem = com.oracle.truffle.api.test.polyglot.FileSystemsTest$ForwardingFileSystem of com.oracle.truffle.api.test.polyglot.FileSystemsTest
  public abstract Filter = java.nio.file.DirectoryStream$Filter of java.nio.file.DirectoryStream