public class io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration
  super_class: java.lang.Object
{
  public final io.vertx.core.spi.launcher.CommandFactory factory;
    descriptor: Lio/vertx/core/spi/launcher/CommandFactory;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final io.vertx.core.cli.CLI cli;
    descriptor: Lio/vertx/core/cli/CLI;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  private java.util.List<io.vertx.core.spi.launcher.Command> commands;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/core/spi/launcher/Command;>;

  public void <init>(io.vertx.core.spi.launcher.CommandFactory);
    descriptor: (Lio/vertx/core/spi/launcher/CommandFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration this
        start local 1 // io.vertx.core.spi.launcher.CommandFactory factory
         0: .line 69
            aload 0 /* this */
            aload 1 /* factory */
            aload 1 /* factory */
            invokeinterface io.vertx.core.spi.launcher.CommandFactory.define:()Lio/vertx/core/cli/CLI;
            invokespecial io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.<init>:(Lio/vertx/core/spi/launcher/CommandFactory;Lio/vertx/core/cli/CLI;)V
         1: .line 70
            return
        end local 1 // io.vertx.core.spi.launcher.CommandFactory factory
        end local 0 // io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/impl/launcher/VertxCommandLauncher$CommandRegistration;
            0    2     1  factory  Lio/vertx/core/spi/launcher/CommandFactory;
    MethodParameters:
         Name  Flags
      factory  

  public void <init>(io.vertx.core.spi.launcher.CommandFactory, io.vertx.core.cli.CLI);
    descriptor: (Lio/vertx/core/spi/launcher/CommandFactory;Lio/vertx/core/cli/CLI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration this
        start local 1 // io.vertx.core.spi.launcher.CommandFactory factory
        start local 2 // io.vertx.core.cli.CLI cli
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.commands:Ljava/util/List;
         2: .line 73
            aload 0 /* this */
            aload 1 /* factory */
            putfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.factory:Lio/vertx/core/spi/launcher/CommandFactory;
         3: .line 74
            aload 0 /* this */
            aload 2 /* cli */
            putfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.cli:Lio/vertx/core/cli/CLI;
         4: .line 75
            return
        end local 2 // io.vertx.core.cli.CLI cli
        end local 1 // io.vertx.core.spi.launcher.CommandFactory factory
        end local 0 // io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/impl/launcher/VertxCommandLauncher$CommandRegistration;
            0    5     1  factory  Lio/vertx/core/spi/launcher/CommandFactory;
            0    5     2      cli  Lio/vertx/core/cli/CLI;
    MethodParameters:
         Name  Flags
      factory  
      cli      

  public void addCommand(io.vertx.core.spi.launcher.Command);
    descriptor: (Lio/vertx/core/spi/launcher/Command;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration this
        start local 1 // io.vertx.core.spi.launcher.Command command
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.commands:Ljava/util/List;
            aload 1 /* command */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 79
            return
        end local 1 // io.vertx.core.spi.launcher.Command command
        end local 0 // io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/impl/launcher/VertxCommandLauncher$CommandRegistration;
            0    2     1  command  Lio/vertx/core/spi/launcher/Command;
    MethodParameters:
         Name  Flags
      command  

  public io.vertx.core.spi.launcher.Command getCommand();
    descriptor: ()Lio/vertx/core/spi/launcher/Command;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration this
         0: .line 82
            aload 0 /* this */
            getfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.commands:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 2
         1: .line 83
            aload 0 /* this */
            getfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.commands:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.spi.launcher.Command
            areturn
         2: .line 85
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/impl/launcher/VertxCommandLauncher$CommandRegistration;

  public java.util.List<io.vertx.core.spi.launcher.Command> getCommands();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration this
         0: .line 89
            aload 0 /* this */
            getfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.commands:Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/launcher/VertxCommandLauncher$CommandRegistration;
    Signature: ()Ljava/util/List<Lio/vertx/core/spi/launcher/Command;>;
}
SourceFile: "VertxCommandLauncher.java"
NestHost: io.vertx.core.impl.launcher.VertxCommandLauncher
InnerClasses:
  public CommandRegistration = io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration of io.vertx.core.impl.launcher.VertxCommandLauncher