public abstract class org.junit.rules.Verifier implements org.junit.rules.TestRule
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.junit.rules.Verifier
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.rules.Verifier this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.junit.rules.Verifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/rules/Verifier;

  public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement, org.junit.runner.Description);
    descriptor: (Lorg/junit/runners/model/Statement;Lorg/junit/runner/Description;)Lorg/junit/runners/model/Statement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.junit.rules.Verifier this
        start local 1 // org.junit.runners.model.Statement base
        start local 2 // org.junit.runner.Description description
         0: .line 32
            new org.junit.rules.Verifier$1
            dup
            aload 0 /* this */
            aload 1 /* base */
            invokespecial org.junit.rules.Verifier$1.<init>:(Lorg/junit/rules/Verifier;Lorg/junit/runners/model/Statement;)V
            areturn
        end local 2 // org.junit.runner.Description description
        end local 1 // org.junit.runners.model.Statement base
        end local 0 // org.junit.rules.Verifier this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/junit/rules/Verifier;
            0    1     1         base  Lorg/junit/runners/model/Statement;
            0    1     2  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      base         final
      description  

  protected void verify();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.junit.rules.Verifier this
         0: .line 46
            return
        end local 0 // org.junit.rules.Verifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/rules/Verifier;
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "Verifier.java"
NestMembers:
  org.junit.rules.Verifier$1
InnerClasses:
  org.junit.rules.Verifier$1