public interface net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Merger
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Merger
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         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
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract net.bytebuddy.description.method.MethodDescription merge(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      left   
      right  
}
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 Default = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default of net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler
  public abstract Merger = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Merger of net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default
  public final Directional = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Merger$Directional of net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Merger