public class lombok.delombok.DocCommentIntegrator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.delombok.DocCommentIntegrator
  super_class: java.lang.Object
{
  private static final java.util.regex.Pattern CONTENT_STRIPPER;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 77
            ldc "^(?:\\s*\\*)?(.*?)$"
            bipush 8
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;I)Ljava/util/regex/Pattern;
            putstatic lombok.delombok.DocCommentIntegrator.CONTENT_STRIPPER:Ljava/util/regex/Pattern;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.delombok.DocCommentIntegrator this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // lombok.delombok.DocCommentIntegrator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/delombok/DocCommentIntegrator;

  public java.util.List<lombok.javac.CommentInfo> integrate(java.util.List<lombok.javac.CommentInfo>, JCCompilationUnit);
    descriptor: (Ljava/util/List;LJCCompilationUnit;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.delombok.DocCommentIntegrator this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJCCompilationUnit cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.delombok.DocCommentIntegrator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/delombok/DocCommentIntegrator;
    Signature: (Ljava/util/List<Llombok/javac/CommentInfo;>;LJCCompilationUnit;)Ljava/util/List<Llombok/javac/CommentInfo;>;
    MethodParameters:
          Name  Flags
      comments  
      unit      

  boolean attach(JCCompilationUnit, JCTree, lombok.javac.CommentInfo);
    descriptor: (LJCCompilationUnit;LJCTree;Llombok/javac/CommentInfo;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.delombok.DocCommentIntegrator this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJCCompilationUnit cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.delombok.DocCommentIntegrator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/delombok/DocCommentIntegrator;
    MethodParameters:
      Name  Flags
      top   
      node  final
      cmt   

  JCTree findJavadocableNodeOnOrAfter(JCCompilationUnit, int);
    descriptor: (LJCCompilationUnit;I)LJCTree;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.delombok.DocCommentIntegrator this
         0: .line 123
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJCTree cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tcom.sun.tools cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tJCMethodDecl cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tJCVariableDecl cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.delombok.DocCommentIntegrator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/delombok/DocCommentIntegrator;
    MethodParameters:
        Name  Flags
      unit    
      endPos  
}
SourceFile: "DocCommentIntegrator.java"
NestMembers:
  lombok.delombok.DocCommentIntegrator$CommentAttacher_8  lombok.delombok.DocCommentIntegrator$CommentAttacher_8$1
InnerClasses:
  private CommentAttacher_8 = lombok.delombok.DocCommentIntegrator$CommentAttacher_8 of lombok.delombok.DocCommentIntegrator