public class io.vertx.ext.unit.report.impl.EventBusReporter$EventBusReport
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.unit.report.impl.EventBusReporter$EventBusReport
  super_class: java.lang.Object
{
  final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.report.impl.EventBusReporter$EventBusReport this
        start local 1 // java.lang.String name
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 19
            aload 0 /* this */
            aload 1 /* name */
            putfield io.vertx.ext.unit.report.impl.EventBusReporter$EventBusReport.name:Ljava/lang/String;
         2: .line 20
            return
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.unit.report.impl.EventBusReporter$EventBusReport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/unit/report/impl/EventBusReporter$EventBusReport;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "EventBusReporter.java"
NestHost: io.vertx.ext.unit.report.impl.EventBusReporter
InnerClasses:
  public EventBusReport = io.vertx.ext.unit.report.impl.EventBusReporter$EventBusReport of io.vertx.ext.unit.report.impl.EventBusReporter