class sun.management.NotificationEmitterSupport$ListenerInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.management.NotificationEmitterSupport$ListenerInfo
  super_class: java.lang.Object
{
  public javax.management.NotificationListener listener;
    descriptor: Ljavax/management/NotificationListener;
    flags: (0x0001) ACC_PUBLIC

  javax.management.NotificationFilter filter;
    descriptor: Ljavax/management/NotificationFilter;
    flags: (0x0000) 

  java.lang.Object handback;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  final sun.management.NotificationEmitterSupport this$0;
    descriptor: Lsun/management/NotificationEmitterSupport;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.management.NotificationEmitterSupport, javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object);
    descriptor: (Lsun/management/NotificationEmitterSupport;Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.management.NotificationEmitterSupport$ListenerInfo this
        start local 2 // javax.management.NotificationListener listener
        start local 3 // javax.management.NotificationFilter filter
        start local 4 // java.lang.Object handback
         0: .line 178
            aload 0 /* this */
            aload 1
            putfield sun.management.NotificationEmitterSupport$ListenerInfo.this$0:Lsun/management/NotificationEmitterSupport;
         1: .line 176
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 179
            aload 0 /* this */
            aload 2 /* listener */
            putfield sun.management.NotificationEmitterSupport$ListenerInfo.listener:Ljavax/management/NotificationListener;
         3: .line 180
            aload 0 /* this */
            aload 3 /* filter */
            putfield sun.management.NotificationEmitterSupport$ListenerInfo.filter:Ljavax/management/NotificationFilter;
         4: .line 181
            aload 0 /* this */
            aload 4 /* handback */
            putfield sun.management.NotificationEmitterSupport$ListenerInfo.handback:Ljava/lang/Object;
         5: .line 182
            return
        end local 4 // java.lang.Object handback
        end local 3 // javax.management.NotificationFilter filter
        end local 2 // javax.management.NotificationListener listener
        end local 0 // sun.management.NotificationEmitterSupport$ListenerInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/management/NotificationEmitterSupport$ListenerInfo;
            0    6     2  listener  Ljavax/management/NotificationListener;
            0    6     3    filter  Ljavax/management/NotificationFilter;
            0    6     4  handback  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      this$0    final
      listener  
      filter    
      handback  
}
SourceFile: "NotificationEmitterSupport.java"
NestHost: sun.management.NotificationEmitterSupport
InnerClasses:
  private ListenerInfo = sun.management.NotificationEmitterSupport$ListenerInfo of sun.management.NotificationEmitterSupport