class lombok.javac.CompilerMessageSuppressor$Java9WriterField implements lombok.javac.CompilerMessageSuppressor$WriterField
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.javac.CompilerMessageSuppressor$Java9WriterField
  super_class: java.lang.Object
{
  private final java.lang.reflect.Field field;
    descriptor: Ljava/lang/reflect/Field;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object key;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.io.PrintWriter writer;
    descriptor: Ljava/io/PrintWriter;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.reflect.Field, java.lang.Object);
    descriptor: (Ljava/lang/reflect/Field;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.javac.CompilerMessageSuppressor$Java9WriterField this
         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
        end local 0 // lombok.javac.CompilerMessageSuppressor$Java9WriterField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/CompilerMessageSuppressor$Java9WriterField;
    MethodParameters:
       Name  Flags
      field  
      key    

  public void pauze(Log);
    descriptor: (LLog;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.CompilerMessageSuppressor$Java9WriterField this
         0: .line 329
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tLog cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.CompilerMessageSuppressor$Java9WriterField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/CompilerMessageSuppressor$Java9WriterField;
    MethodParameters:
      Name  Flags
      log   

  public void resume(Log);
    descriptor: (LLog;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.CompilerMessageSuppressor$Java9WriterField this
         0: .line 338
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tLog cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.CompilerMessageSuppressor$Java9WriterField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/CompilerMessageSuppressor$Java9WriterField;
    MethodParameters:
      Name  Flags
      log   
}
SourceFile: "CompilerMessageSuppressor.java"
NestHost: lombok.javac.CompilerMessageSuppressor
InnerClasses:
  Java9WriterField = lombok.javac.CompilerMessageSuppressor$Java9WriterField of lombok.javac.CompilerMessageSuppressor
  abstract WriterField = lombok.javac.CompilerMessageSuppressor$WriterField of lombok.javac.CompilerMessageSuppressor