public class lombok.javac.java7.CommentCollectingScanner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.javac.java7.CommentCollectingScanner
  super_class: java.lang.Object
{
  private final ListBuffer<lombok.javac.CommentInfo> comments;
    descriptor: LListBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: LListBuffer<Llombok/javac/CommentInfo;>;

  private int endComment;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(lombok.javac.java7.CommentCollectingScannerFactory, java.nio.CharBuffer);
    descriptor: (Llombok/javac/java7/CommentCollectingScannerFactory;Ljava/nio/CharBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.javac.java7.CommentCollectingScanner 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\tScanner cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n\tCommentStyle cannot be resolved to a type\n\tThe method prevEndPos() is undefined for the type CommentCollectingScanner\n\tThe method pos() is undefined for the type CommentCollectingScanner\n\tThe method endPos() is undefined for the type CommentCollectingScanner\n\tThe method getRawCharacters(int, int) is undefined for the type CommentCollectingScanner\n\tListBuffer cannot be resolved to a type\n\tThe method getRawCharacters(int, int) is undefined for the type CommentCollectingScanner\n\tThe method getRawCharacters(int, int) is undefined for the type CommentCollectingScanner\n\tList cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingScanner;
    MethodParameters:
            Name  Flags
      factory     
      charBuffer  

  public void <init>(lombok.javac.java7.CommentCollectingScannerFactory, char[], int);
    descriptor: (Llombok/javac/java7/CommentCollectingScannerFactory;[CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.javac.java7.CommentCollectingScanner 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\tScanner cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n\tCommentStyle cannot be resolved to a type\n\tThe method prevEndPos() is undefined for the type CommentCollectingScanner\n\tThe method pos() is undefined for the type CommentCollectingScanner\n\tThe method endPos() is undefined for the type CommentCollectingScanner\n\tThe method getRawCharacters(int, int) is undefined for the type CommentCollectingScanner\n\tListBuffer cannot be resolved to a type\n\tThe method getRawCharacters(int, int) is undefined for the type CommentCollectingScanner\n\tThe method getRawCharacters(int, int) is undefined for the type CommentCollectingScanner\n\tList cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingScanner;
    MethodParameters:
             Name  Flags
      factory      
      input        
      inputLength  

  protected void processComment(CommentStyle);
    descriptor: (LCommentStyle;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.java7.CommentCollectingScanner this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCommentStyle cannot be resolved to a type\n\tThe method prevEndPos() is undefined for the type CommentCollectingScanner\n\tThe method pos() is undefined for the type CommentCollectingScanner\n\tThe method endPos() is undefined for the type CommentCollectingScanner\n\tThe method getRawCharacters(int, int) is undefined for the type CommentCollectingScanner\n\tListBuffer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingScanner;
    MethodParameters:
       Name  Flags
      style  

  private lombok.javac.CommentInfo$EndConnection determineEndConnection(int);
    descriptor: (I)Llombok/javac/CommentInfo$EndConnection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.java7.CommentCollectingScanner this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getRawCharacters(int, int) is undefined for the type CommentCollectingScanner\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingScanner;
    MethodParameters:
      Name  Flags
      pos   

  private lombok.javac.CommentInfo$StartConnection determineStartConnection(int, int);
    descriptor: (II)Llombok/javac/CommentInfo$StartConnection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.javac.java7.CommentCollectingScanner this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getRawCharacters(int, int) is undefined for the type CommentCollectingScanner\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingScanner;
    MethodParameters:
      Name  Flags
      from  
      to    

  private boolean isNewLine(char);
    descriptor: (C)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.java7.CommentCollectingScanner this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingScanner;
    MethodParameters:
      Name  Flags
      c     

  public List<lombok.javac.CommentInfo> getComments();
    descriptor: ()LList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.javac.java7.CommentCollectingScanner this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tList cannot be resolved to a type\n\tListBuffer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingScanner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingScanner;
    Signature: ()LList<Llombok/javac/CommentInfo;>;
}
SourceFile: "CommentCollectingScanner.java"
InnerClasses:
  public final EndConnection = lombok.javac.CommentInfo$EndConnection of lombok.javac.CommentInfo
  public final StartConnection = lombok.javac.CommentInfo$StartConnection of lombok.javac.CommentInfo