public class io.vertx.ext.unit.junit.RepeatRule implements org.junit.rules.TestRule
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.unit.junit.RepeatRule
  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 // io.vertx.ext.unit.junit.RepeatRule this
         0: .line 10
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.unit.junit.RepeatRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/junit/RepeatRule;

  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=6, locals=7, args_size=3
        start local 0 // io.vertx.ext.unit.junit.RepeatRule this
        start local 1 // org.junit.runners.model.Statement statement
        start local 2 // org.junit.runner.Description description
         0: .line 39
            aload 1 /* statement */
            astore 3 /* result */
        start local 3 // org.junit.runners.model.Statement result
         1: .line 40
            aload 2 /* description */
            ldc Lio/vertx/ext/unit/junit/Repeat;
            invokevirtual org.junit.runner.Description.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast io.vertx.ext.unit.junit.Repeat
            astore 4 /* repeat */
        start local 4 // io.vertx.ext.unit.junit.Repeat repeat
         2: .line 41
            aload 4 /* repeat */
            ifnull 6
         3: .line 42
            aload 4 /* repeat */
            invokeinterface io.vertx.ext.unit.junit.Repeat.value:()I
            istore 5 /* times */
        start local 5 // int times
         4: .line 43
            aload 4 /* repeat */
            invokeinterface io.vertx.ext.unit.junit.Repeat.silent:()Z
            istore 6 /* silent */
        start local 6 // boolean silent
         5: .line 44
            new io.vertx.ext.unit.junit.RepeatRule$RepeatStatement
            dup
            iload 5 /* times */
            aload 1 /* statement */
            aload 2 /* description */
            iload 6 /* silent */
            invokespecial io.vertx.ext.unit.junit.RepeatRule$RepeatStatement.<init>:(ILorg/junit/runners/model/Statement;Lorg/junit/runner/Description;Z)V
            astore 3 /* result */
        end local 6 // boolean silent
        end local 5 // int times
         6: .line 46
      StackMap locals: org.junit.runners.model.Statement io.vertx.ext.unit.junit.Repeat
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 4 // io.vertx.ext.unit.junit.Repeat repeat
        end local 3 // org.junit.runners.model.Statement result
        end local 2 // org.junit.runner.Description description
        end local 1 // org.junit.runners.model.Statement statement
        end local 0 // io.vertx.ext.unit.junit.RepeatRule this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/vertx/ext/unit/junit/RepeatRule;
            0    7     1    statement  Lorg/junit/runners/model/Statement;
            0    7     2  description  Lorg/junit/runner/Description;
            1    7     3       result  Lorg/junit/runners/model/Statement;
            2    7     4       repeat  Lio/vertx/ext/unit/junit/Repeat;
            4    6     5        times  I
            5    6     6       silent  Z
    MethodParameters:
             Name  Flags
      statement    
      description  
}
SourceFile: "RepeatRule.java"
NestMembers:
  io.vertx.ext.unit.junit.RepeatRule$RepeatStatement
InnerClasses:
  private RepeatStatement = io.vertx.ext.unit.junit.RepeatRule$RepeatStatement of io.vertx.ext.unit.junit.RepeatRule