public class lombok.javac.CommentCatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.javac.CommentCatcher
  super_class: java.lang.Object
{
  private final JavaCompiler compiler;
    descriptor: LJavaCompiler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final lombok.core.FieldAugment<JCCompilationUnit, java.util.List<lombok.javac.CommentInfo>> JCCompilationUnit_comments;
    descriptor: Llombok/core/FieldAugment;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Llombok/core/FieldAugment<LJCCompilationUnit;Ljava/util/List<Llombok/javac/CommentInfo;>;>;

  public static final lombok.core.FieldAugment<JCCompilationUnit, java.util.List<java.lang.Integer>> JCCompilationUnit_textBlockStarts;
    descriptor: Llombok/core/FieldAugment;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Llombok/core/FieldAugment<LJCCompilationUnit;Ljava/util/List<Ljava/lang/Integer;>;>;

  public static lombok.javac.CommentCatcher create(Context, boolean);
    descriptor: (LContext;Z)Llombok/javac/CommentCatcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tContext cannot be resolved to a type\n\tJavaCompiler 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
      context         
      findTextBlocks  

  void <init>(JavaCompiler);
    descriptor: (LJavaCompiler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.CommentCatcher this
         0: .line 31
            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\tJavaCompiler cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tThe method augment(Class<JCCompilationUnit>, Class<? super List>, String) from the type FieldAugment refers to the missing type JCCompilationUnit\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tThe method augment(Class<JCCompilationUnit>, Class<? super List>, String) from the type FieldAugment refers to the missing type JCCompilationUnit\n\tJCCompilationUnit cannot be resolved to a type\n\tJavaCompiler cannot be resolved to a type\n\tJavaCompiler cannot be resolved to a type\n\tJavaCompiler cannot be resolved to a type\n\tJavaCompiler cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tJavaCompiler cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tJavaCompiler cannot be resolved to a type\n\tContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.CommentCatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/CommentCatcher;
    MethodParameters:
          Name  Flags
      compiler  

  public JavaCompiler getCompiler();
    descriptor: ()LJavaCompiler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.CommentCatcher this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJavaCompiler 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.CommentCatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/CommentCatcher;

  public void setComments(JCCompilationUnit, java.util.List<lombok.javac.CommentInfo>);
    descriptor: (LJCCompilationUnit;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.javac.CommentCatcher this
         0: .line 60
            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\tJCCompilationUnit cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.CommentCatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/CommentCatcher;
    Signature: (LJCCompilationUnit;Ljava/util/List<Llombok/javac/CommentInfo;>;)V
    MethodParameters:
          Name  Flags
      ast       
      comments  

  public java.util.List<lombok.javac.CommentInfo> getComments(JCCompilationUnit);
    descriptor: (LJCCompilationUnit;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.CommentCatcher this
         0: .line 68
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.CommentCatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/CommentCatcher;
    Signature: (LJCCompilationUnit;)Ljava/util/List<Llombok/javac/CommentInfo;>;
    MethodParameters:
      Name  Flags
      ast   

  public java.util.List<java.lang.Integer> getTextBlockStarts(JCCompilationUnit);
    descriptor: (LJCCompilationUnit;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.CommentCatcher this
         0: .line 73
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.CommentCatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/CommentCatcher;
    Signature: (LJCCompilationUnit;)Ljava/util/List<Ljava/lang/Integer;>;
    MethodParameters:
      Name  Flags
      ast   

  static void registerCommentsCollectingScannerFactory(Context, boolean);
    descriptor: (LContext;Z)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tContext cannot be resolved to a type\n\tContext 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
      context         
      findTextBlocks  

  static void setInCompiler(JavaCompiler, Context);
    descriptor: (LJavaCompiler;LContext;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 98
            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\tJavaCompiler cannot be resolved to a type\n\tContext 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: "CommentCatcher.java"