public interface net.bytebuddy.implementation.bytecode.assign.Assigner
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.implementation.bytecode.assign.Assigner
  super_class: java.lang.Object
{
  public static final net.bytebuddy.implementation.bytecode.assign.Assigner DEFAULT;
    descriptor: Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  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.implementation.bytecode.StackManipulation assign(net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      source  
      target  
      typing  
}
SourceFile: "Assigner.java"
NestMembers:
  net.bytebuddy.implementation.bytecode.assign.Assigner$EqualTypesOnly  net.bytebuddy.implementation.bytecode.assign.Assigner$EqualTypesOnly$1  net.bytebuddy.implementation.bytecode.assign.Assigner$EqualTypesOnly$2  net.bytebuddy.implementation.bytecode.assign.Assigner$Refusing  net.bytebuddy.implementation.bytecode.assign.Assigner$Typing
InnerClasses:
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract EqualTypesOnly = net.bytebuddy.implementation.bytecode.assign.Assigner$EqualTypesOnly of net.bytebuddy.implementation.bytecode.assign.Assigner
  public final Refusing = net.bytebuddy.implementation.bytecode.assign.Assigner$Refusing of net.bytebuddy.implementation.bytecode.assign.Assigner
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()