class lombok.javac.JavacTransformer$AnnotationVisitor extends lombok.javac.JavacASTAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.javac.JavacTransformer$AnnotationVisitor
  super_class: lombok.javac.JavacASTAdapter
{
  private final long priority;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final lombok.javac.JavacTransformer this$0;
    descriptor: Llombok/javac/JavacTransformer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(lombok.javac.JavacTransformer, long);
    descriptor: (Llombok/javac/JavacTransformer;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
        start local 2 // long priority
         0: .line 73
            aload 0 /* this */
            aload 1
            putfield lombok.javac.JavacTransformer$AnnotationVisitor.this$0:Llombok/javac/JavacTransformer;
            aload 0 /* this */
            invokespecial lombok.javac.JavacASTAdapter.<init>:()V
         1: .line 74
            aload 0 /* this */
            lload 2 /* priority */
            putfield lombok.javac.JavacTransformer$AnnotationVisitor.priority:J
         2: .line 75
            return
        end local 2 // long priority
        end local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Llombok/javac/JavacTransformer$AnnotationVisitor;
            0    3     2  priority  J
    MethodParameters:
          Name  Flags
      this$0    final
      priority  

  public void visitAnnotationOnType(JCClassDecl, lombok.javac.JavacNode, JCAnnotation);
    descriptor: (LJCClassDecl;Llombok/javac/JavacNode;LJCAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
         0: .line 77
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacTransformer$AnnotationVisitor;
    MethodParameters:
                Name  Flags
      type            
      annotationNode  
      annotation      

  public void visitAnnotationOnField(JCVariableDecl, lombok.javac.JavacNode, JCAnnotation);
    descriptor: (LJCVariableDecl;Llombok/javac/JavacNode;LJCAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacTransformer$AnnotationVisitor;
    MethodParameters:
                Name  Flags
      field           
      annotationNode  
      annotation      

  public void visitAnnotationOnMethod(JCMethodDecl, lombok.javac.JavacNode, JCAnnotation);
    descriptor: (LJCMethodDecl;Llombok/javac/JavacNode;LJCAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacTransformer$AnnotationVisitor;
    MethodParameters:
                Name  Flags
      method          
      annotationNode  
      annotation      

  public void visitAnnotationOnMethodArgument(JCVariableDecl, JCMethodDecl, lombok.javac.JavacNode, JCAnnotation);
    descriptor: (LJCVariableDecl;LJCMethodDecl;Llombok/javac/JavacNode;LJCAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacTransformer$AnnotationVisitor;
    MethodParameters:
                Name  Flags
      argument        
      method          
      annotationNode  
      annotation      

  public void visitAnnotationOnLocal(JCVariableDecl, lombok.javac.JavacNode, JCAnnotation);
    descriptor: (LJCVariableDecl;Llombok/javac/JavacNode;LJCAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacTransformer$AnnotationVisitor;
    MethodParameters:
                Name  Flags
      local           
      annotationNode  
      annotation      

  public void visitAnnotationOnTypeUse(JCTree, lombok.javac.JavacNode, JCAnnotation);
    descriptor: (LJCTree;Llombok/javac/JavacNode;LJCAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.javac.JavacTransformer$AnnotationVisitor this
         0: .line 102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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$AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/javac/JavacTransformer$AnnotationVisitor;
    MethodParameters:
                Name  Flags
      typeUse         
      annotationNode  
      annotation      
}
SourceFile: "JavacTransformer.java"
NestHost: lombok.javac.JavacTransformer
InnerClasses:
  private AnnotationVisitor = lombok.javac.JavacTransformer$AnnotationVisitor of lombok.javac.JavacTransformer