public class net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Detached extends net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key<net.bytebuddy.description.method.MethodDescription$TypeToken>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Detached
  super_class: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key
{
  private final java.util.Set<net.bytebuddy.description.method.MethodDescription$TypeToken> identifiers;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lnet/bytebuddy/description/method/MethodDescription$TypeToken;>;

  protected void <init>(java.lang.String, int, java.util.Set<net.bytebuddy.description.method.MethodDescription$TypeToken>);
    descriptor: (Ljava/lang/String;ILjava/util/Set;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Detached 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$Default$Key$Detached this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler$Default$Key$Detached;
    Signature: (Ljava/lang/String;ILjava/util/Set<Lnet/bytebuddy/description/method/MethodDescription$TypeToken;>;)V
    MethodParameters:
                Name  Flags
      internalName    
      parameterCount  
      identifiers     

  protected static net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Detached of(net.bytebuddy.description.method.MethodDescription$SignatureToken);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$SignatureToken;)Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler$Default$Key$Detached;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1020
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
       Name  Flags
      token  

  protected java.util.Set<net.bytebuddy.description.method.MethodDescription$TypeToken> getIdentifiers();
    descriptor: ()Ljava/util/Set;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Detached this
         0: .line 1025
            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$Default$Key$Detached this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler$Default$Key$Detached;
    Signature: ()Ljava/util/Set<Lnet/bytebuddy/description/method/MethodDescription$TypeToken;>;
}
Signature: Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler$Default$Key<Lnet/bytebuddy/description/method/MethodDescription$TypeToken;>;
SourceFile: "MethodGraph.java"
NestHost: net.bytebuddy.dynamic.scaffold.MethodGraph
InnerClasses:
  public SignatureToken = net.bytebuddy.description.method.MethodDescription$SignatureToken of net.bytebuddy.description.method.MethodDescription
  public TypeToken = net.bytebuddy.description.method.MethodDescription$TypeToken of net.bytebuddy.description.method.MethodDescription
  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
  protected abstract Key = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key of net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default
  protected Detached = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key$Detached of net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default$Key