class io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult
super_class: java.lang.Object
{
final io.vertx.core.eventbus.impl.HandlerHolder<T> holder;
descriptor: Lio/vertx/core/eventbus/impl/HandlerHolder;
flags: (0x0010) ACC_FINAL
Signature: Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;
final boolean newAddress;
descriptor: Z
flags: (0x0010) ACC_FINAL
void <init>(io.vertx.core.eventbus.impl.HandlerHolder<T>, );
descriptor: (Lio/vertx/core/eventbus/impl/HandlerHolder;Z)V
flags: (0x0000)
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.core.eventbus.impl.EventBusImpl$LocalRegistrationResult.holder:Lio/vertx/core/eventbus/impl/HandlerHolder;
2: aload 0
iload 2
putfield io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult.newAddress:Z
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/eventbus/impl/EventBusImpl$LocalRegistrationResult<TT;>;
0 4 1 holder Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;
0 4 2 newAddress Z
Signature: (Lio/vertx/core/eventbus/impl/HandlerHolder<TT;>;Z)V
MethodParameters:
Name Flags
holder
newAddress
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "EventBusImpl.java"
NestHost: io.vertx.core.eventbus.impl.EventBusImpl
InnerClasses:
private LocalRegistrationResult = io.vertx.core.eventbus.impl.EventBusImpl$LocalRegistrationResult of io.vertx.core.eventbus.impl.EventBusImpl