public class net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$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.InvocationHandlerAdapter$ForInstance$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

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

  protected void <init>(net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/implementation/InvocationHandlerAdapter$ForInstance;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$Appender this
        start local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 354
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$Appender.this$1:Lnet/bytebuddy/implementation/InvocationHandlerAdapter$ForInstance;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 355
            aload 0 /* this */
            aload 2 /* instrumentedType */
            putfield net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$Appender.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 356
            return
        end local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$Appender this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/implementation/InvocationHandlerAdapter$ForInstance$Appender;
            0    3     2  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      this$0            final
      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=8, locals=4, args_size=4
        start local 0 // net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$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 362
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$Appender.this$1:Lnet/bytebuddy/implementation/InvocationHandlerAdapter$ForInstance;
            aload 1 /* methodVisitor */
         1: .line 363
            aload 2 /* implementationContext */
         2: .line 364
            aload 3 /* instrumentedMethod */
         3: .line 365
            getstatic net.bytebuddy.implementation.bytecode.StackManipulation$Trivial.INSTANCE:Lnet/bytebuddy/implementation/bytecode/StackManipulation$Trivial;
         4: .line 366
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$Appender.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$Appender.this$1:Lnet/bytebuddy/implementation/InvocationHandlerAdapter$ForInstance;
            getfield net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance.fieldName:Ljava/lang/String;
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            getstatic net.bytebuddy.implementation.InvocationHandlerAdapter.INVOCATION_HANDLER_TYPE:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokestatic net.bytebuddy.matcher.ElementMatchers.genericFieldType:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.field.FieldList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.field.FieldList
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription
         5: .line 362
            invokevirtual net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/field/FieldDescription;)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.InvocationHandlerAdapter$ForInstance$Appender this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    6     0                   this  Lnet/bytebuddy/implementation/InvocationHandlerAdapter$ForInstance$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: "InvocationHandlerAdapter.java"
NestHost: net.bytebuddy.implementation.InvocationHandlerAdapter
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  protected ForInstance = net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance of net.bytebuddy.implementation.InvocationHandlerAdapter
  protected Appender = net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance$Appender of net.bytebuddy.implementation.InvocationHandlerAdapter$ForInstance
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public final Trivial = net.bytebuddy.implementation.bytecode.StackManipulation$Trivial of net.bytebuddy.implementation.bytecode.StackManipulation
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)