public final class lombok.launch.PatchFixesHider$Util
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: lombok.launch.PatchFixesHider$Util
  super_class: java.lang.Object
{
  private static java.lang.ClassLoader shadowLoader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.launch.PatchFixesHider$Util this
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // lombok.launch.PatchFixesHider$Util this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/launch/PatchFixesHider$Util;

  public static java.lang.Class<?> shadowLoadClass(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.String name
         0: .line 92
            getstatic lombok.launch.PatchFixesHider$Util.shadowLoader:Ljava/lang/ClassLoader;
            ifnonnull 6
         1: .line 94
            ldc "lombok.core.LombokNode"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            pop
         2: .line 96
            ldc Llombok/launch/PatchFixesHider$Util;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            putstatic lombok.launch.PatchFixesHider$Util.shadowLoader:Ljava/lang/ClassLoader;
         3: .line 97
            goto 6
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
         4: pop
         5: .line 99
            invokestatic lombok.launch.Main.getShadowClassLoader:()Ljava/lang/ClassLoader;
            putstatic lombok.launch.PatchFixesHider$Util.shadowLoader:Ljava/lang/ClassLoader;
         6: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* name */
            iconst_1
            getstatic lombok.launch.PatchFixesHider$Util.shadowLoader:Ljava/lang/ClassLoader;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
         7: areturn
         8: .line 104
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            astore 1 /* e */
        start local 1 // java.lang.ClassNotFoundException e
         9: .line 105
            aload 1 /* e */
            invokestatic lombok.launch.PatchFixesHider$Util.sneakyThrow:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // java.lang.ClassNotFoundException e
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  name  Ljava/lang/String;
            9   10     1     e  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.ClassNotFoundException
           0     7       8  Class java.lang.ClassNotFoundException
    Signature: (Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      name  

  public static java.lang.reflect.Method findMethod(java.lang.Class<?>, java.lang.String, java.lang.Class<?>[]);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // java.lang.Class type
        start local 1 // java.lang.String name
        start local 2 // java.lang.Class[] parameterTypes
         0: .line 111
            aload 0 /* type */
            aload 1 /* name */
            aload 2 /* parameterTypes */
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
         1: areturn
         2: .line 112
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            astore 3 /* e */
        start local 3 // java.lang.NoSuchMethodException e
         3: .line 113
            aload 3 /* e */
            invokestatic lombok.launch.PatchFixesHider$Util.sneakyThrow:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 3 // java.lang.NoSuchMethodException e
        end local 2 // java.lang.Class[] parameterTypes
        end local 1 // java.lang.String name
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            type  Ljava/lang/Class<*>;
            0    4     1            name  Ljava/lang/String;
            0    4     2  parameterTypes  [Ljava/lang/Class;
            3    4     3               e  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NoSuchMethodException
    Signature: (Ljava/lang/Class<*>;Ljava/lang/String;[Ljava/lang/Class<*>;)Ljava/lang/reflect/Method;
    MethodParameters:
                Name  Flags
      type            
      name            
      parameterTypes  

  public static java.lang.Object invokeMethod(java.lang.reflect.Method, java.lang.Object[]);
    descriptor: (Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.reflect.Method method
        start local 1 // java.lang.Object[] args
         0: .line 119
            aload 0 /* method */
            aconst_null
            aload 1 /* args */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         1: areturn
         2: .line 120
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* e */
        start local 2 // java.lang.IllegalAccessException e
         3: .line 121
            aload 2 /* e */
            invokestatic lombok.launch.PatchFixesHider$Util.sneakyThrow:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 2 // java.lang.IllegalAccessException e
         4: .line 122
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* e */
        start local 2 // java.lang.reflect.InvocationTargetException e
         5: .line 123
            aload 2 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokestatic lombok.launch.PatchFixesHider$Util.sneakyThrow:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 2 // java.lang.reflect.InvocationTargetException e
        end local 1 // java.lang.Object[] args
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0  method  Ljava/lang/reflect/Method;
            0    6     1    args  [Ljava/lang/Object;
            3    4     2       e  Ljava/lang/IllegalAccessException;
            5    6     2       e  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
        Name  Flags
      method  
      args    

  private static java.lang.RuntimeException sneakyThrow(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Throwable t
         0: .line 128
            aload 0 /* t */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            ldc "t"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         1: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* t */
            invokestatic lombok.launch.PatchFixesHider$Util.sneakyThrow0:(Ljava/lang/Throwable;)V
         2: .line 130
            aconst_null
            areturn
        end local 0 // java.lang.Throwable t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  private static <T extends java.lang.Throwable> void sneakyThrow0(java.lang.Throwable) throws T;
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Throwable t
         0: .line 135
            aload 0 /* t */
            athrow
        end local 0 // java.lang.Throwable t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  Ljava/lang/Throwable;
    Exceptions:
      throws java.lang.Throwable
    Signature: <T:Ljava/lang/Throwable;>(Ljava/lang/Throwable;)V^TT;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "PatchFixesHider.java"
NestHost: lombok.launch.PatchFixesHider
InnerClasses:
  public final Util = lombok.launch.PatchFixesHider$Util of lombok.launch.PatchFixesHider