class com.netflix.hystrix.util.HystrixTimer$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.util.HystrixTimer$1
  super_class: java.lang.Object
{
  final com.netflix.hystrix.util.HystrixTimer this$0;
    descriptor: Lcom/netflix/hystrix/util/HystrixTimer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.netflix.hystrix.util.HystrixTimer$TimerListener val$listener;
    descriptor: Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.netflix.hystrix.util.HystrixTimer, com.netflix.hystrix.util.HystrixTimer$TimerListener);
    descriptor: (Lcom/netflix/hystrix/util/HystrixTimer;Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.util.HystrixTimer$1 this
         0: .line 94
            aload 0 /* this */
            aload 1
            putfield com.netflix.hystrix.util.HystrixTimer$1.this$0:Lcom/netflix/hystrix/util/HystrixTimer;
            aload 0 /* this */
            aload 2
            putfield com.netflix.hystrix.util.HystrixTimer$1.val$listener:Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.util.HystrixTimer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/util/HystrixTimer$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$listener  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.netflix.hystrix.util.HystrixTimer$1 this
         0: .line 99
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixTimer$1.val$listener:Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;
            invokeinterface com.netflix.hystrix.util.HystrixTimer$TimerListener.tick:()V
         1: .line 100
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: astore 1 /* e */
        start local 1 // java.lang.Exception e
         3: .line 101
            getstatic com.netflix.hystrix.util.HystrixTimer.logger:Lorg/slf4j/Logger;
            ldc "Failed while ticking TimerListener"
            aload 1 /* e */
            invokeinterface org.slf4j.Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 1 // java.lang.Exception e
         4: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.netflix.hystrix.util.HystrixTimer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/netflix/hystrix/util/HystrixTimer$1;
            3    4     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
}
SourceFile: "HystrixTimer.java"
EnclosingMethod: com.netflix.hystrix.util.HystrixTimer.addTimerListener:(Lcom/netflix/hystrix/util/HystrixTimer$TimerListener;)Ljava/lang/ref/Reference;
NestHost: com.netflix.hystrix.util.HystrixTimer
InnerClasses:
  com.netflix.hystrix.util.HystrixTimer$1
  public abstract TimerListener = com.netflix.hystrix.util.HystrixTimer$TimerListener of com.netflix.hystrix.util.HystrixTimer