public final class net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool extends java.lang.Enum<net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool> implements net.bytebuddy.asm.MemberSubstitution$TypePoolResolver
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool INSTANCE;
    descriptor: Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 676
            new net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool.<init>:(Ljava/lang/String;I)V
         1: .line 679
            putstatic net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool.INSTANCE:Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
         2: .line 674
            iconst_1
            anewarray net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool
            dup
            iconst_0
            getstatic net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool.INSTANCE:Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
            aastore
            putstatic net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool.ENUM$VALUES:[Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool this
         0: .line 674
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.pool.TypePool resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/pool/TypePool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.pool.TypePool typePool
         0: .line 685
            aload 3 /* typePool */
            areturn
        end local 3 // net.bytebuddy.pool.TypePool typePool
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
            0    1     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    1     3            typePool  Lnet/bytebuddy/pool/TypePool;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      typePool            

  public static net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool[] values();
    descriptor: ()[Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool.ENUM$VALUES:[Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool
            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.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$OfImplicitPool;>;Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  public abstract TypePoolResolver = net.bytebuddy.asm.MemberSubstitution$TypePoolResolver of net.bytebuddy.asm.MemberSubstitution
  public final OfImplicitPool = net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$OfImplicitPool of net.bytebuddy.asm.MemberSubstitution$TypePoolResolver