public class net.bytebuddy.dynamic.TypeResolutionStrategy$Active implements net.bytebuddy.dynamic.TypeResolutionStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.TypeResolutionStrategy$Active
  super_class: java.lang.Object
{
  private final net.bytebuddy.dynamic.NexusAccessor nexusAccessor;
    descriptor: Lnet/bytebuddy/dynamic/NexusAccessor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.TypeResolutionStrategy$Active this
         0: .line 124
            aload 0 /* this */
            new net.bytebuddy.dynamic.NexusAccessor
            dup
            invokespecial net.bytebuddy.dynamic.NexusAccessor.<init>:()V
            invokespecial net.bytebuddy.dynamic.TypeResolutionStrategy$Active.<init>:(Lnet/bytebuddy/dynamic/NexusAccessor;)V
         1: .line 125
            return
        end local 0 // net.bytebuddy.dynamic.TypeResolutionStrategy$Active this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/dynamic/TypeResolutionStrategy$Active;

  public void <init>(net.bytebuddy.dynamic.NexusAccessor);
    descriptor: (Lnet/bytebuddy/dynamic/NexusAccessor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.TypeResolutionStrategy$Active this
        start local 1 // net.bytebuddy.dynamic.NexusAccessor nexusAccessor
         0: .line 132
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 133
            aload 0 /* this */
            aload 1 /* nexusAccessor */
            putfield net.bytebuddy.dynamic.TypeResolutionStrategy$Active.nexusAccessor:Lnet/bytebuddy/dynamic/NexusAccessor;
         2: .line 134
            return
        end local 1 // net.bytebuddy.dynamic.NexusAccessor nexusAccessor
        end local 0 // net.bytebuddy.dynamic.TypeResolutionStrategy$Active this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lnet/bytebuddy/dynamic/TypeResolutionStrategy$Active;
            0    3     1  nexusAccessor  Lnet/bytebuddy/dynamic/NexusAccessor;
    MethodParameters:
               Name  Flags
      nexusAccessor  

  public net.bytebuddy.dynamic.TypeResolutionStrategy$Resolved resolve();
    descriptor: ()Lnet/bytebuddy/dynamic/TypeResolutionStrategy$Resolved;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.TypeResolutionStrategy$Active this
         0: .line 139
            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.TypeResolutionStrategy$Active this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/TypeResolutionStrategy$Active;
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        SuppressFBWarnings()
}
SourceFile: "TypeResolutionStrategy.java"
NestHost: net.bytebuddy.dynamic.TypeResolutionStrategy
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public Active = net.bytebuddy.dynamic.TypeResolutionStrategy$Active of net.bytebuddy.dynamic.TypeResolutionStrategy
  protected Resolved = net.bytebuddy.dynamic.TypeResolutionStrategy$Active$Resolved of net.bytebuddy.dynamic.TypeResolutionStrategy$Active
  public abstract Resolved = net.bytebuddy.dynamic.TypeResolutionStrategy$Resolved of net.bytebuddy.dynamic.TypeResolutionStrategy
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()