public class io.vertx.ext.shell.command.impl.CommandBuilderImpl implements io.vertx.ext.shell.command.CommandBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.shell.command.impl.CommandBuilderImpl
  super_class: java.lang.Object
{
  final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final io.vertx.core.cli.CLI cli;
    descriptor: Lio/vertx/core/cli/CLI;
    flags: (0x0010) ACC_FINAL

  public io.vertx.core.Handler<io.vertx.ext.shell.command.CommandProcess> processHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/shell/command/CommandProcess;>;

  public io.vertx.core.Handler<io.vertx.ext.shell.cli.Completion> completeHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/shell/cli/Completion;>;

  public void <init>(java.lang.String, io.vertx.core.cli.CLI);
    descriptor: (Ljava/lang/String;Lio/vertx/core/cli/CLI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.shell.command.impl.CommandBuilderImpl this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.cli.CLI cli
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            aload 1 /* name */
            putfield io.vertx.ext.shell.command.impl.CommandBuilderImpl.name:Ljava/lang/String;
         2: .line 61
            aload 0 /* this */
            aload 2 /* cli */
            putfield io.vertx.ext.shell.command.impl.CommandBuilderImpl.cli:Lio/vertx/core/cli/CLI;
         3: .line 62
            return
        end local 2 // io.vertx.core.cli.CLI cli
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.shell.command.impl.CommandBuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;
            0    4     1  name  Ljava/lang/String;
            0    4     2   cli  Lio/vertx/core/cli/CLI;
    MethodParameters:
      Name  Flags
      name  
      cli   

  public io.vertx.ext.shell.command.impl.CommandBuilderImpl processHandler(io.vertx.core.Handler<io.vertx.ext.shell.command.CommandProcess>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.CommandBuilderImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 66
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.shell.command.impl.CommandBuilderImpl.processHandler:Lio/vertx/core/Handler;
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.CommandBuilderImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/ext/shell/command/CommandProcess;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/shell/command/CommandProcess;>;)Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.shell.command.impl.CommandBuilderImpl completionHandler(io.vertx.core.Handler<io.vertx.ext.shell.cli.Completion>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.CommandBuilderImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 72
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.shell.command.impl.CommandBuilderImpl.completeHandler:Lio/vertx/core/Handler;
         1: .line 73
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.shell.command.impl.CommandBuilderImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/ext/shell/cli/Completion;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/shell/cli/Completion;>;)Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.shell.command.Command build(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/shell/command/Command;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.ext.shell.command.impl.CommandBuilderImpl this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 78
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            astore 2 /* context */
        start local 2 // io.vertx.core.Context context
         1: .line 79
            new io.vertx.ext.shell.command.impl.CommandBuilderImpl$1
            dup
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* context */
            invokespecial io.vertx.ext.shell.command.impl.CommandBuilderImpl$1.<init>:(Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;Lio/vertx/core/Vertx;Lio/vertx/core/Context;)V
            areturn
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.shell.command.impl.CommandBuilderImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;
            0    2     1    vertx  Lio/vertx/core/Vertx;
            1    2     2  context  Lio/vertx/core/Context;
    MethodParameters:
       Name  Flags
      vertx  

  public io.vertx.ext.shell.command.CommandBuilder completionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
    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.CommandBuilderImpl.completionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.shell.command.CommandBuilder processHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/CommandBuilder;
    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.CommandBuilderImpl.processHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/command/impl/CommandBuilderImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CommandBuilderImpl.java"
NestMembers:
  io.vertx.ext.shell.command.impl.CommandBuilderImpl$1
InnerClasses:
  io.vertx.ext.shell.command.impl.CommandBuilderImpl$1