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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.ext.shell.command.impl.CommandBuilderImpl.name:Ljava/lang/String;
2: aload 0
aload 2
putfield io.vertx.ext.shell.command.impl.CommandBuilderImpl.cli:Lio/vertx/core/cli/CLI;
3: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
putfield io.vertx.ext.shell.command.impl.CommandBuilderImpl.processHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
putfield io.vertx.ext.shell.command.impl.CommandBuilderImpl.completeHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 1
invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
astore 2
start local 2 1: new io.vertx.ext.shell.command.impl.CommandBuilderImpl$1
dup
aload 0
aload 1
aload 2
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 end local 1 end local 0 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: 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: 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