class io.vertx.ext.shell.command.impl.ProcessImpl$1 implements io.vertx.ext.shell.command.CommandProcess
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.shell.command.impl.ProcessImpl$1
  super_class: java.lang.Object
{
  final io.vertx.ext.shell.command.impl.ProcessImpl this$0;
    descriptor: Lio/vertx/ext/shell/command/impl/ProcessImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.ext.shell.term.Tty val$tty;
    descriptor: Lio/vertx/ext/shell/term/Tty;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.cli.CommandLine val$cl;
    descriptor: Lio/vertx/core/cli/CommandLine;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$args2;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.shell.command.impl.ProcessImpl, io.vertx.ext.shell.term.Tty, io.vertx.core.cli.CommandLine, java.util.List);
    descriptor: (Lio/vertx/ext/shell/command/impl/ProcessImpl;Lio/vertx/ext/shell/term/Tty;Lio/vertx/core/cli/CommandLine;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 321
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$tty:Lio/vertx/ext/shell/term/Tty;
            aload 0 /* this */
            aload 3
            putfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$cl:Lio/vertx/core/cli/CommandLine;
            aload 0 /* this */
            aload 4
            putfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$args2:Ljava/util/List;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
    MethodParameters:
           Name  Flags
      this$0     final
      val$tty    final
      val$cl     final
      val$args2  final

  public io.vertx.core.Vertx vertx();
    descriptor: ()Lio/vertx/core/Vertx;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 325
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.vertx:Lio/vertx/core/Vertx;
            areturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;

  public java.lang.String type();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 330
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$tty:Lio/vertx/ext/shell/term/Tty;
            invokeinterface io.vertx.ext.shell.term.Tty.type:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;

  public io.vertx.core.cli.CommandLine commandLine();
    descriptor: ()Lio/vertx/core/cli/CommandLine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 335
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$cl:Lio/vertx/core/cli/CommandLine;
            areturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;

  public java.util.List<io.vertx.ext.shell.cli.CliToken> argsTokens();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 340
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.args:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
    Signature: ()Ljava/util/List<Lio/vertx/ext/shell/cli/CliToken;>;

  public java.util.List<java.lang.String> args();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 345
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$args2:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public boolean isForeground();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 350
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.foreground:Z
            ireturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;

  public io.vertx.ext.shell.session.Session session();
    descriptor: ()Lio/vertx/ext/shell/session/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 355
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.session:Lio/vertx/ext/shell/session/Session;
            areturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;

  public int width();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 360
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$tty:Lio/vertx/ext/shell/term/Tty;
            invokeinterface io.vertx.ext.shell.term.Tty.width:()I
            ireturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;

  public int height();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 365
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$tty:Lio/vertx/ext/shell/term/Tty;
            invokeinterface io.vertx.ext.shell.term.Tty.height:()I
            ireturn
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;

  public io.vertx.ext.shell.command.CommandProcess stdinHandler(io.vertx.core.Handler<java.lang.String>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 370
            aload 1 /* handler */
            ifnull 3
         1: .line 371
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aload 0 /* this */
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/ext/shell/command/impl/ProcessImpl$1;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/shell/command/impl/ProcessImpl$1.lambda$0(Lio/vertx/core/Handler;Ljava/lang/String;)V (7)
                  (Ljava/lang/String;)V
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.stdinHandler:Lio/vertx/core/Handler;
         2: .line 372
            goto 4
         3: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aconst_null
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.stdinHandler:Lio/vertx/core/Handler;
         4: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
            ifeq 6
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.stdinHandler:Lio/vertx/core/Handler;
            ifnull 6
         5: .line 376
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$tty:Lio/vertx/ext/shell/term/Tty;
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.stdinHandler:Lio/vertx/core/Handler;
            invokeinterface io.vertx.ext.shell.term.Tty.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
            pop
         6: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/String;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/String;>;)Lio/vertx/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.shell.command.CommandProcess write(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 1 // java.lang.String data
         0: .line 383
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            dup
            astore 2
            monitorenter
         1: .line 384
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
            getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
            if_acmpeq 3
         2: .line 385
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot write to standard output when "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.status:()Lio/vertx/ext/shell/system/ExecStatus;
            invokevirtual io.vertx.ext.shell.system.ExecStatus.name:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 383
      StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl
      StackMap stack:
            aload 2
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
         7: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$tty:Lio/vertx/ext/shell/term/Tty;
            aload 1 /* data */
            invokedynamic handle(Lio/vertx/ext/shell/term/Tty;Ljava/lang/String;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/shell/command/impl/ProcessImpl$1.lambda$2(Lio/vertx/ext/shell/term/Tty;Ljava/lang/String;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         8: .line 391
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String data
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    9     1  data  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.ext.shell.command.CommandProcess resizehandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 396
            aload 1 /* handler */
            ifnull 3
         1: .line 397
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aload 0 /* this */
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/ext/shell/command/impl/ProcessImpl$1;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/shell/command/impl/ProcessImpl$1.lambda$3(Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.resizeHandler:Lio/vertx/core/Handler;
         2: .line 398
            goto 4
         3: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aconst_null
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.resizeHandler:Lio/vertx/core/Handler;
         4: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.val$tty:Lio/vertx/ext/shell/term/Tty;
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.resizeHandler:Lio/vertx/core/Handler;
            invokeinterface io.vertx.ext.shell.term.Tty.resizehandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
            pop
         5: .line 402
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    6     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.shell.command.CommandProcess interruptHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 407
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            dup
            astore 2
            monitorenter
         1: .line 408
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aload 1 /* handler */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.interruptHandler:Lio/vertx/core/Handler;
         2: .line 407
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl$1 io.vertx.core.Handler io.vertx.ext.shell.command.impl.ProcessImpl
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.shell.command.CommandProcess suspendHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 415
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            dup
            astore 2
            monitorenter
         1: .line 416
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aload 1 /* handler */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.suspendHandler:Lio/vertx/core/Handler;
         2: .line 415
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl$1 io.vertx.core.Handler io.vertx.ext.shell.command.impl.ProcessImpl
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.shell.command.CommandProcess resumeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 423
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            dup
            astore 2
            monitorenter
         1: .line 424
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aload 1 /* handler */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.resumeHandler:Lio/vertx/core/Handler;
         2: .line 423
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl$1 io.vertx.core.Handler io.vertx.ext.shell.command.impl.ProcessImpl
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.shell.command.CommandProcess endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 431
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            dup
            astore 2
            monitorenter
         1: .line 432
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aload 1 /* handler */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.endHandler:Lio/vertx/core/Handler;
         2: .line 431
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl$1 io.vertx.core.Handler io.vertx.ext.shell.command.impl.ProcessImpl
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.shell.command.CommandProcess backgroundHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 439
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            dup
            astore 2
            monitorenter
         1: .line 440
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aload 1 /* handler */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.backgroundHandler:Lio/vertx/core/Handler;
         2: .line 439
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl$1 io.vertx.core.Handler io.vertx.ext.shell.command.impl.ProcessImpl
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.shell.command.CommandProcess foregroundHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 1 // io.vertx.core.Handler handler
         0: .line 447
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            dup
            astore 2
            monitorenter
         1: .line 448
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            aload 1 /* handler */
            putfield io.vertx.ext.shell.command.impl.ProcessImpl.foregroundHandler:Lio/vertx/core/Handler;
         2: .line 447
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl$1 io.vertx.core.Handler io.vertx.ext.shell.command.impl.ProcessImpl
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    7     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/shell/command/CommandProcess;
    MethodParameters:
         Name  Flags
      handler  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
         0: .line 455
            aload 0 /* this */
            iconst_0
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl$1.end:(I)V
         1: .line 456
            return
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;

  public void end(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 1 // int statusCode
         0: .line 460
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            iload 1 /* statusCode */
            aconst_null
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.terminate:(ILio/vertx/core/Handler;)Z
            pop
         1: .line 461
            return
        end local 1 // int statusCode
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    2     1  statusCode  I
    MethodParameters:
            Name  Flags
      statusCode  

  public io.vertx.ext.shell.term.Tty write(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/term/Tty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl$1.write:(Ljava/lang/String;)Lio/vertx/ext/shell/command/CommandProcess;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.shell.term.Tty resizehandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl$1.resizehandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.shell.term.Tty stdinHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl$1.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandProcess;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(io.vertx.core.Handler, java.lang.String);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/String;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 2 // java.lang.String data
         0: .line 371
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.context:Lio/vertx/core/Context;
            aload 1
            aload 2 /* data */
            invokedynamic handle(Lio/vertx/core/Handler;Ljava/lang/String;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/shell/command/impl/ProcessImpl$1.lambda$1(Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
            return
        end local 2 // java.lang.String data
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    1     2  data  Ljava/lang/String;

  private static void lambda$2(io.vertx.ext.shell.term.Tty, java.lang.String, java.lang.Void);
    descriptor: (Lio/vertx/ext/shell/term/Tty;Ljava/lang/String;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 389
            aload 0
            aload 1
            invokeinterface io.vertx.ext.shell.term.Tty.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Tty;
            pop
         1: .line 390
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     2     v  Ljava/lang/Void;

  private void lambda$3(io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
        start local 2 // java.lang.Void v
         0: .line 397
            aload 0 /* this */
            getfield io.vertx.ext.shell.command.impl.ProcessImpl$1.this$0:Lio/vertx/ext/shell/command/impl/ProcessImpl;
            getfield io.vertx.ext.shell.command.impl.ProcessImpl.context:Lio/vertx/core/Context;
            aload 1
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/Handler.handle(Ljava/lang/Object;)V (9 itf)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
            return
        end local 2 // java.lang.Void v
        end local 0 // io.vertx.ext.shell.command.impl.ProcessImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/command/impl/ProcessImpl$1;
            0    1     2     v  Ljava/lang/Void;

  private static void lambda$1(io.vertx.core.Handler, java.lang.String, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/String;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 371
            aload 0
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     v  Ljava/lang/Void;
}
SourceFile: "ProcessImpl.java"
EnclosingMethod: io.vertx.ext.shell.command.impl.ProcessImpl.run:(Z)V
NestHost: io.vertx.ext.shell.command.impl.ProcessImpl
InnerClasses:
  io.vertx.ext.shell.command.impl.ProcessImpl$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles