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 start local 1 0: aload 0
aload 1
aload 1
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: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.commands:Ljava/util/List;
2: aload 0
aload 1
putfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.factory:Lio/vertx/core/spi/launcher/CommandFactory;
3: aload 0
aload 2
putfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.cli:Lio/vertx/core/cli/CLI;
4: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.commands:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.commands:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifne 2
1: aload 0
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: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 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 0: aload 0
getfield io.vertx.core.impl.launcher.VertxCommandLauncher$CommandRegistration.commands:Ljava/util/List;
areturn
end local 0 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