public class lombok.eclipse.EclipseAstProblemView
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: lombok.eclipse.EclipseAstProblemView
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.eclipse.EclipseAstProblemView this
         0: .line 10
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // lombok.eclipse.EclipseAstProblemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/eclipse/EclipseAstProblemView;

  public static void addProblemToCompilationResult(char[], CompilationResult, boolean, java.lang.String, int, int);
    descriptor: ([CLCompilationResult;ZLjava/lang/String;II)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=6
         0: .line 15
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCompilationResult cannot be resolved to a type\n\tUtil cannot be resolved\n\tUtil cannot be resolved\n\tCategorizedProblem cannot be resolved to a type\n\tProblemSeverities cannot be resolved to a variable\n\tProblemSeverities cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
               Name  Flags
      fileNameArray  
      result         
      isWarning      
      message        
      sourceStart    
      sourceEnd      
}
SourceFile: "EclipseAstProblemView.java"
NestMembers:
  lombok.eclipse.EclipseAstProblemView$LombokProblem
InnerClasses:
  private LombokProblem = lombok.eclipse.EclipseAstProblemView$LombokProblem of lombok.eclipse.EclipseAstProblemView