class com.netflix.hystrix.util.HystrixTimer$TimerReference extends java.lang.ref.SoftReference<com.netflix.hystrix.util.HystrixTimer$TimerListener>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.util.HystrixTimer$TimerReference
  super_class: java.lang.ref.SoftReference
{
  private final java.util.concurrent.ScheduledFuture<?> f;
    descriptor: Ljava/util/concurrent/ScheduledFuture;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/ScheduledFuture<*>;

  void <init>(com.netflix.hystrix.util.HystrixTimer$TimerListener, java.util.concurrent.ScheduledFuture<?>);
    descriptor: (Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;Ljava/util/concurrent/ScheduledFuture;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.util.HystrixTimer$TimerReference this
        start local 1 // com.netflix.hystrix.util.HystrixTimer$TimerListener referent
        start local 2 // java.util.concurrent.ScheduledFuture f
         0: .line 115
            aload 0 /* this */
            aload 1 /* referent */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
         1: .line 116
            aload 0 /* this */
            aload 2 /* f */
            putfield com.netflix.hystrix.util.HystrixTimer$TimerReference.f:Ljava/util/concurrent/ScheduledFuture;
         2: .line 117
            return
        end local 2 // java.util.concurrent.ScheduledFuture f
        end local 1 // com.netflix.hystrix.util.HystrixTimer$TimerListener referent
        end local 0 // com.netflix.hystrix.util.HystrixTimer$TimerReference this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/netflix/hystrix/util/HystrixTimer$TimerReference;
            0    3     1  referent  Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;
            0    3     2         f  Ljava/util/concurrent/ScheduledFuture<*>;
    Signature: (Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;Ljava/util/concurrent/ScheduledFuture<*>;)V
    MethodParameters:
          Name  Flags
      referent  
      f         

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.HystrixTimer$TimerReference this
         0: .line 121
            aload 0 /* this */
            invokespecial java.lang.ref.SoftReference.clear:()V
         1: .line 123
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixTimer$TimerReference.f:Ljava/util/concurrent/ScheduledFuture;
            iconst_0
            invokeinterface java.util.concurrent.ScheduledFuture.cancel:(Z)Z
            pop
         2: .line 124
            return
        end local 0 // com.netflix.hystrix.util.HystrixTimer$TimerReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/netflix/hystrix/util/HystrixTimer$TimerReference;
}
Signature: Ljava/lang/ref/SoftReference<Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;>;
SourceFile: "HystrixTimer.java"
NestHost: com.netflix.hystrix.util.HystrixTimer
InnerClasses:
  public abstract TimerListener = com.netflix.hystrix.util.HystrixTimer$TimerListener of com.netflix.hystrix.util.HystrixTimer
  private TimerReference = com.netflix.hystrix.util.HystrixTimer$TimerReference of com.netflix.hystrix.util.HystrixTimer