public class io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry<T> implements io.vertx.core.Closeable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry
super_class: java.lang.Object
{
final java.lang.String address;
descriptor: Ljava/lang/String;
flags: (0x0010) ACC_FINAL
final io.vertx.core.eventbus.impl.HandlerRegistration<T> handler;
descriptor: Lio/vertx/core/eventbus/impl/HandlerRegistration;
flags: (0x0010) ACC_FINAL
Signature: Lio/vertx/core/eventbus/impl/HandlerRegistration<TT;>;
final io.vertx.core.eventbus.impl.EventBusImpl this$0;
descriptor: Lio/vertx/core/eventbus/impl/EventBusImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(java.lang.String, io.vertx.core.eventbus.impl.HandlerRegistration<T>);
descriptor: (Lio/vertx/core/eventbus/impl/EventBusImpl;Ljava/lang/String;Lio/vertx/core/eventbus/impl/HandlerRegistration;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.this$0:Lio/vertx/core/eventbus/impl/EventBusImpl;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.address:Ljava/lang/String;
2: aload 0
aload 3
putfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
3: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/eventbus/impl/EventBusImpl$HandlerEntry<TT;>;
0 4 2 address Ljava/lang/String;
0 4 3 handler Lio/vertx/core/eventbus/impl/HandlerRegistration<TT;>;
Signature: (Ljava/lang/String;Lio/vertx/core/eventbus/impl/HandlerRegistration<TT;>;)V
MethodParameters:
Name Flags
this$0 final
address
handler
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 1
iconst_0
ireturn
1: StackMap locals:
StackMap stack:
aload 0
aload 1
if_acmpne 2
iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry
astore 2
start local 2 4: aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.address:Ljava/lang/String;
aload 2
getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.address:Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 5
iconst_0
ireturn
5: StackMap locals: io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry
StackMap stack:
aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
aload 2
getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifne 6
iconst_0
ireturn
6: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/eventbus/impl/EventBusImpl$HandlerEntry<TT;>;
0 7 1 o Ljava/lang/Object;
4 7 2 entry Lio/vertx/core/eventbus/impl/EventBusImpl$HandlerEntry;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.address:Ljava/lang/String;
ifnull 1
aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.address:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 1
start local 1 3: bipush 31
iload 1
imul
aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
ifnull 4
aload 0
getfield io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
invokevirtual java.lang.Object.hashCode:()I
goto 5
StackMap locals: io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry int
StackMap stack: int
4: iconst_0
StackMap locals: io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry int
StackMap stack: int int
5: iadd
istore 1
6: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/eventbus/impl/EventBusImpl$HandlerEntry<TT;>;
3 7 1 result I
public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)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.eventbus.impl.EventBusImpl$HandlerEntry.handler:Lio/vertx/core/eventbus/impl/HandlerRegistration;
aload 1
invokevirtual io.vertx.core.eventbus.impl.HandlerRegistration.unregister:(Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/EventBusImpl$HandlerEntry<TT;>;
0 2 1 completionHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
completionHandler
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/Closeable;
SourceFile: "EventBusImpl.java"
NestHost: io.vertx.core.eventbus.impl.EventBusImpl
InnerClasses:
public HandlerEntry = io.vertx.core.eventbus.impl.EventBusImpl$HandlerEntry of io.vertx.core.eventbus.impl.EventBusImpl