class org.junit.rules.Stopwatch$InternalWatcher extends org.junit.rules.TestWatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.junit.rules.Stopwatch$InternalWatcher
  super_class: org.junit.rules.TestWatcher
{
  final org.junit.rules.Stopwatch this$0;
    descriptor: Lorg/junit/rules/Stopwatch;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.junit.rules.Stopwatch);
    descriptor: (Lorg/junit/rules/Stopwatch;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.junit.rules.Stopwatch$InternalWatcher this
         0: .line 151
            aload 0 /* this */
            aload 1
            putfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            aload 0 /* this */
            invokespecial org.junit.rules.TestWatcher.<init>:()V
            return
        end local 0 // org.junit.rules.Stopwatch$InternalWatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/rules/Stopwatch$InternalWatcher;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void starting(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.junit.rules.Stopwatch$InternalWatcher this
        start local 1 // org.junit.runner.Description description
         0: .line 154
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            invokevirtual org.junit.rules.Stopwatch.starting:()V
         1: .line 155
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // org.junit.rules.Stopwatch$InternalWatcher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/junit/rules/Stopwatch$InternalWatcher;
            0    2     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  protected void finished(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.junit.rules.Stopwatch$InternalWatcher this
        start local 1 // org.junit.runner.Description description
         0: .line 158
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            invokevirtual org.junit.rules.Stopwatch.getNanos:()J
            aload 1 /* description */
            invokevirtual org.junit.rules.Stopwatch.finished:(JLorg/junit/runner/Description;)V
         1: .line 159
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // org.junit.rules.Stopwatch$InternalWatcher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/junit/rules/Stopwatch$InternalWatcher;
            0    2     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  protected void succeeded(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.junit.rules.Stopwatch$InternalWatcher this
        start local 1 // org.junit.runner.Description description
         0: .line 162
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            invokevirtual org.junit.rules.Stopwatch.stopping:()V
         1: .line 163
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            invokevirtual org.junit.rules.Stopwatch.getNanos:()J
            aload 1 /* description */
            invokevirtual org.junit.rules.Stopwatch.succeeded:(JLorg/junit/runner/Description;)V
         2: .line 164
            return
        end local 1 // org.junit.runner.Description description
        end local 0 // org.junit.rules.Stopwatch$InternalWatcher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/junit/rules/Stopwatch$InternalWatcher;
            0    3     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  protected void failed(java.lang.Throwable, org.junit.runner.Description);
    descriptor: (Ljava/lang/Throwable;Lorg/junit/runner/Description;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.junit.rules.Stopwatch$InternalWatcher this
        start local 1 // java.lang.Throwable e
        start local 2 // org.junit.runner.Description description
         0: .line 167
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            invokevirtual org.junit.rules.Stopwatch.stopping:()V
         1: .line 168
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            invokevirtual org.junit.rules.Stopwatch.getNanos:()J
            aload 1 /* e */
            aload 2 /* description */
            invokevirtual org.junit.rules.Stopwatch.failed:(JLjava/lang/Throwable;Lorg/junit/runner/Description;)V
         2: .line 169
            return
        end local 2 // org.junit.runner.Description description
        end local 1 // java.lang.Throwable e
        end local 0 // org.junit.rules.Stopwatch$InternalWatcher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/junit/rules/Stopwatch$InternalWatcher;
            0    3     1            e  Ljava/lang/Throwable;
            0    3     2  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      e            
      description  

  protected void skipped(org.junit.AssumptionViolatedException, org.junit.runner.Description);
    descriptor: (Lorg/junit/AssumptionViolatedException;Lorg/junit/runner/Description;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.junit.rules.Stopwatch$InternalWatcher this
        start local 1 // org.junit.AssumptionViolatedException e
        start local 2 // org.junit.runner.Description description
         0: .line 172
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            invokevirtual org.junit.rules.Stopwatch.stopping:()V
         1: .line 173
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            aload 0 /* this */
            getfield org.junit.rules.Stopwatch$InternalWatcher.this$0:Lorg/junit/rules/Stopwatch;
            invokevirtual org.junit.rules.Stopwatch.getNanos:()J
            aload 1 /* e */
            aload 2 /* description */
            invokevirtual org.junit.rules.Stopwatch.skipped:(JLorg/junit/AssumptionViolatedException;Lorg/junit/runner/Description;)V
         2: .line 174
            return
        end local 2 // org.junit.runner.Description description
        end local 1 // org.junit.AssumptionViolatedException e
        end local 0 // org.junit.rules.Stopwatch$InternalWatcher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/junit/rules/Stopwatch$InternalWatcher;
            0    3     1            e  Lorg/junit/AssumptionViolatedException;
            0    3     2  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      e            
      description  
}
SourceFile: "Stopwatch.java"
NestHost: org.junit.rules.Stopwatch
InnerClasses:
  private InternalWatcher = org.junit.rules.Stopwatch$InternalWatcher of org.junit.rules.Stopwatch