public class org.eclipse.jdt.internal.compiler.problem.AbortType extends org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.problem.AbortType
  super_class: org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5882417089349134385

  public void <init>(org.eclipse.jdt.internal.compiler.CompilationResult, org.eclipse.jdt.core.compiler.CategorizedProblem);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/CompilationResult;Lorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.problem.AbortType this
        start local 1 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
        start local 2 // org.eclipse.jdt.core.compiler.CategorizedProblem problem
         0: .line 30
            aload 0 /* this */
            aload 1 /* compilationResult */
            aload 2 /* problem */
            invokespecial org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;Lorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
         1: .line 31
            return
        end local 2 // org.eclipse.jdt.core.compiler.CategorizedProblem problem
        end local 1 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
        end local 0 // org.eclipse.jdt.internal.compiler.problem.AbortType this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/eclipse/jdt/internal/compiler/problem/AbortType;
            0    2     1  compilationResult  Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            0    2     2            problem  Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
    MethodParameters:
                   Name  Flags
      compilationResult  
      problem            
}
SourceFile: "AbortType.java"