class lombok.eclipse.EclipseAstProblemView$LombokProblem
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.eclipse.EclipseAstProblemView$LombokProblem
  super_class: java.lang.Object
{
  private static final java.lang.String MARKER_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.eclipse.jdt.apt.pluggable.core.compileProblem"

  public void <init>(char[], java.lang.String, int, java.lang.String[], int, int, int, int, int);
    descriptor: ([CLjava/lang/String;I[Ljava/lang/String;IIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=10
        start local 0 // lombok.eclipse.EclipseAstProblemView$LombokProblem this
         0: .line 4
            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\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\tDefaultProblem cannot be resolved to a type\n\tThe method getCategoryID() of type EclipseAstProblemView.LombokProblem must override or implement a supertype method\n\tCAT_UNSPECIFIED cannot be resolved to a variable\n\tThe method getMarkerType() of type EclipseAstProblemView.LombokProblem must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.eclipse.EclipseAstProblemView$LombokProblem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/eclipse/EclipseAstProblemView$LombokProblem;
    MethodParameters:
                     Name  Flags
      originatingFileName  
      message              
      id                   
      stringArguments      
      severity             
      startPosition        
      endPosition          
      line                 
      column               

  public int getCategoryID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.eclipse.EclipseAstProblemView$LombokProblem this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getCategoryID() of type EclipseAstProblemView.LombokProblem must override or implement a supertype method\n\tCAT_UNSPECIFIED cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.eclipse.EclipseAstProblemView$LombokProblem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/eclipse/EclipseAstProblemView$LombokProblem;

  public java.lang.String getMarkerType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // lombok.eclipse.EclipseAstProblemView$LombokProblem this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getMarkerType() of type EclipseAstProblemView.LombokProblem must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // lombok.eclipse.EclipseAstProblemView$LombokProblem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/eclipse/EclipseAstProblemView$LombokProblem;
}
SourceFile: "EclipseAstProblemView.java"
NestHost: lombok.eclipse.EclipseAstProblemView
InnerClasses:
  private LombokProblem = lombok.eclipse.EclipseAstProblemView$LombokProblem of lombok.eclipse.EclipseAstProblemView