class lombok.javac.java7.CommentCollectingParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.javac.java7.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);
    descriptor: (LParserFactory;LLexer;ZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // lombok.javac.java7.CommentCollectingParser this
         0: .line 30
            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\tEndPosParser 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\tEndPosParser cannot be resolved to a type\n\tLexer 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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingParser;
    MethodParameters:
                 Name  Flags
      fac              
      S                
      keepDocComments  
      keepLineMap      

  public JCCompilationUnit parseCompilationUnit();
    descriptor: ()LJCCompilationUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.java7.CommentCollectingParser this
         0: .line 44
            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\tEndPosParser cannot be resolved to a type\n\tLexer 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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingParser;
}
SourceFile: "CommentCollectingParser.java"