class io.vertx.core.file.impl.FileSystemImpl$18 extends io.vertx.core.file.impl.FileSystemImpl$BlockingAction<io.vertx.core.file.AsyncFile>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.file.impl.FileSystemImpl$18
  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$p;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.file.OpenOptions val$options;
    descriptor: Lio/vertx/core/file/OpenOptions;
    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, io.vertx.core.file.OpenOptions);
    descriptor: (Lio/vertx/core/file/impl/FileSystemImpl;Lio/vertx/core/file/impl/FileSystemImpl;Lio/vertx/core/Handler;Ljava/lang/String;Lio/vertx/core/file/OpenOptions;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // io.vertx.core.file.impl.FileSystemImpl$18 this
        start local 3 // io.vertx.core.Handler $anonymous0
         0: .line 894
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.file.impl.FileSystemImpl$18.this$0:Lio/vertx/core/file/impl/FileSystemImpl;
            aload 0 /* this */
            aload 4
            putfield io.vertx.core.file.impl.FileSystemImpl$18.val$p:Ljava/lang/String;
            aload 0 /* this */
            aload 5
            putfield io.vertx.core.file.impl.FileSystemImpl$18.val$options:Lio/vertx/core/file/OpenOptions;
            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$18 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/file/impl/FileSystemImpl$18;
            0    1     3  $anonymous0  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/file/AsyncFile;>;>;
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  
      val$p        final
      val$options  final

  public io.vertx.core.file.AsyncFile perform();
    descriptor: ()Lio/vertx/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.core.file.impl.FileSystemImpl$18 this
         0: .line 896
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$18.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$18.val$p:Ljava/lang/String;
            invokeinterface io.vertx.core.impl.VertxInternal.resolveFile:(Ljava/lang/String;)Ljava/io/File;
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            astore 1 /* path */
        start local 1 // java.lang.String path
         1: .line 897
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$18.this$0:Lio/vertx/core/file/impl/FileSystemImpl;
            aload 1 /* path */
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$18.val$options:Lio/vertx/core/file/OpenOptions;
            aload 0 /* this */
            getfield io.vertx.core.file.impl.FileSystemImpl$18.context:Lio/vertx/core/impl/ContextInternal;
            invokevirtual io.vertx.core.file.impl.FileSystemImpl.doOpen:(Ljava/lang/String;Lio/vertx/core/file/OpenOptions;Lio/vertx/core/impl/ContextInternal;)Lio/vertx/core/file/AsyncFile;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.core.file.impl.FileSystemImpl$18 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/file/impl/FileSystemImpl$18;
            1    2     1  path  Ljava/lang/String;

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