public class lombok.javac.java7.CommentCollectingScannerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.javac.java7.CommentCollectingScannerFactory
  super_class: java.lang.Object
{
  public static void preRegister(Context);
    descriptor: (LContext;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 33
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tContext cannot be resolved to a type\n\tscannerFactoryKey cannot be resolved to a variable\n\tContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tScannerFactory cannot be resolved to a type\n\tscannerFactoryKey cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      context  final

  protected void <init>(Context);
    descriptor: (LContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.javac.java7.CommentCollectingScannerFactory this
         0: .line 26
            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\tScannerFactory cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tScanner cannot be resolved to a type\n\tThe method newScanner(CharSequence, boolean) of type CommentCollectingScannerFactory must override or implement a supertype method\n\tThe method newScanner(char[], int, boolean) from the type CommentCollectingScannerFactory refers to the missing type Scanner\n\tScanner cannot be resolved to a type\n\tThe method newScanner(char[], int, boolean) of type CommentCollectingScannerFactory must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingScannerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingScannerFactory;
    MethodParameters:
         Name  Flags
      context  

  public Scanner newScanner(java.lang.CharSequence, boolean);
    descriptor: (Ljava/lang/CharSequence;Z)LScanner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.javac.java7.CommentCollectingScannerFactory this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tScanner cannot be resolved to a type\n\tThe method newScanner(CharSequence, boolean) of type CommentCollectingScannerFactory must override or implement a supertype method\n\tThe method newScanner(char[], int, boolean) from the type CommentCollectingScannerFactory refers to the missing type Scanner\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingScannerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingScannerFactory;
    MethodParameters:
                 Name  Flags
      input            
      keepDocComments  

  public Scanner newScanner(char[], int, boolean);
    descriptor: ([CIZ)LScanner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.javac.java7.CommentCollectingScannerFactory this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tScanner cannot be resolved to a type\n\tThe method newScanner(char[], int, boolean) of type CommentCollectingScannerFactory must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.java7.CommentCollectingScannerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/java7/CommentCollectingScannerFactory;
    MethodParameters:
                 Name  Flags
      input            
      inputLength      
      keepDocComments  
}
SourceFile: "CommentCollectingScannerFactory.java"
NestMembers:
  lombok.javac.java7.CommentCollectingScannerFactory$1MyFactory