public class net.bytebuddy.implementation.FixedValue$ForThisValue$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$ForThisValue$Appender
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription instrumentedType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  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$ForThisValue$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 435
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifne 1
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FixedValue$ForThisValue$Appender.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 2
         1: .line 436
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot return 'this' from "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 438
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         3: .line 439
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadThis:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         4: .line 440
            getstatic net.bytebuddy.implementation.bytecode.member.MethodReturn.REFERENCE:Lnet/bytebuddy/implementation/bytecode/member/MethodReturn;
         5: .line 438
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
         6: .line 441
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            aload 3 /* instrumentedMethod */
            invokevirtual net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
         7: .line 438
            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$ForThisValue$Appender this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    8     0                   this  Lnet/bytebuddy/implementation/FixedValue$ForThisValue$Appender;
            0    8     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    8     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    8     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 ForThisValue = net.bytebuddy.implementation.FixedValue$ForThisValue of net.bytebuddy.implementation.FixedValue
  protected Appender = net.bytebuddy.implementation.FixedValue$ForThisValue$Appender of net.bytebuddy.implementation.FixedValue$ForThisValue
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public Simple = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Simple of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()