public class net.bytebuddy.dynamic.ClassFileLocator$Resolution$Explicit implements net.bytebuddy.dynamic.ClassFileLocator$Resolution
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.ClassFileLocator$Resolution$Explicit
  super_class: java.lang.Object
{
  private final byte[] binaryRepresentation;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$Resolution$Explicit 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\tSuppressFBWarnings cannot be resolved to a type\n\tSuppressFBWarnings cannot be resolved to a type\n\tSuppressFBWarnings cannot be resolved to a type\n\tSuppressFBWarnings cannot be resolved to a type\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.ClassFileLocator$Resolution$Explicit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/ClassFileLocator$Resolution$Explicit;
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        SuppressFBWarnings()
    MethodParameters:
                      Name  Flags
      binaryRepresentation  

  public boolean isResolved();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$Resolution$Explicit this
         0: .line 147
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.dynamic.ClassFileLocator$Resolution$Explicit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/ClassFileLocator$Resolution$Explicit;

  public byte[] resolve();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$Resolution$Explicit this
         0: .line 153
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \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.ClassFileLocator$Resolution$Explicit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/ClassFileLocator$Resolution$Explicit;
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        SuppressFBWarnings()
}
SourceFile: "ClassFileLocator.java"
NestHost: net.bytebuddy.dynamic.ClassFileLocator
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Resolution = net.bytebuddy.dynamic.ClassFileLocator$Resolution of net.bytebuddy.dynamic.ClassFileLocator
  public Explicit = net.bytebuddy.dynamic.ClassFileLocator$Resolution$Explicit of net.bytebuddy.dynamic.ClassFileLocator$Resolution
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()