public class lombok.javac.JavacTransformer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.javac.JavacTransformer
  super_class: java.lang.Object
{
  private final lombok.javac.HandlerLibrary handlers;
    descriptor: Llombok/javac/HandlerLibrary;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.annotation.processing.Messager messager;
    descriptor: Ljavax/annotation/processing/Messager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(javax.annotation.processing.Messager, Trees);
    descriptor: (Ljavax/annotation/processing/Messager;LTrees;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.javac.JavacTransformer this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.source 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\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\tTrees cannot be resolved to a type\n\tContext 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\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n\tJCClassDecl cannot be resolved to a type\n\tJCAnnotation cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n\tJCVariableDecl cannot be resolved to a type\n\tJCAnnotation cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n\tJCMethodDecl cannot be resolved to a type\n\tJCAnnotation cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n\tJCVariableDecl cannot be resolved to a type\n\tJCMethodDecl cannot be resolved to a type\n\tJCAnnotation cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n\tJCVariableDecl cannot be resolved to a type\n\tJCAnnotation cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n\tJCTree cannot be resolved to a type\n\tJCAnnotation cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacTransformer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacTransformer;
    MethodParameters:
          Name  Flags
      messager  
      trees     

  public java.util.SortedSet<java.lang.Long> getPriorities();
    descriptor: ()Ljava/util/SortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.javac.JavacTransformer this
         0: .line 52
            aload 0 /* this */
            getfield lombok.javac.JavacTransformer.handlers:Llombok/javac/HandlerLibrary;
            invokevirtual lombok.javac.HandlerLibrary.getPriorities:()Ljava/util/SortedSet;
            areturn
        end local 0 // lombok.javac.JavacTransformer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacTransformer;
    Signature: ()Ljava/util/SortedSet<Ljava/lang/Long;>;

  public java.util.SortedSet<java.lang.Long> getPrioritiesRequiringResolutionReset();
    descriptor: ()Ljava/util/SortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.javac.JavacTransformer this
         0: .line 56
            aload 0 /* this */
            getfield lombok.javac.JavacTransformer.handlers:Llombok/javac/HandlerLibrary;
            invokevirtual lombok.javac.HandlerLibrary.getPrioritiesRequiringResolutionReset:()Ljava/util/SortedSet;
            areturn
        end local 0 // lombok.javac.JavacTransformer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacTransformer;
    Signature: ()Ljava/util/SortedSet<Ljava/lang/Long;>;

  public void transform(long, Context, java.util.List<JCCompilationUnit>, lombok.core.CleanupRegistry);
    descriptor: (JLContext;Ljava/util/List;Llombok/core/CleanupRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // lombok.javac.JavacTransformer this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tContext 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\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacTransformer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacTransformer;
    Signature: (JLContext;Ljava/util/List<LJCCompilationUnit;>;Llombok/core/CleanupRegistry;)V
    MethodParameters:
                  Name  Flags
      priority          
      context           
      compilationUnits  
      cleanup           
}
SourceFile: "JavacTransformer.java"
NestMembers:
  lombok.javac.JavacTransformer$AnnotationVisitor
InnerClasses:
  private AnnotationVisitor = lombok.javac.JavacTransformer$AnnotationVisitor of lombok.javac.JavacTransformer