public class lombok.javac.handlers.HandleLog
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.javac.handlers.HandleLog
  super_class: java.lang.Object
{
  private static final lombok.core.configuration.IdentifierName LOG;
    descriptor: Llombok/core/configuration/IdentifierName;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 53
            ldc "log"
            invokestatic lombok.core.configuration.IdentifierName.valueOf:(Ljava/lang/String;)Llombok/core/configuration/IdentifierName;
            putstatic lombok.javac.handlers.HandleLog.LOG:Llombok/core/configuration/IdentifierName;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // lombok.javac.handlers.HandleLog this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // lombok.javac.handlers.HandleLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Llombok/javac/handlers/HandleLog;

  public static void processAnnotation(lombok.core.handlers.LoggingFramework, lombok.core.AnnotationValues<?>, lombok.javac.JavacNode);
    descriptor: (Llombok/core/handlers/LoggingFramework;Llombok/core/AnnotationValues;Llombok/javac/JavacNode;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJCClassDecl cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n\tFlags cannot be resolved to a variable\n\tJCExpression cannot be resolved to a type\n\tJCExpression cannot be resolved to a type\n\tThe method Literal(Object) from the type JavacTreeMaker refers to the missing type JCLiteral\n\tJCFieldAccess cannot be resolved to a type\n\tThe method selfType(JavacNode) from the type HandleLog refers to the missing type JCFieldAccess\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
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Llombok/core/handlers/LoggingFramework;Llombok/core/AnnotationValues<*>;Llombok/javac/JavacNode;)V
    MethodParameters:
                Name  Flags
      framework       
      annotation      
      annotationNode  

  public static JCFieldAccess selfType(lombok.javac.JavacNode);
    descriptor: (Llombok/javac/JavacNode;)LJCFieldAccess;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJCFieldAccess cannot be resolved to a type\n\tName cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tJCClassDecl cannot be resolved to a type\n\tThe method get() from the type LombokNode<JavacAST,JavacNode,JCTree> refers to the missing type JCTree\n\tThe method toName(String) from the type JavacNode refers to the missing type Name\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      typeNode  

  static boolean createField(lombok.core.handlers.LoggingFramework, lombok.javac.JavacNode, JCFieldAccess, JCTree, java.lang.String, boolean, JCExpression);
    descriptor: (Llombok/core/handlers/LoggingFramework;Llombok/javac/JavacNode;LJCFieldAccess;LJCTree;Ljava/lang/String;ZLJCExpression;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=7, args_size=7
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJCFieldAccess cannot be resolved to a type\n\tJCTree cannot be resolved to a type\n\tJCExpression cannot be resolved to a type\n\tJCExpression cannot be resolved to a type\n\tThe method chainDotsString(JavacNode, String) from the type JavacHandlerUtil refers to the missing type JCExpression\n\tJCExpression cannot be resolved to a type\n\tThe method chainDotsString(JavacNode, String) from the type JavacHandlerUtil refers to the missing type JCExpression\n\tJCExpression cannot be resolved to a type\n\tJCMethodInvocation cannot be resolved to a type\n\tList cannot be resolved\n\tJCExpression cannot be resolved to a type\n\tList cannot be resolved\n\tJCExpression cannot be resolved to a type\n\tJCVariableDecl cannot be resolved to a type\n\tFlags cannot be resolved to a variable\n\tFlags cannot be resolved to a variable\n\tFlags cannot be resolved to a variable\n\tThe method toName(String) from the type JavacNode refers to the missing type Name\n\tThe method getContext() from the type JavacNode refers to the missing type Context\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
              Name  Flags
      framework     
      typeNode      
      loggingType   
      source        
      logFieldName  
      useStatic     
      loggerTopic   

  static JCExpression[] createFactoryParameters(lombok.javac.JavacNode, JCFieldAccess, java.util.List<lombok.core.configuration.LogDeclaration$LogFactoryParameter>, JCExpression);
    descriptor: (Llombok/javac/JavacNode;LJCFieldAccess;Ljava/util/List;LJCExpression;)[LJCExpression;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJCExpression cannot be resolved to a type\n\tJCFieldAccess cannot be resolved to a type\n\tJCExpression cannot be resolved to a type\n\tJCExpression cannot be resolved to a type\n\tJCExpression cannot be resolved to a type\n\tJCExpression cannot be resolved to a type\n\tThe method toName(String) from the type JavacNode refers to the missing type Name\n\tList cannot be resolved\n\tJCExpression cannot be resolved to a type\n\tList cannot be resolved\n\tJCExpression cannot be resolved to a type\n\tJCExpression cannot be resolved to a type\n\tThe method Literal(JavacTreeMaker.TypeTag, Object) from the type JavacTreeMaker refers to the missing type JCLiteral\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Llombok/javac/JavacNode;LJCFieldAccess;Ljava/util/List<Llombok/core/configuration/LogDeclaration$LogFactoryParameter;>;LJCExpression;)[LJCExpression;
    MethodParameters:
             Name  Flags
      typeNode     
      loggingType  
      parameters   
      loggerTopic  
}
SourceFile: "HandleLog.java"
NestMembers:
  lombok.javac.handlers.HandleLog$HandleCommonsLog  lombok.javac.handlers.HandleLog$HandleCustomLog  lombok.javac.handlers.HandleLog$HandleFloggerLog  lombok.javac.handlers.HandleLog$HandleJBossLog  lombok.javac.handlers.HandleLog$HandleJulLog  lombok.javac.handlers.HandleLog$HandleLog4j2Log  lombok.javac.handlers.HandleLog$HandleLog4jLog  lombok.javac.handlers.HandleLog$HandleSlf4jLog  lombok.javac.handlers.HandleLog$HandleXSlf4jLog
InnerClasses:
  public final LogFactoryParameter = lombok.core.configuration.LogDeclaration$LogFactoryParameter of lombok.core.configuration.LogDeclaration
  public HandleCommonsLog = lombok.javac.handlers.HandleLog$HandleCommonsLog of lombok.javac.handlers.HandleLog
  public HandleCustomLog = lombok.javac.handlers.HandleLog$HandleCustomLog of lombok.javac.handlers.HandleLog
  public HandleFloggerLog = lombok.javac.handlers.HandleLog$HandleFloggerLog of lombok.javac.handlers.HandleLog
  public HandleJBossLog = lombok.javac.handlers.HandleLog$HandleJBossLog of lombok.javac.handlers.HandleLog
  public HandleJulLog = lombok.javac.handlers.HandleLog$HandleJulLog of lombok.javac.handlers.HandleLog
  public HandleLog4j2Log = lombok.javac.handlers.HandleLog$HandleLog4j2Log of lombok.javac.handlers.HandleLog
  public HandleLog4jLog = lombok.javac.handlers.HandleLog$HandleLog4jLog of lombok.javac.handlers.HandleLog
  public HandleSlf4jLog = lombok.javac.handlers.HandleLog$HandleSlf4jLog of lombok.javac.handlers.HandleLog
  public HandleXSlf4jLog = lombok.javac.handlers.HandleLog$HandleXSlf4jLog of lombok.javac.handlers.HandleLog