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 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.util.HashMap.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.spi.launcher.ExecutionContext.command:Lio/vertx/core/spi/launcher/Command;
2: aload 0
aload 3
putfield io.vertx.core.spi.launcher.ExecutionContext.commandLine:Lio/vertx/core/cli/CommandLine;
3: aload 0
aload 2
putfield io.vertx.core.spi.launcher.ExecutionContext.launcher:Lio/vertx/core/impl/launcher/VertxCommandLauncher;
4: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.spi.launcher.ExecutionContext.command:Lio/vertx/core/spi/launcher/Command;
areturn
end local 0 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 0: aload 0
getfield io.vertx.core.spi.launcher.ExecutionContext.launcher:Lio/vertx/core/impl/launcher/VertxCommandLauncher;
areturn
end local 0 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 0: aload 0
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 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 0: aload 0
getfield io.vertx.core.spi.launcher.ExecutionContext.commandLine:Lio/vertx/core/cli/CommandLine;
areturn
end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.core.spi.launcher.ExecutionContext.launcher:Lio/vertx/core/impl/launcher/VertxCommandLauncher;
aload 1
aload 2
invokevirtual io.vertx.core.impl.launcher.VertxCommandLauncher.execute:(Ljava/lang/String;[Ljava/lang/String;)V
1: return
end local 2 end local 1 end local 0 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 0: aload 0
ldc "Main"
invokevirtual io.vertx.core.spi.launcher.ExecutionContext.get:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 0 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 0: aload 0
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 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"