public class lombok.core.debug.DebugSnapshotStore
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.core.debug.DebugSnapshotStore
  super_class: java.lang.Object
{
  public static final lombok.core.debug.DebugSnapshotStore INSTANCE;
    descriptor: Llombok/core/debug/DebugSnapshotStore;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final boolean GLOBAL_DSS_DISABLE_SWITCH;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final java.util.Map<CompilationUnitDeclaration, java.util.List<lombok.core.debug.DebugSnapshot>> map;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<LCompilationUnitDeclaration;Ljava/util/List<Llombok/core/debug/DebugSnapshot;>;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.core.debug.DebugSnapshotStore this
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.eclipse cannot be resolved\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.core.debug.DebugSnapshotStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/debug/DebugSnapshotStore;

  public void snapshot(CompilationUnitDeclaration, java.lang.String, java.lang.Object[]);
    descriptor: (LCompilationUnitDeclaration;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.core.debug.DebugSnapshotStore this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.core.debug.DebugSnapshotStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/debug/DebugSnapshotStore;
    MethodParameters:
         Name  Flags
      owner    
      message  
      params   

  public void log(CompilationUnitDeclaration, java.lang.String, java.lang.Object[]);
    descriptor: (LCompilationUnitDeclaration;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.core.debug.DebugSnapshotStore this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.core.debug.DebugSnapshotStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/debug/DebugSnapshotStore;
    MethodParameters:
         Name  Flags
      owner    
      message  
      params   

  public java.lang.String print(CompilationUnitDeclaration, java.lang.String, java.lang.Object[]);
    descriptor: (LCompilationUnitDeclaration;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // lombok.core.debug.DebugSnapshotStore this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n\tCompilationUnitDeclaration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.core.debug.DebugSnapshotStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/debug/DebugSnapshotStore;
    MethodParameters:
         Name  Flags
      owner    
      message  
      params   
}
SourceFile: "DebugSnapshotStore.java"