public class net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$ForExplicitPool implements net.bytebuddy.asm.MemberSubstitution$TypePoolResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$ForExplicitPool
  super_class: java.lang.Object
{
  private final net.bytebuddy.pool.TypePool typePool;
    descriptor: Lnet/bytebuddy/pool/TypePool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/pool/TypePool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$ForExplicitPool this
        start local 1 // net.bytebuddy.pool.TypePool typePool
         0: .line 705
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 706
            aload 0 /* this */
            aload 1 /* typePool */
            putfield net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$ForExplicitPool.typePool:Lnet/bytebuddy/pool/TypePool;
         2: .line 707
            return
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$ForExplicitPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$ForExplicitPool;
            0    3     1  typePool  Lnet/bytebuddy/pool/TypePool;
    MethodParameters:
          Name  Flags
      typePool  

  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$ForExplicitPool 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 713
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$ForExplicitPool.typePool:Lnet/bytebuddy/pool/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$ForExplicitPool this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver$ForExplicitPool;
            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            
}
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  public abstract TypePoolResolver = net.bytebuddy.asm.MemberSubstitution$TypePoolResolver of net.bytebuddy.asm.MemberSubstitution
  public ForExplicitPool = net.bytebuddy.asm.MemberSubstitution$TypePoolResolver$ForExplicitPool of net.bytebuddy.asm.MemberSubstitution$TypePoolResolver
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()