class javax.management.timer.TimerAlarmClockNotification extends javax.management.Notification
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.management.timer.TimerAlarmClockNotification
  super_class: javax.management.Notification
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4841061275673620641

  public void <init>(javax.management.timer.TimerAlarmClock);
    descriptor: (Ljavax/management/timer/TimerAlarmClock;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.management.timer.TimerAlarmClockNotification this
        start local 1 // javax.management.timer.TimerAlarmClock source
         0: .line 50
            aload 0 /* this */
            ldc ""
            aload 1 /* source */
            lconst_0
            invokespecial javax.management.Notification.<init>:(Ljava/lang/String;Ljava/lang/Object;J)V
         1: .line 51
            return
        end local 1 // javax.management.timer.TimerAlarmClock source
        end local 0 // javax.management.timer.TimerAlarmClockNotification this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/management/timer/TimerAlarmClockNotification;
            0    2     1  source  Ljavax/management/timer/TimerAlarmClock;
    MethodParameters:
        Name  Flags
      source  
}
SourceFile: "TimerAlarmClockNotification.java"