class javax.management.NotificationBroadcasterSupport$ListenerInfo
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.management.NotificationBroadcasterSupport$ListenerInfo
super_class: java.lang.Object
{
javax.management.NotificationListener listener;
descriptor: Ljavax/management/NotificationListener;
flags: (0x0000)
javax.management.NotificationFilter filter;
descriptor: Ljavax/management/NotificationFilter;
flags: (0x0000)
java.lang.Object handback;
descriptor: Ljava/lang/Object;
flags: (0x0000)
void <init>(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object);
descriptor: (Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 // javax.management.NotificationBroadcasterSupport$ListenerInfo this
start local 1 // javax.management.NotificationListener listener
start local 2 // javax.management.NotificationFilter filter
start local 3 // java.lang.Object handback
0: .line 284
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 287
aload 0 /* this */
aload 1 /* listener */
putfield javax.management.NotificationBroadcasterSupport$ListenerInfo.listener:Ljavax/management/NotificationListener;
2: .line 288
aload 0 /* this */
aload 2 /* filter */
putfield javax.management.NotificationBroadcasterSupport$ListenerInfo.filter:Ljavax/management/NotificationFilter;
3: .line 289
aload 0 /* this */
aload 3 /* handback */
putfield javax.management.NotificationBroadcasterSupport$ListenerInfo.handback:Ljava/lang/Object;
4: .line 290
return
end local 3 // java.lang.Object handback
end local 2 // javax.management.NotificationFilter filter
end local 1 // javax.management.NotificationListener listener
end local 0 // javax.management.NotificationBroadcasterSupport$ListenerInfo this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavax/management/NotificationBroadcasterSupport$ListenerInfo;
0 5 1 listener Ljavax/management/NotificationListener;
0 5 2 filter Ljavax/management/NotificationFilter;
0 5 3 handback Ljava/lang/Object;
MethodParameters:
Name Flags
listener
filter
handback
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 // javax.management.NotificationBroadcasterSupport$ListenerInfo this
start local 1 // java.lang.Object o
0: .line 294
aload 1 /* o */
instanceof javax.management.NotificationBroadcasterSupport$ListenerInfo
ifne 2
1: .line 295
iconst_0
ireturn
2: .line 296
StackMap locals:
StackMap stack:
aload 1 /* o */
checkcast javax.management.NotificationBroadcasterSupport$ListenerInfo
astore 2 /* li */
start local 2 // javax.management.NotificationBroadcasterSupport$ListenerInfo li
3: .line 297
aload 2 /* li */
instanceof javax.management.NotificationBroadcasterSupport$WildcardListenerInfo
ifeq 6
4: .line 298
aload 2 /* li */
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.listener:Ljavax/management/NotificationListener;
aload 0 /* this */
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.listener:Ljavax/management/NotificationListener;
if_acmpne 5
iconst_1
ireturn
StackMap locals: javax.management.NotificationBroadcasterSupport$ListenerInfo
StackMap stack:
5: iconst_0
ireturn
6: .line 300
StackMap locals:
StackMap stack:
aload 2 /* li */
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.listener:Ljavax/management/NotificationListener;
aload 0 /* this */
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.listener:Ljavax/management/NotificationListener;
if_acmpne 9
aload 2 /* li */
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.filter:Ljavax/management/NotificationFilter;
aload 0 /* this */
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.filter:Ljavax/management/NotificationFilter;
if_acmpne 9
7: .line 301
aload 2 /* li */
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.handback:Ljava/lang/Object;
aload 0 /* this */
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.handback:Ljava/lang/Object;
if_acmpne 9
8: .line 300
iconst_1
ireturn
StackMap locals:
StackMap stack:
9: iconst_0
ireturn
end local 2 // javax.management.NotificationBroadcasterSupport$ListenerInfo li
end local 1 // java.lang.Object o
end local 0 // javax.management.NotificationBroadcasterSupport$ListenerInfo this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Ljavax/management/NotificationBroadcasterSupport$ListenerInfo;
0 10 1 o Ljava/lang/Object;
3 10 2 li Ljavax/management/NotificationBroadcasterSupport$ListenerInfo;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // javax.management.NotificationBroadcasterSupport$ListenerInfo this
0: .line 306
aload 0 /* this */
getfield javax.management.NotificationBroadcasterSupport$ListenerInfo.listener:Ljavax/management/NotificationListener;
invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
ireturn
end local 0 // javax.management.NotificationBroadcasterSupport$ListenerInfo this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/management/NotificationBroadcasterSupport$ListenerInfo;
}
SourceFile: "NotificationBroadcasterSupport.java"
NestHost: javax.management.NotificationBroadcasterSupport
InnerClasses:
private ListenerInfo = javax.management.NotificationBroadcasterSupport$ListenerInfo of javax.management.NotificationBroadcasterSupport
private WildcardListenerInfo = javax.management.NotificationBroadcasterSupport$WildcardListenerInfo of javax.management.NotificationBroadcasterSupport