public abstract class lombok.DirectoryRunner$TestParams
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: lombok.DirectoryRunner$TestParams
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.DirectoryRunner$TestParams this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tRunner cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tThe method getDescription() of type DirectoryRunner must override or implement a supertype method\n\tDescription cannot be resolved to a type\n\tRunNotifier cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tFailure cannot be resolved to a type\n\tRunNotifier cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tFailure cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.DirectoryRunner$TestParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/DirectoryRunner$TestParams;

  public abstract lombok.DirectoryRunner$Compiler getCompiler();
    descriptor: ()Llombok/DirectoryRunner$Compiler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean printErrors();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.io.File getBeforeDirectory();
    descriptor: ()Ljava/io/File;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.io.File getAfterDirectory();
    descriptor: ()Ljava/io/File;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.io.File getMessagesDirectory();
    descriptor: ()Ljava/io/File;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public int getVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.DirectoryRunner$TestParams this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.DirectoryRunner$TestParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/DirectoryRunner$TestParams;

  public boolean accept(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.DirectoryRunner$TestParams this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.DirectoryRunner$TestParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/DirectoryRunner$TestParams;
    MethodParameters:
      Name  Flags
      file  

  public abstract boolean expectChanges();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "DirectoryRunner.java"
NestHost: lombok.DirectoryRunner
InnerClasses:
  public abstract Compiler = lombok.DirectoryRunner$Compiler of lombok.DirectoryRunner
  public abstract TestParams = lombok.DirectoryRunner$TestParams of lombok.DirectoryRunner