public class lombok.bytecode.PostCompilerApp extends lombok.core.LombokApp
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.bytecode.PostCompilerApp
  super_class: lombok.core.LombokApp
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.bytecode.PostCompilerApp this
         0: .line 37
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.mangosdk cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tThe import com.zwitserloot cannot be resolved\n\tProviderFor cannot be resolved to a type\n\tSequential cannot be resolved to a type\n\tMandatory cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tShorthand cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tShorthand cannot be resolved to a type\n\tDescription cannot be resolved to a type\n\tCmdReader cannot be resolved to a type\n\tCmdReader cannot be resolved\n\tInvalidCommandLineException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.bytecode.PostCompilerApp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/bytecode/PostCompilerApp;

  public java.util.List<java.lang.String> getAppAliases();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.bytecode.PostCompilerApp this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.bytecode.PostCompilerApp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/bytecode/PostCompilerApp;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.lang.String getAppDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.bytecode.PostCompilerApp this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.bytecode.PostCompilerApp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/bytecode/PostCompilerApp;

  public java.lang.String getAppName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.bytecode.PostCompilerApp this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.bytecode.PostCompilerApp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/bytecode/PostCompilerApp;

  public int runApp(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.bytecode.PostCompilerApp this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCmdReader cannot be resolved to a type\n\tCmdReader cannot be resolved\n\tInvalidCommandLineException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.bytecode.PostCompilerApp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/bytecode/PostCompilerApp;
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/util/List<Ljava/lang/String;>;)I
    MethodParameters:
      Name  Flags
      raw   

  static java.util.List<java.io.File> cmdArgsToFiles(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 115
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Ljava/util/List<Ljava/io/File;>;
    MethodParameters:
           Name  Flags
      fileNames  

  static void addFiles(java.util.List<java.io.File>, java.lang.String);
    descriptor: (Ljava/util/List;Ljava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 121
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/util/List<Ljava/io/File;>;Ljava/lang/String;)V
    MethodParameters:
                Name  Flags
      filesToProcess  
      f               

  static void addRecursively(java.util.List<java.io.File>, java.io.File);
    descriptor: (Ljava/util/List;Ljava/io/File;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 130
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/util/List<Ljava/io/File;>;Ljava/io/File;)V
    MethodParameters:
                Name  Flags
      filesToProcess  
      file            

  static byte[] readFile(java.io.File);
    descriptor: (Ljava/io/File;)[B
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 137
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  static void writeFile(java.io.File, byte[]);
    descriptor: (Ljava/io/File;[B)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 153
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      file         
      transformed  
}
SourceFile: "PostCompilerApp.java"
NestMembers:
  lombok.bytecode.PostCompilerApp$CmdArgs
InnerClasses:
  public CmdArgs = lombok.bytecode.PostCompilerApp$CmdArgs of lombok.bytecode.PostCompilerApp