public class io.vertx.core.spi.launcher.ExecutionContext extends java.util.HashMap<java.lang.String, java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.spi.launcher.ExecutionContext
  super_class: java.util.HashMap
{
  private final io.vertx.core.impl.launcher.VertxCommandLauncher launcher;
    descriptor: Lio/vertx/core/impl/launcher/VertxCommandLauncher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.spi.launcher.Command command;
    descriptor: Lio/vertx/core/spi/launcher/Command;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.cli.CommandLine commandLine;
    descriptor: Lio/vertx/core/cli/CommandLine;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.spi.launcher.Command, io.vertx.core.impl.launcher.VertxCommandLauncher, io.vertx.core.cli.CommandLine);
    descriptor: (Lio/vertx/core/spi/launcher/Command;Lio/vertx/core/impl/launcher/VertxCommandLauncher;Lio/vertx/core/cli/CommandLine;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.spi.launcher.ExecutionContext this
        start local 1 // io.vertx.core.spi.launcher.Command command
        start local 2 // io.vertx.core.impl.launcher.VertxCommandLauncher launcher
        start local 3 // io.vertx.core.cli.CommandLine commandLine
         0: .line 36
            aload 0 /* this */
            invokespecial java.util.HashMap.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* command */
            putfield io.vertx.core.spi.launcher.ExecutionContext.command:Lio/vertx/core/spi/launcher/Command;
         2: .line 38
            aload 0 /* this */
            aload 3 /* commandLine */
            putfield io.vertx.core.spi.launcher.ExecutionContext.commandLine:Lio/vertx/core/cli/CommandLine;
         3: .line 39
            aload 0 /* this */
            aload 2 /* launcher */
            putfield io.vertx.core.spi.launcher.ExecutionContext.launcher:Lio/vertx/core/impl/launcher/VertxCommandLauncher;
         4: .line 40
            return
        end local 3 // io.vertx.core.cli.CommandLine commandLine
        end local 2 // io.vertx.core.impl.launcher.VertxCommandLauncher launcher
        end local 1 // io.vertx.core.spi.launcher.Command command
        end local 0 // io.vertx.core.spi.launcher.ExecutionContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/vertx/core/spi/launcher/ExecutionContext;
            0    5     1      command  Lio/vertx/core/spi/launcher/Command;
            0    5     2     launcher  Lio/vertx/core/impl/launcher/VertxCommandLauncher;
            0    5     3  commandLine  Lio/vertx/core/cli/CommandLine;
    MethodParameters:
             Name  Flags
      command      
      launcher     
      commandLine  

  public io.vertx.core.spi.launcher.Command command();
    descriptor: ()Lio/vertx/core/spi/launcher/Command;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.launcher.ExecutionContext this
         0: .line 46
            aload 0 /* this */
            getfield io.vertx.core.spi.launcher.ExecutionContext.command:Lio/vertx/core/spi/launcher/Command;
            areturn
        end local 0 // io.vertx.core.spi.launcher.ExecutionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/launcher/ExecutionContext;

  public io.vertx.core.impl.launcher.VertxCommandLauncher launcher();
    descriptor: ()Lio/vertx/core/impl/launcher/VertxCommandLauncher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.launcher.ExecutionContext this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.core.spi.launcher.ExecutionContext.launcher:Lio/vertx/core/impl/launcher/VertxCommandLauncher;
            areturn
        end local 0 // io.vertx.core.spi.launcher.ExecutionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/launcher/ExecutionContext;

  public io.vertx.core.cli.CLI cli();
    descriptor: ()Lio/vertx/core/cli/CLI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.launcher.ExecutionContext this
         0: .line 60
            aload 0 /* this */
            getfield io.vertx.core.spi.launcher.ExecutionContext.commandLine:Lio/vertx/core/cli/CommandLine;
            invokeinterface io.vertx.core.cli.CommandLine.cli:()Lio/vertx/core/cli/CLI;
            areturn
        end local 0 // io.vertx.core.spi.launcher.ExecutionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/launcher/ExecutionContext;

  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.core.spi.launcher.ExecutionContext this
         0: .line 67
            aload 0 /* this */
            getfield io.vertx.core.spi.launcher.ExecutionContext.commandLine:Lio/vertx/core/cli/CommandLine;
            areturn
        end local 0 // io.vertx.core.spi.launcher.ExecutionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/launcher/ExecutionContext;

  public void execute(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.spi.launcher.ExecutionContext this
        start local 1 // java.lang.String command
        start local 2 // java.lang.String[] args
         0: .line 77
            aload 0 /* this */
            getfield io.vertx.core.spi.launcher.ExecutionContext.launcher:Lio/vertx/core/impl/launcher/VertxCommandLauncher;
            aload 1 /* command */
            aload 2 /* args */
            invokevirtual io.vertx.core.impl.launcher.VertxCommandLauncher.execute:(Ljava/lang/String;[Ljava/lang/String;)V
         1: .line 78
            return
        end local 2 // java.lang.String[] args
        end local 1 // java.lang.String command
        end local 0 // io.vertx.core.spi.launcher.ExecutionContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/spi/launcher/ExecutionContext;
            0    2     1  command  Ljava/lang/String;
            0    2     2     args  [Ljava/lang/String;
    MethodParameters:
         Name  Flags
      command  
      args     

  public java.lang.Object main();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.launcher.ExecutionContext this
         0: .line 84
            aload 0 /* this */
            ldc "Main"
            invokevirtual io.vertx.core.spi.launcher.ExecutionContext.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.spi.launcher.ExecutionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/launcher/ExecutionContext;

  public java.io.PrintStream getPrintStream();
    descriptor: ()Ljava/io/PrintStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.launcher.ExecutionContext this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.core.spi.launcher.ExecutionContext.launcher:Lio/vertx/core/impl/launcher/VertxCommandLauncher;
            invokevirtual io.vertx.core.impl.launcher.VertxCommandLauncher.getPrintStream:()Ljava/io/PrintStream;
            areturn
        end local 0 // io.vertx.core.spi.launcher.ExecutionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/launcher/ExecutionContext;
}
Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Object;>;
SourceFile: "ExecutionContext.java"