public abstract class net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase implements net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import edu cannot be resolved\n\tSuppressFBWarnings cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler$AbstractBase;

  public net.bytebuddy.dynamic.scaffold.MethodGraph$Linked compile(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Linked;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase this
         0: .line 464
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler$AbstractBase;
    MethodParameters:
                 Name  Flags
      typeDescription  
}
SourceFile: "MethodGraph.java"
NestHost: net.bytebuddy.dynamic.scaffold.MethodGraph
InnerClasses:
  public abstract Compiler = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler of net.bytebuddy.dynamic.scaffold.MethodGraph
  public abstract AbstractBase = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase of net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler
  public abstract Linked = net.bytebuddy.dynamic.scaffold.MethodGraph$Linked of net.bytebuddy.dynamic.scaffold.MethodGraph