class org.junit.rules.TestWatchman$1 extends org.junit.runners.model.Statement
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.junit.rules.TestWatchman$1
  super_class: org.junit.runners.model.Statement
{
  final org.junit.rules.TestWatchman this$0;
    descriptor: Lorg/junit/rules/TestWatchman;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.junit.runners.model.FrameworkMethod val$method;
    descriptor: Lorg/junit/runners/model/FrameworkMethod;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.junit.runners.model.Statement val$base;
    descriptor: Lorg/junit/runners/model/Statement;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.junit.rules.TestWatchman, org.junit.runners.model.FrameworkMethod, org.junit.runners.model.Statement);
    descriptor: (Lorg/junit/rules/TestWatchman;Lorg/junit/runners/model/FrameworkMethod;Lorg/junit/runners/model/Statement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.junit.rules.TestWatchman$1 this
         0: .line 48
            aload 0 /* this */
            aload 1
            putfield org.junit.rules.TestWatchman$1.this$0:Lorg/junit/rules/TestWatchman;
            aload 0 /* this */
            aload 2
            putfield org.junit.rules.TestWatchman$1.val$method:Lorg/junit/runners/model/FrameworkMethod;
            aload 0 /* this */
            aload 3
            putfield org.junit.rules.TestWatchman$1.val$base:Lorg/junit/runners/model/Statement;
            aload 0 /* this */
            invokespecial org.junit.runners.model.Statement.<init>:()V
            return
        end local 0 // org.junit.rules.TestWatchman$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/rules/TestWatchman$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$method  final
      val$base    final

  public void evaluate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.junit.rules.TestWatchman$1 this
         0: .line 51
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.this$0:Lorg/junit/rules/TestWatchman;
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.val$method:Lorg/junit/runners/model/FrameworkMethod;
            invokevirtual org.junit.rules.TestWatchman.starting:(Lorg/junit/runners/model/FrameworkMethod;)V
         1: .line 53
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.val$base:Lorg/junit/runners/model/Statement;
            invokevirtual org.junit.runners.model.Statement.evaluate:()V
         2: .line 54
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.this$0:Lorg/junit/rules/TestWatchman;
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.val$method:Lorg/junit/runners/model/FrameworkMethod;
            invokevirtual org.junit.rules.TestWatchman.succeeded:(Lorg/junit/runners/model/FrameworkMethod;)V
         3: .line 55
            goto 12
      StackMap locals:
      StackMap stack: org.junit.internal.AssumptionViolatedException
         4: astore 1 /* e */
        start local 1 // org.junit.internal.AssumptionViolatedException e
         5: .line 56
            aload 1 /* e */
            athrow
        end local 1 // org.junit.internal.AssumptionViolatedException e
         6: .line 57
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* e */
        start local 1 // java.lang.Throwable e
         7: .line 58
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.this$0:Lorg/junit/rules/TestWatchman;
            aload 1 /* e */
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.val$method:Lorg/junit/runners/model/FrameworkMethod;
            invokevirtual org.junit.rules.TestWatchman.failed:(Ljava/lang/Throwable;Lorg/junit/runners/model/FrameworkMethod;)V
         8: .line 59
            aload 1 /* e */
            athrow
        end local 1 // java.lang.Throwable e
         9: .line 60
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        10: .line 61
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.this$0:Lorg/junit/rules/TestWatchman;
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.val$method:Lorg/junit/runners/model/FrameworkMethod;
            invokevirtual org.junit.rules.TestWatchman.finished:(Lorg/junit/runners/model/FrameworkMethod;)V
        11: .line 62
            aload 2
            athrow
        12: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.this$0:Lorg/junit/rules/TestWatchman;
            aload 0 /* this */
            getfield org.junit.rules.TestWatchman$1.val$method:Lorg/junit/runners/model/FrameworkMethod;
            invokevirtual org.junit.rules.TestWatchman.finished:(Lorg/junit/runners/model/FrameworkMethod;)V
        13: .line 63
            return
        end local 0 // org.junit.rules.TestWatchman$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/junit/rules/TestWatchman$1;
            5    6     1     e  Lorg/junit/internal/AssumptionViolatedException;
            7    9     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     3       4  Class org.junit.internal.AssumptionViolatedException
           1     3       6  Class java.lang.Throwable
           1     9       9  any
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "TestWatchman.java"
EnclosingMethod: org.junit.rules.TestWatchman.apply:(Lorg/junit/runners/model/Statement;Lorg/junit/runners/model/FrameworkMethod;Ljava/lang/Object;)Lorg/junit/runners/model/Statement;
NestHost: org.junit.rules.TestWatchman
InnerClasses:
  org.junit.rules.TestWatchman$1