public final class net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager extends java.lang.Enum<net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager> implements net.bytebuddy.build.Plugin$Engine$PoolStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager FAST;
    descriptor: Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager EXTENDED;
    descriptor: Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode;
    descriptor: Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 894
            new net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager
            dup
            ldc "FAST"
            iconst_0
         1: .line 897
            getstatic net.bytebuddy.pool.TypePool$Default$ReaderMode.FAST:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
            invokespecial net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager.<init>:(Ljava/lang/String;ILnet/bytebuddy/pool/TypePool$Default$ReaderMode;)V
            putstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager.FAST:Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
         2: .line 899
            new net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager
            dup
            ldc "EXTENDED"
            iconst_1
         3: .line 902
            getstatic net.bytebuddy.pool.TypePool$Default$ReaderMode.EXTENDED:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
            invokespecial net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager.<init>:(Ljava/lang/String;ILnet/bytebuddy/pool/TypePool$Default$ReaderMode;)V
            putstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager.EXTENDED:Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
         4: .line 892
            iconst_2
            anewarray net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager
            dup
            iconst_0
            getstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager.FAST:Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager.EXTENDED:Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
            aastore
            putstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager.ENUM$VALUES:[Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, net.bytebuddy.pool.TypePool$Default$ReaderMode);
    descriptor: (Ljava/lang/String;ILnet/bytebuddy/pool/TypePool$Default$ReaderMode;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager this
        start local 3 // net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode
         0: .line 914
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 915
            aload 0 /* this */
            aload 3 /* readerMode */
            putfield net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager.readerMode:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
         2: .line 916
            return
        end local 3 // net.bytebuddy.pool.TypePool$Default$ReaderMode readerMode
        end local 0 // net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
            0    3     3  readerMode  Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      readerMode     

  public net.bytebuddy.pool.TypePool typePool(net.bytebuddy.dynamic.ClassFileLocator);
    descriptor: (Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/pool/TypePool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager this
        start local 1 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
         0: .line 922
            new net.bytebuddy.pool.TypePool$Default
            dup
            new net.bytebuddy.pool.TypePool$CacheProvider$Simple
            dup
            invokespecial net.bytebuddy.pool.TypePool$CacheProvider$Simple.<init>:()V
         1: .line 923
            aload 1 /* classFileLocator */
         2: .line 924
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager.readerMode:Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;
         3: .line 925
            invokestatic net.bytebuddy.pool.TypePool$ClassLoading.ofPlatformLoader:()Lnet/bytebuddy/pool/TypePool;
         4: .line 922
            invokespecial net.bytebuddy.pool.TypePool$Default.<init>:(Lnet/bytebuddy/pool/TypePool$CacheProvider;Lnet/bytebuddy/dynamic/ClassFileLocator;Lnet/bytebuddy/pool/TypePool$Default$ReaderMode;Lnet/bytebuddy/pool/TypePool;)V
            areturn
        end local 1 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        end local 0 // net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
            0    5     1  classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
    MethodParameters:
                  Name  Flags
      classFileLocator  

  public static net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager[] values();
    descriptor: ()[Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager.ENUM$VALUES:[Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy$Eager;>;Lnet/bytebuddy/build/Plugin$Engine$PoolStrategy;
SourceFile: "Plugin.java"
NestHost: net.bytebuddy.build.Plugin
InnerClasses:
  public abstract Engine = net.bytebuddy.build.Plugin$Engine of net.bytebuddy.build.Plugin
  public abstract PoolStrategy = net.bytebuddy.build.Plugin$Engine$PoolStrategy of net.bytebuddy.build.Plugin$Engine
  public final Eager = net.bytebuddy.build.Plugin$Engine$PoolStrategy$Eager of net.bytebuddy.build.Plugin$Engine$PoolStrategy
  public abstract CacheProvider = net.bytebuddy.pool.TypePool$CacheProvider of net.bytebuddy.pool.TypePool
  public Simple = net.bytebuddy.pool.TypePool$CacheProvider$Simple of net.bytebuddy.pool.TypePool$CacheProvider
  public ClassLoading = net.bytebuddy.pool.TypePool$ClassLoading of net.bytebuddy.pool.TypePool
  public Default = net.bytebuddy.pool.TypePool$Default of net.bytebuddy.pool.TypePool
  public final ReaderMode = net.bytebuddy.pool.TypePool$Default$ReaderMode of net.bytebuddy.pool.TypePool$Default