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

  protected void <init>(Parser.Factory, Lexer, boolean);
    descriptor: (LParser/Factory;LLexer;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.javac.java6.CommentCollectingParser this
         0: .line 27
            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\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\tParser 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\tThe method compilationUnit() of type CommentCollectingParser must override or implement a supertype method\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\tList 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.java6.CommentCollectingParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java6/CommentCollectingParser;
    MethodParameters:
                 Name  Flags
      fac              
      S                
      keepDocComments  

  public JCCompilationUnit compilationUnit();
    descriptor: ()LJCCompilationUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.java6.CommentCollectingParser this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJCCompilationUnit cannot be resolved to a type\n\tThe method compilationUnit() of type CommentCollectingParser must override or implement a supertype method\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\tList 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.java6.CommentCollectingParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java6/CommentCollectingParser;
}
SourceFile: "CommentCollectingParser.java"