class org.graalvm.compiler.debug.test.VersionsTest$1 implements java.nio.file.FileVisitor<java.nio.file.Path>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.debug.test.VersionsTest$1
  super_class: java.lang.Object
{
  final org.graalvm.compiler.debug.test.VersionsTest this$0;
    descriptor: Lorg/graalvm/compiler/debug/test/VersionsTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.debug.test.VersionsTest);
    descriptor: (Lorg/graalvm/compiler/debug/test/VersionsTest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.test.VersionsTest$1 this
         0: .line 56
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.debug.test.VersionsTest$1.this$0:Lorg/graalvm/compiler/debug/test/VersionsTest;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.debug.test.VersionsTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/test/VersionsTest$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.nio.file.FileVisitResult preVisitDirectory(java.nio.file.Path, java.nio.file.attribute.BasicFileAttributes);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.debug.test.VersionsTest$1 this
        start local 1 // java.nio.file.Path dir
        start local 2 // java.nio.file.attribute.BasicFileAttributes attrs
         0: .line 59
            getstatic java.nio.file.FileVisitResult.CONTINUE:Ljava/nio/file/FileVisitResult;
            areturn
        end local 2 // java.nio.file.attribute.BasicFileAttributes attrs
        end local 1 // java.nio.file.Path dir
        end local 0 // org.graalvm.compiler.debug.test.VersionsTest$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/debug/test/VersionsTest$1;
            0    1     1    dir  Ljava/nio/file/Path;
            0    1     2  attrs  Ljava/nio/file/attribute/BasicFileAttributes;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      dir    
      attrs  

  public java.nio.file.FileVisitResult visitFile(java.nio.file.Path, java.nio.file.attribute.BasicFileAttributes);
    descriptor: (Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.debug.test.VersionsTest$1 this
        start local 1 // java.nio.file.Path file
        start local 2 // java.nio.file.attribute.BasicFileAttributes attrs
         0: .line 64
            aload 1 /* file */
            invokestatic java.nio.file.Files.delete:(Ljava/nio/file/Path;)V
         1: .line 65
            getstatic java.nio.file.FileVisitResult.CONTINUE:Ljava/nio/file/FileVisitResult;
            areturn
        end local 2 // java.nio.file.attribute.BasicFileAttributes attrs
        end local 1 // java.nio.file.Path file
        end local 0 // org.graalvm.compiler.debug.test.VersionsTest$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/debug/test/VersionsTest$1;
            0    2     1   file  Ljava/nio/file/Path;
            0    2     2  attrs  Ljava/nio/file/attribute/BasicFileAttributes;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      file   
      attrs  

  public java.nio.file.FileVisitResult visitFileFailed(java.nio.file.Path, java.io.IOException);
    descriptor: (Ljava/nio/file/Path;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.debug.test.VersionsTest$1 this
        start local 1 // java.nio.file.Path file
        start local 2 // java.io.IOException exc
         0: .line 70
            aload 1 /* file */
            invokestatic java.nio.file.Files.delete:(Ljava/nio/file/Path;)V
         1: .line 71
            getstatic java.nio.file.FileVisitResult.CONTINUE:Ljava/nio/file/FileVisitResult;
            areturn
        end local 2 // java.io.IOException exc
        end local 1 // java.nio.file.Path file
        end local 0 // org.graalvm.compiler.debug.test.VersionsTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/test/VersionsTest$1;
            0    2     1  file  Ljava/nio/file/Path;
            0    2     2   exc  Ljava/io/IOException;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  
      exc   

  public java.nio.file.FileVisitResult postVisitDirectory(java.nio.file.Path, java.io.IOException);
    descriptor: (Ljava/nio/file/Path;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.debug.test.VersionsTest$1 this
        start local 1 // java.nio.file.Path dir
        start local 2 // java.io.IOException exc
         0: .line 76
            aload 1 /* dir */
            invokestatic java.nio.file.Files.delete:(Ljava/nio/file/Path;)V
         1: .line 77
            getstatic java.nio.file.FileVisitResult.CONTINUE:Ljava/nio/file/FileVisitResult;
            areturn
        end local 2 // java.io.IOException exc
        end local 1 // java.nio.file.Path dir
        end local 0 // org.graalvm.compiler.debug.test.VersionsTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/test/VersionsTest$1;
            0    2     1   dir  Ljava/nio/file/Path;
            0    2     2   exc  Ljava/io/IOException;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dir   
      exc   

  public java.nio.file.FileVisitResult visitFileFailed(java.lang.Object, java.io.IOException);
    descriptor: (Ljava/lang/Object;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.file.Path
            aload 2
            invokevirtual org.graalvm.compiler.debug.test.VersionsTest$1.visitFileFailed:(Ljava/nio/file/Path;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.nio.file.FileVisitResult postVisitDirectory(java.lang.Object, java.io.IOException);
    descriptor: (Ljava/lang/Object;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.file.Path
            aload 2
            invokevirtual org.graalvm.compiler.debug.test.VersionsTest$1.postVisitDirectory:(Ljava/nio/file/Path;Ljava/io/IOException;)Ljava/nio/file/FileVisitResult;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.nio.file.FileVisitResult visitFile(java.lang.Object, java.nio.file.attribute.BasicFileAttributes);
    descriptor: (Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.file.Path
            aload 2
            invokevirtual org.graalvm.compiler.debug.test.VersionsTest$1.visitFile:(Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.nio.file.FileVisitResult preVisitDirectory(java.lang.Object, java.nio.file.attribute.BasicFileAttributes);
    descriptor: (Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.file.Path
            aload 2
            invokevirtual org.graalvm.compiler.debug.test.VersionsTest$1.preVisitDirectory:(Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
Signature: Ljava/lang/Object;Ljava/nio/file/FileVisitor<Ljava/nio/file/Path;>;
SourceFile: "VersionsTest.java"
EnclosingMethod: org.graalvm.compiler.debug.test.VersionsTest.cleanUp:()V
NestHost: org.graalvm.compiler.debug.test.VersionsTest
InnerClasses:
  org.graalvm.compiler.debug.test.VersionsTest$1