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

  private static final java.lang.reflect.Method TRANSFORM_SWAPPED;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.launch.PatchFixesHider$Transform this
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tThe import org.eclipse cannot be resolved\n\tParser cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tParser cannot be resolved to a type\n\tParser cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tExpression cannot be resolved to a type\n\tBlockScope cannot be resolved to a type\n\tExpression cannot be resolved to a type\n\tBlockScope cannot be resolved to a type\n\tLocalDeclaration cannot be resolved to a type\n\tLocalDeclaration cannot be resolved to a type\n\tBlockScope cannot be resolved to a type\n\tForeachStatement cannot be resolved to a type\n\tBlockScope cannot be resolved to a type\n\tExpression cannot be resolved to a type\n\tExpression cannot be resolved to a type\n\tLocalDeclaration cannot be resolved to a type\n\tForeachStatement cannot be resolved to a type\n\tTypeBinding cannot be resolved to a type\n\tMessageSend cannot be resolved to a type\n\tBlockScope cannot be resolved to a type\n\tProblemReporter cannot be resolved to a type\n\tMessageSend cannot be resolved to a type\n\tTypeBinding cannot be resolved to a type\n\tTypeBinding cannot be resolved to a type\n\tProblemReporter cannot be resolved to a type\n\tMessageSend cannot be resolved to a type\n\tMethodBinding cannot be resolved to a type\n\tProblemReporter cannot be resolved to a type\n\tMessageSend cannot be resolved to a type\n\tMethodBinding cannot be resolved to a type\n\tScope cannot be resolved to a type\n\tProblemReporter cannot be resolved to a type\n\tASTNode cannot be resolved to a type\n\tMethodBinding cannot be resolved to a type\n\tMessageSend cannot be resolved to a type\n\tTypeBinding cannot be resolved to a type\n\tProblemReporter cannot be resolved to a type\n\tProblemReporter cannot be resolved to a type\n\tProblemReporter cannot be resolved to a type\n\tProblemReporter cannot be resolved to a type\n\tIJavaElement cannot be resolved to a type\n\tAbstractMethodDeclaration cannot be resolved to a type\n\tTypeDeclaration cannot be resolved to a type\n\tIJavaElement cannot be resolved to a type\n\tAbstractMethodDeclaration cannot be resolved to a type\n\torg.eclipse cannot be resolved to a type\n\torg.eclipse cannot be resolved to a type\n\torg.eclipse cannot be resolved to a type\n\torg.eclipse cannot be resolved to a type\n\torg.eclipse cannot be resolved to a type\n\torg.eclipse cannot be resolved to a type\n\tJavaModelException cannot be resolved to a type\n\tIType cannot be resolved to a type\n\torg.eclipse cannot be resolved to a type\n\tAbstractMethodDeclaration cannot be resolved to a type\n\tFieldDeclaration cannot be resolved to a type\n\tType cannot be resolved to a type\n\torg.eclipse cannot be resolved to a type\n\torg.eclipse cannot be resolved to a type\n\torg.eclipse cannot be resolved to a type\n\tRewriteEvent cannot be resolved to a type\n\tCoreException cannot be resolved to a type\n\tIMethod cannot be resolved to a type\n\tSearchMatch cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.launch.PatchFixesHider$Transform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/launch/PatchFixesHider$Transform;

  public static void transform(Parser, CompilationUnitDeclaration);
    descriptor: (LParser;LCompilationUnitDeclaration;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 185
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tParser cannot be resolved to a type\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
      parser  
      ast     

  public static void transform_swapped(CompilationUnitDeclaration, Parser);
    descriptor: (LCompilationUnitDeclaration;LParser;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 189
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCompilationUnitDeclaration cannot be resolved to a type\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
      ast     
      parser  
}
SourceFile: "PatchFixesHider.java"
NestHost: lombok.launch.PatchFixesHider
InnerClasses:
  public final Transform = lombok.launch.PatchFixesHider$Transform of lombok.launch.PatchFixesHider