public class lombok.delombok.DelombokResult
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.delombok.DelombokResult
  super_class: java.lang.Object
{
  private final java.util.List<lombok.javac.CommentInfo> comments;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Llombok/javac/CommentInfo;>;

  private final java.util.List<java.lang.Integer> textBlockStarts;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Integer;>;

  private final JCCompilationUnit compilationUnit;
    descriptor: LJCCompilationUnit;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean changed;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final lombok.delombok.FormatPreferences formatPreferences;
    descriptor: Llombok/delombok/FormatPreferences;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.util.List<lombok.javac.CommentInfo>, java.util.List<java.lang.Integer>, JCCompilationUnit, boolean, lombok.delombok.FormatPreferences);
    descriptor: (Ljava/util/List;Ljava/util/List;LJCCompilationUnit;ZLlombok/delombok/FormatPreferences;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // lombok.delombok.DelombokResult this
         0: .line 33
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.tools cannot be resolved\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tcom.sun.tools cannot be resolved to a type\n\tcom.sun.tools cannot be resolved to a type\n\tcom.sun.tools cannot be resolved to a type\n\tcom.sun.tools.javac.util.List cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.delombok.DelombokResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/delombok/DelombokResult;
    Signature: (Ljava/util/List<Llombok/javac/CommentInfo;>;Ljava/util/List<Ljava/lang/Integer;>;LJCCompilationUnit;ZLlombok/delombok/FormatPreferences;)V
    MethodParameters:
                   Name  Flags
      comments           
      textBlockStarts    
      compilationUnit    
      changed            
      formatPreferences  

  public void print(java.io.Writer);
    descriptor: (Ljava/io/Writer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // lombok.delombok.DelombokResult this
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.sun.tools cannot be resolved to a type\n\tcom.sun.tools cannot be resolved to a type\n\tcom.sun.tools cannot be resolved to a type\n\tcom.sun.tools.javac.util.List cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n\tJCCompilationUnit cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.delombok.DelombokResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/delombok/DelombokResult;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  private java.lang.CharSequence getContent();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.delombok.DelombokResult this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tJCCompilationUnit cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.delombok.DelombokResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/delombok/DelombokResult;
    Exceptions:
      throws java.io.IOException

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