public class net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$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.auxiliary.TypeProxy$MethodCall$Appender
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.bytecode.StackManipulation fieldLoadingInstruction;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  protected void <init>(net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender this
        start local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 653
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender.this$1:Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 654
            aload 0 /* this */
            aload 2 /* instrumentedType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
            ldc "target"
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)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$InDefinedShape
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
            invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            putfield net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender.fieldLoadingInstruction:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         2: .line 655
            return
        end local 2 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall$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=5, locals=6, args_size=4
        start local 0 // net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$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 661
            aload 0 /* this */
            getfield net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender.this$1:Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall;
            invokestatic net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall.access$0:(Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall;)Lnet/bytebuddy/implementation/auxiliary/TypeProxy;
            getfield net.bytebuddy.implementation.auxiliary.TypeProxy.invocationFactory:Lnet/bytebuddy/implementation/auxiliary/TypeProxy$InvocationFactory;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender.this$1:Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall;
            invokestatic net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall.access$0:(Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall;)Lnet/bytebuddy/implementation/auxiliary/TypeProxy;
            getfield net.bytebuddy.implementation.auxiliary.TypeProxy.implementationTarget:Lnet/bytebuddy/implementation/Implementation$Target;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender.this$1:Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall;
            invokestatic net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall.access$0:(Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall;)Lnet/bytebuddy/implementation/auxiliary/TypeProxy;
            getfield net.bytebuddy.implementation.auxiliary.TypeProxy.proxiedType:Lnet/bytebuddy/description/type/TypeDescription;
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.implementation.auxiliary.TypeProxy$InvocationFactory.invoke:(Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            astore 4 /* specialMethodInvocation */
        start local 4 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
         1: .line 662
            aload 4 /* specialMethodInvocation */
            invokeinterface net.bytebuddy.implementation.Implementation$SpecialMethodInvocation.isValid:()Z
            ifeq 3
         2: .line 663
            new net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender$AccessorMethodInvocation
            dup
            aload 0 /* this */
            aload 3 /* instrumentedMethod */
            aload 4 /* specialMethodInvocation */
            invokespecial net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender$AccessorMethodInvocation.<init>:(Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall$Appender;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;)V
            goto 4
         3: .line 664
      StackMap locals: net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
      StackMap stack:
            getstatic net.bytebuddy.implementation.auxiliary.TypeProxy$AbstractMethodErrorThrow.INSTANCE:Lnet/bytebuddy/implementation/auxiliary/TypeProxy$AbstractMethodErrorThrow;
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.StackManipulation
         4: aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
         5: .line 662
            astore 5 /* size */
        start local 5 // net.bytebuddy.implementation.bytecode.StackManipulation$Size size
         6: .line 665
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
            dup
            aload 5 /* size */
            invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Size.getMaximalSize:()I
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size.<init>:(II)V
            areturn
        end local 5 // net.bytebuddy.implementation.bytecode.StackManipulation$Size size
        end local 4 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
        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.auxiliary.TypeProxy$MethodCall$Appender this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    7     0                     this  Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall$Appender;
            0    7     1            methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    7     2    implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    7     3       instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            1    7     4  specialMethodInvocation  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            6    7     5                     size  Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     

  static net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall access$0(net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender);
    descriptor: (Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall$Appender;)Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 641
            aload 0
            getfield net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender.this$1:Lnet/bytebuddy/implementation/auxiliary/TypeProxy$MethodCall;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TypeProxy.java"
NestHost: net.bytebuddy.implementation.auxiliary.TypeProxy
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 Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract SpecialMethodInvocation = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation of net.bytebuddy.implementation.Implementation
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  protected final AbstractMethodErrorThrow = net.bytebuddy.implementation.auxiliary.TypeProxy$AbstractMethodErrorThrow of net.bytebuddy.implementation.auxiliary.TypeProxy
  public abstract InvocationFactory = net.bytebuddy.implementation.auxiliary.TypeProxy$InvocationFactory of net.bytebuddy.implementation.auxiliary.TypeProxy
  protected MethodCall = net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall of net.bytebuddy.implementation.auxiliary.TypeProxy
  protected Appender = net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender of net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall
  protected AccessorMethodInvocation = net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender$AccessorMethodInvocation of net.bytebuddy.implementation.auxiliary.TypeProxy$MethodCall$Appender
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
  public abstract Defined = net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined of net.bytebuddy.implementation.bytecode.member.FieldAccess
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)