class io.vertx.core.file.impl.FileSystemImpl$8 extends io.vertx.core.file.impl.FileSystemImpl$BlockingAction<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.file.impl.FileSystemImpl$8
  super_class: io.vertx.core.file.impl.FileSystemImpl$BlockingAction
{
  final io.vertx.core.file.impl.FileSystemImpl this$0;
    descriptor: Lio/vertx/core/file/impl/FileSystemImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$link;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$existing;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$symbolic;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.file.impl.FileSystemImpl, io.vertx.core.file.impl.FileSystemImpl, io.vertx.core.Handler, java.lang.String, java.lang.String, boolean);
    descriptor: (Lio/vertx/core/file/impl/FileSystemImpl;Lio/vertx/core/file/impl/FileSystemImpl;Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // io.vertx.core.file.impl.FileSystemImpl$8 this
        start local 3 // io.vertx.core.Handler $anonymous0
         0: .line 642
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.file.impl.FileSystemImpl$8.this$0:Lio/vertx/core/file/impl/FileSystemImpl;
            aload 0 /* this */
            aload 4
            putfield io.vertx.core.file.impl.FileSystemImpl$8.val$link:Ljava/lang/String;
            aload 0 /* this */
            aload 5
            putfield io.vertx.core.file.impl.FileSystemImpl$8.val$existing:Ljava/lang/String;
            aload 0 /* this */
            iload 6
            putfield io.vertx.core.file.impl.FileSystemImpl$8.val$symbolic:Z
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            invokespecial io.vertx.core.file.impl.FileSystemImpl$BlockingAction.<init>:(Lio/vertx/core/file/impl/FileSystemImpl;Lio/vertx/core/Handler;)V
            return
        end local 3 // io.vertx.core.Handler $anonymous0
        end local 0 // io.vertx.core.file.impl.FileSystemImpl$8 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/file/impl/FileSystemImpl$8;
            0    1     3  $anonymous0  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    MethodParameters:
              Name  Flags
      this$0        final
      this$1        final
      $anonymous0   
      val$link      final
      val$existing  final
      val$symbolic  final

  public java.lang.Void perform();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.core.file.impl.FileSystemImpl$8 this
         0: .line 645
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$8.this$0:Lio/vertx/core/file/impl/FileSystemImpl;
            getfield io.vertx.core.file.impl.FileSystemImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$8.val$link:Ljava/lang/String;
            invokeinterface io.vertx.core.impl.VertxInternal.resolveFile:(Ljava/lang/String;)Ljava/io/File;
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            astore 1 /* source */
        start local 1 // java.nio.file.Path source
         1: .line 646
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$8.this$0:Lio/vertx/core/file/impl/FileSystemImpl;
            getfield io.vertx.core.file.impl.FileSystemImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$8.val$existing:Ljava/lang/String;
            invokeinterface io.vertx.core.impl.VertxInternal.resolveFile:(Ljava/lang/String;)Ljava/io/File;
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            astore 2 /* target */
        start local 2 // java.nio.file.Path target
         2: .line 647
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$8.val$symbolic:Z
            ifeq 5
         3: .line 648
            aload 1 /* source */
            aload 2 /* target */
            iconst_0
            anewarray java.nio.file.attribute.FileAttribute
            invokestatic java.nio.file.Files.createSymbolicLink:(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;
            pop
         4: .line 649
            goto 9
         5: .line 650
      StackMap locals: java.nio.file.Path java.nio.file.Path
      StackMap stack:
            aload 1 /* source */
            aload 2 /* target */
            invokestatic java.nio.file.Files.createLink:(Ljava/nio/file/Path;Ljava/nio/file/Path;)Ljava/nio/file/Path;
            pop
        end local 2 // java.nio.file.Path target
        end local 1 // java.nio.file.Path source
         6: .line 652
            goto 9
      StackMap locals: io.vertx.core.file.impl.FileSystemImpl$8
      StackMap stack: java.io.IOException
         7: astore 1 /* e */
        start local 1 // java.io.IOException e
         8: .line 653
            new io.vertx.core.file.FileSystemException
            dup
            aload 1 /* e */
            invokespecial io.vertx.core.file.FileSystemException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
         9: .line 655
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // io.vertx.core.file.impl.FileSystemImpl$8 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lio/vertx/core/file/impl/FileSystemImpl$8;
            1    6     1  source  Ljava/nio/file/Path;
            2    6     2  target  Ljava/nio/file/Path;
            8    9     1       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.IOException

  public java.lang.Object perform();
    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 io.vertx.core.file.impl.FileSystemImpl$8.perform:()Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lio/vertx/core/file/impl/FileSystemImpl$BlockingAction<Ljava/lang/Void;>;
SourceFile: "FileSystemImpl.java"
EnclosingMethod: io.vertx.core.file.impl.FileSystemImpl.link:(Ljava/lang/String;Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/core/file/impl/FileSystemImpl$BlockingAction;
NestHost: io.vertx.core.file.impl.FileSystemImpl
InnerClasses:
  io.vertx.core.file.impl.FileSystemImpl$8
  protected abstract BlockingAction = io.vertx.core.file.impl.FileSystemImpl$BlockingAction of io.vertx.core.file.impl.FileSystemImpl