public class net.bytebuddy.implementation.FixedValue$ForOriginType$Appender implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.FixedValue$ForOriginType$Appender
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription originType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final net.bytebuddy.implementation.FixedValue$ForOriginType this$1;
    descriptor: Lnet/bytebuddy/implementation/FixedValue$ForOriginType;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.implementation.FixedValue$ForOriginType, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/implementation/FixedValue$ForOriginType;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.FixedValue$ForOriginType$Appender this
        start local 2 // net.bytebuddy.description.type.TypeDescription originType
         0: .line 351
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.implementation.FixedValue$ForOriginType$Appender.this$1:Lnet/bytebuddy/implementation/FixedValue$ForOriginType;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 352
            aload 0 /* this */
            aload 2 /* originType */
            putfield net.bytebuddy.implementation.FixedValue$ForOriginType$Appender.originType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 353
            return
        end local 2 // net.bytebuddy.description.type.TypeDescription originType
        end local 0 // net.bytebuddy.implementation.FixedValue$ForOriginType$Appender this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/implementation/FixedValue$ForOriginType$Appender;
            0    3     2  originType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
            Name  Flags
      this$0      final
      originType  

  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$ForOriginType$Appender 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 359
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForOriginType$Appender.this$1:Lnet/bytebuddy/implementation/FixedValue$ForOriginType;
            aload 1 /* methodVisitor */
         1: .line 360
            aload 2 /* implementationContext */
         2: .line 361
            aload 3 /* instrumentedMethod */
         3: .line 362
            getstatic net.bytebuddy.description.type.TypeDescription.CLASS:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         4: .line 363
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForOriginType$Appender.originType:Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.implementation.bytecode.constant.ClassConstant.of:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         5: .line 359
            invokevirtual net.bytebuddy.implementation.FixedValue$ForOriginType.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$ForOriginType$Appender this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    6     0                   this  Lnet/bytebuddy/implementation/FixedValue$ForOriginType$Appender;
            0    6     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    6     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    6     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 abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  protected ForOriginType = net.bytebuddy.implementation.FixedValue$ForOriginType of net.bytebuddy.implementation.FixedValue
  protected Appender = net.bytebuddy.implementation.FixedValue$ForOriginType$Appender of net.bytebuddy.implementation.FixedValue$ForOriginType
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)