public class net.bytebuddy.implementation.FixedValue$ForPoolValue extends net.bytebuddy.implementation.FixedValue implements net.bytebuddy.implementation.FixedValue$AssignerConfigurable, net.bytebuddy.implementation.bytecode.ByteCodeAppender
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.FixedValue$ForPoolValue
  super_class: net.bytebuddy.implementation.FixedValue
{
  private final net.bytebuddy.implementation.bytecode.StackManipulation valueLoadInstruction;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.type.TypeDescription loadedType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.implementation.bytecode.StackManipulation, java.lang.Class<?>);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/StackManipulation;Ljava/lang/Class;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
        start local 1 // net.bytebuddy.implementation.bytecode.StackManipulation valueLoadInstruction
        start local 2 // java.lang.Class loadedType
         0: .line 545
            aload 0 /* this */
            aload 1 /* valueLoadInstruction */
            aload 2 /* loadedType */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokespecial net.bytebuddy.implementation.FixedValue$ForPoolValue.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription;)V
         1: .line 546
            return
        end local 2 // java.lang.Class loadedType
        end local 1 // net.bytebuddy.implementation.bytecode.StackManipulation valueLoadInstruction
        end local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lnet/bytebuddy/implementation/FixedValue$ForPoolValue;
            0    2     1  valueLoadInstruction  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            0    2     2            loadedType  Ljava/lang/Class<*>;
    Signature: (Lnet/bytebuddy/implementation/bytecode/StackManipulation;Ljava/lang/Class<*>;)V
    MethodParameters:
                      Name  Flags
      valueLoadInstruction  
      loadedType            

  protected void <init>(net.bytebuddy.implementation.bytecode.StackManipulation, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
        start local 1 // net.bytebuddy.implementation.bytecode.StackManipulation valueLoadInstruction
        start local 2 // net.bytebuddy.description.type.TypeDescription loadedType
         0: .line 556
            aload 0 /* this */
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner.DEFAULT:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.STATIC:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            aload 1 /* valueLoadInstruction */
            aload 2 /* loadedType */
            invokespecial net.bytebuddy.implementation.FixedValue$ForPoolValue.<init>:(Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription;)V
         1: .line 557
            return
        end local 2 // net.bytebuddy.description.type.TypeDescription loadedType
        end local 1 // net.bytebuddy.implementation.bytecode.StackManipulation valueLoadInstruction
        end local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lnet/bytebuddy/implementation/FixedValue$ForPoolValue;
            0    2     1  valueLoadInstruction  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            0    2     2            loadedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                      Name  Flags
      valueLoadInstruction  
      loadedType            

  private void <init>(net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing, net.bytebuddy.implementation.bytecode.StackManipulation, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
        start local 1 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        start local 3 // net.bytebuddy.implementation.bytecode.StackManipulation valueLoadInstruction
        start local 4 // net.bytebuddy.description.type.TypeDescription loadedType
         0: .line 570
            aload 0 /* this */
            aload 1 /* assigner */
            aload 2 /* typing */
            invokespecial net.bytebuddy.implementation.FixedValue.<init>:(Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)V
         1: .line 571
            aload 0 /* this */
            aload 3 /* valueLoadInstruction */
            putfield net.bytebuddy.implementation.FixedValue$ForPoolValue.valueLoadInstruction:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         2: .line 572
            aload 0 /* this */
            aload 4 /* loadedType */
            putfield net.bytebuddy.implementation.FixedValue$ForPoolValue.loadedType:Lnet/bytebuddy/description/type/TypeDescription;
         3: .line 573
            return
        end local 4 // net.bytebuddy.description.type.TypeDescription loadedType
        end local 3 // net.bytebuddy.implementation.bytecode.StackManipulation valueLoadInstruction
        end local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 1 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lnet/bytebuddy/implementation/FixedValue$ForPoolValue;
            0    4     1              assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    4     2                typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            0    4     3  valueLoadInstruction  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            0    4     4            loadedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                      Name  Flags
      assigner              
      typing                
      valueLoadInstruction  
      loadedType            

  public net.bytebuddy.implementation.Implementation withAssigner(net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
        start local 1 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 579
            new net.bytebuddy.implementation.FixedValue$ForPoolValue
            dup
            aload 1 /* assigner */
            aload 2 /* typing */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForPoolValue.valueLoadInstruction:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForPoolValue.loadedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokespecial net.bytebuddy.implementation.FixedValue$ForPoolValue.<init>:(Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 1 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/implementation/FixedValue$ForPoolValue;
            0    1     1  assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    1     2    typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
    MethodParameters:
          Name  Flags
      assigner  
      typing    

  public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 586
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/FixedValue$ForPoolValue;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 593
            aload 0 /* this */
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/implementation/FixedValue$ForPoolValue;
            0    1     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      implementationTarget  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 600
            aload 0 /* this */
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            aload 3 /* instrumentedMethod */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForPoolValue.loadedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForPoolValue.valueLoadInstruction:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokevirtual net.bytebuddy.implementation.FixedValue$ForPoolValue.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
            areturn
        end local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.FixedValue$ForPoolValue this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lnet/bytebuddy/implementation/FixedValue$ForPoolValue;
            0    1     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    1     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    1     3     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     
}
SourceFile: "FixedValue.java"
NestHost: net.bytebuddy.implementation.FixedValue
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract AssignerConfigurable = net.bytebuddy.implementation.FixedValue$AssignerConfigurable of net.bytebuddy.implementation.FixedValue
  protected ForPoolValue = net.bytebuddy.implementation.FixedValue$ForPoolValue of net.bytebuddy.implementation.FixedValue
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()