interface lombok.javac.CompilerMessageSuppressor$WriterField
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: lombok.javac.CompilerMessageSuppressor$WriterField
  super_class: java.lang.Object
{
  public static final java.io.PrintWriter NO_WRITER;
    descriptor: Ljava/io/PrintWriter;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final lombok.javac.CompilerMessageSuppressor$WriterField NONE;
    descriptor: Llombok/javac/CompilerMessageSuppressor$WriterField;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 37
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tThe import com.sun.tools cannot be resolved\n\tLog cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved\n\tContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n\tJCDiagnostic cannot be resolved to a type\n\tJCDiagnostic cannot be resolved to a type\n\tJCDiagnostic cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tThe type new CompilerMessageSuppressor.WriterField(){} must implement the inherited abstract method CompilerMessageSuppressor.WriterField.pauze(Log)\n\tThe type new CompilerMessageSuppressor.WriterField(){} must implement the inherited abstract method CompilerMessageSuppressor.WriterField.resume(Log)\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tThe type CompilerMessageSuppressor.Java8WriterField must implement the inherited abstract method CompilerMessageSuppressor.WriterField.pauze(Log)\n\tThe type CompilerMessageSuppressor.Java8WriterField must implement the inherited abstract method CompilerMessageSuppressor.WriterField.resume(Log)\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n\tThe type CompilerMessageSuppressor.Java9WriterField must implement the inherited abstract method CompilerMessageSuppressor.WriterField.pauze(Log)\n\tThe type CompilerMessageSuppressor.Java9WriterField must implement the inherited abstract method CompilerMessageSuppressor.WriterField.resume(Log)\n\tLog cannot be resolved to a type\n\tLog cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void pauze(Log);
    descriptor: (LLog;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      log   

  public abstract void resume(Log);
    descriptor: (LLog;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      log   
}
SourceFile: "CompilerMessageSuppressor.java"
NestHost: lombok.javac.CompilerMessageSuppressor
InnerClasses:
  abstract WriterField = lombok.javac.CompilerMessageSuppressor$WriterField of lombok.javac.CompilerMessageSuppressor