public final class lombok.launch.PatchFixesHider$LombokDeps
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: lombok.launch.PatchFixesHider$LombokDeps
  super_class: java.lang.Object
{
  public static final java.lang.reflect.Method ADD_LOMBOK_NOTES;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.reflect.Method POST_COMPILER_BYTES_STRING;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.reflect.Method POST_COMPILER_OUTPUTSTREAM;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.reflect.Method POST_COMPILER_BUFFEREDOUTPUTSTREAM_STRING_STRING;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=1, args_size=0
         0: .line 147
            ldc "lombok.eclipse.agent.PatchFixesShadowLoaded"
            invokestatic lombok.launch.PatchFixesHider$Util.shadowLoadClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 0 /* shadowed */
        start local 0 // java.lang.Class shadowed
         1: .line 148
            aload 0 /* shadowed */
            ldc "addLombokNotesToEclipseAboutDialog"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/String;
            aastore
            invokestatic lombok.launch.PatchFixesHider$Util.findMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic lombok.launch.PatchFixesHider$LombokDeps.ADD_LOMBOK_NOTES:Ljava/lang/reflect/Method;
         2: .line 149
            aload 0 /* shadowed */
            ldc "runPostCompiler"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc [B
            aastore
            dup
            iconst_1
            ldc Ljava/lang/String;
            aastore
            invokestatic lombok.launch.PatchFixesHider$Util.findMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic lombok.launch.PatchFixesHider$LombokDeps.POST_COMPILER_BYTES_STRING:Ljava/lang/reflect/Method;
         3: .line 150
            aload 0 /* shadowed */
            ldc "runPostCompiler"
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/io/OutputStream;
            aastore
            invokestatic lombok.launch.PatchFixesHider$Util.findMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic lombok.launch.PatchFixesHider$LombokDeps.POST_COMPILER_OUTPUTSTREAM:Ljava/lang/reflect/Method;
         4: .line 151
            aload 0 /* shadowed */
            ldc "runPostCompiler"
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/io/BufferedOutputStream;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_2
            ldc Ljava/lang/String;
            aastore
            invokestatic lombok.launch.PatchFixesHider$Util.findMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic lombok.launch.PatchFixesHider$LombokDeps.POST_COMPILER_BUFFEREDOUTPUTSTREAM_STRING_STRING:Ljava/lang/reflect/Method;
        end local 0 // java.lang.Class shadowed
         5: .line 152
            return
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1    5     0  shadowed  Ljava/lang/Class<*>;

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

  public static java.lang.String addLombokNotesToEclipseAboutDialog(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.String origReturnValue
        start local 1 // java.lang.String key
         0: .line 156
            getstatic lombok.launch.PatchFixesHider$LombokDeps.ADD_LOMBOK_NOTES:Ljava/lang/reflect/Method;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* origReturnValue */
            aastore
            dup
            iconst_1
            aload 1 /* key */
            aastore
            invokestatic lombok.launch.PatchFixesHider$Util.invokeMethod:(Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
         1: areturn
         2: .line 157
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         3: .line 158
            aload 0 /* origReturnValue */
            areturn
        end local 1 // java.lang.String key
        end local 0 // java.lang.String origReturnValue
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0  origReturnValue  Ljava/lang/String;
            0    4     1              key  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    MethodParameters:
                 Name  Flags
      origReturnValue  
      key              

  public static byte[] runPostCompiler(byte[], java.lang.String);
    descriptor: ([BLjava/lang/String;)[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // byte[] bytes
        start local 1 // java.lang.String fileName
         0: .line 163
            getstatic lombok.launch.PatchFixesHider$LombokDeps.POST_COMPILER_BYTES_STRING:Ljava/lang/reflect/Method;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* bytes */
            aastore
            dup
            iconst_1
            aload 1 /* fileName */
            aastore
            invokestatic lombok.launch.PatchFixesHider$Util.invokeMethod:(Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 1 // java.lang.String fileName
        end local 0 // byte[] bytes
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0     bytes  [B
            0    1     1  fileName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      bytes     
      fileName  

  public static java.io.OutputStream runPostCompiler(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)Ljava/io/OutputStream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.io.OutputStream out
         0: .line 167
            getstatic lombok.launch.PatchFixesHider$LombokDeps.POST_COMPILER_OUTPUTSTREAM:Ljava/lang/reflect/Method;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* out */
            aastore
            invokestatic lombok.launch.PatchFixesHider$Util.invokeMethod:(Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.io.OutputStream
            areturn
        end local 0 // java.io.OutputStream out
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   out  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public static java.io.BufferedOutputStream runPostCompiler(java.io.BufferedOutputStream, java.lang.String, java.lang.String);
    descriptor: (Ljava/io/BufferedOutputStream;Ljava/lang/String;Ljava/lang/String;)Ljava/io/BufferedOutputStream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.io.BufferedOutputStream out
        start local 1 // java.lang.String path
        start local 2 // java.lang.String name
         0: .line 171
            getstatic lombok.launch.PatchFixesHider$LombokDeps.POST_COMPILER_BUFFEREDOUTPUTSTREAM_STRING_STRING:Ljava/lang/reflect/Method;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* out */
            aastore
            dup
            iconst_1
            aload 1 /* path */
            aastore
            dup
            iconst_2
            aload 2 /* name */
            aastore
            invokestatic lombok.launch.PatchFixesHider$Util.invokeMethod:(Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.io.BufferedOutputStream
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String path
        end local 0 // java.io.BufferedOutputStream out
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   out  Ljava/io/BufferedOutputStream;
            0    1     1  path  Ljava/lang/String;
            0    1     2  name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   
      path  
      name  
}
SourceFile: "PatchFixesHider.java"
NestHost: lombok.launch.PatchFixesHider
InnerClasses:
  public final LombokDeps = lombok.launch.PatchFixesHider$LombokDeps of lombok.launch.PatchFixesHider
  public final Util = lombok.launch.PatchFixesHider$Util of lombok.launch.PatchFixesHider