class io.vertx.core.file.impl.WindowsFileSystem$1 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.WindowsFileSystem$1
  super_class: io.vertx.core.file.impl.FileSystemImpl$BlockingAction
{
  final io.vertx.core.file.impl.WindowsFileSystem this$0;
    descriptor: Lio/vertx/core/file/impl/WindowsFileSystem;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.file.impl.WindowsFileSystem, io.vertx.core.file.impl.FileSystemImpl);
    descriptor: (Lio/vertx/core/file/impl/WindowsFileSystem;Lio/vertx/core/file/impl/FileSystemImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.file.impl.WindowsFileSystem$1 this
         0: .line 51
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.file.impl.WindowsFileSystem$1.this$0:Lio/vertx/core/file/impl/WindowsFileSystem;
            aload 0 /* this */
            aload 2
            invokespecial io.vertx.core.file.impl.FileSystemImpl$BlockingAction.<init>:(Lio/vertx/core/file/impl/FileSystemImpl;)V
            return
        end local 0 // io.vertx.core.file.impl.WindowsFileSystem$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/file/impl/WindowsFileSystem$1;
    MethodParameters:
        Name  Flags
      this$0  final
      this$1  final

  public java.lang.Void perform();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.file.impl.WindowsFileSystem$1 this
         0: .line 54
            aconst_null
            areturn
        end local 0 // io.vertx.core.file.impl.WindowsFileSystem$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/file/impl/WindowsFileSystem$1;

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