public class lombok.javac.java6.CommentCollectingParserFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.javac.java6.CommentCollectingParserFactory
  super_class: java.lang.Object
{
  protected void <init>(Context);
    descriptor: (LContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.java6.CommentCollectingParserFactory this
         0: .line 26
            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\tParser cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tParser cannot be resolved to a type\n\tparserFactoryKey cannot be resolved to a variable\n\tContext cannot be resolved to a type\n\tParser cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tParser cannot be resolved to a type\n\tJavaCompiler cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tThe method key() is undefined for the type CommentCollectingParserFactory\n\tParser cannot be resolved to a type\n\tJavaCompiler cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java6.CommentCollectingParserFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java6/CommentCollectingParserFactory;
    MethodParameters:
         Name  Flags
      context  

  public Parser newParser(Lexer, boolean, boolean);
    descriptor: (LLexer;ZZ)LParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.javac.java6.CommentCollectingParserFactory this
         0: .line 42
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tParser cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tParser cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java6.CommentCollectingParserFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java6/CommentCollectingParserFactory;
    MethodParameters:
                 Name  Flags
      S                
      keepDocComments  
      genEndPos        

  public static void setInCompiler(JavaCompiler, Context);
    descriptor: (LJavaCompiler;LContext;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJavaCompiler cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tThe method key() is undefined for the type CommentCollectingParserFactory\n\tParser cannot be resolved to a type\n\tJavaCompiler cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      compiler  
      context   
}
SourceFile: "CommentCollectingParserFactory.java"