class lombok.javac.java9.CommentCollectingParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.javac.java9.CommentCollectingParser
  super_class: java.lang.Object
{
  private final Lexer lexer;
    descriptor: LLexer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(ParserFactory, Lexer, boolean, boolean, boolean, boolean);
    descriptor: (LParserFactory;LLexer;ZZZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // lombok.javac.java9.CommentCollectingParser this
         0: .line 29
            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\tJavacParser cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tParserFactory cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJavacParser cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tThe method getComments() from the type CommentCollectingScanner refers to the missing type List\n\tJCCompilationUnit cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tThe method getTextBlockStarts() from the type CommentCollectingScanner refers to the missing type List\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java9.CommentCollectingParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java9/CommentCollectingParser;
    MethodParameters:
                  Name  Flags
      fac               
      S                 
      keepDocComments   
      keepLineMap       
      keepEndPositions  
      parseModuleInfo   

  public JCCompilationUnit parseCompilationUnit();
    descriptor: ()LJCCompilationUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.java9.CommentCollectingParser this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJavacParser cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tThe method getComments() from the type CommentCollectingScanner refers to the missing type List\n\tJCCompilationUnit cannot be resolved to a type\n\tLexer cannot be resolved to a type\n\tThe method getTextBlockStarts() from the type CommentCollectingScanner refers to the missing type List\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java9.CommentCollectingParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java9/CommentCollectingParser;
}
SourceFile: "CommentCollectingParser.java"