public class net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$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.FieldAccessor$ForImplicitProperty$Appender
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.FieldAccessor$FieldLocation$Prepared fieldLocation;
    descriptor: Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Prepared;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  protected void <init>(net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty, net.bytebuddy.implementation.FieldAccessor$FieldLocation$Prepared);
    descriptor: (Lnet/bytebuddy/implementation/FieldAccessor$ForImplicitProperty;Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Prepared;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender this
        start local 2 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Prepared fieldLocation
         0: .line 846
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender.this$1:Lnet/bytebuddy/implementation/FieldAccessor$ForImplicitProperty;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 847
            aload 0 /* this */
            aload 2 /* fieldLocation */
            putfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender.fieldLocation:Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Prepared;
         2: .line 848
            return
        end local 2 // net.bytebuddy.implementation.FieldAccessor$FieldLocation$Prepared fieldLocation
        end local 0 // net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lnet/bytebuddy/implementation/FieldAccessor$ForImplicitProperty$Appender;
            0    3     2  fieldLocation  Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Prepared;
    MethodParameters:
               Name  Flags
      this$0         final
      fieldLocation  

  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=9, locals=7, args_size=4
        start local 0 // net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$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 854
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isMethod:()Z
            ifne 2
         1: .line 855
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 3 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not describe a field getter or setter"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 857
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender.fieldLocation:Lnet/bytebuddy/implementation/FieldAccessor$FieldLocation$Prepared;
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.implementation.FieldAccessor$FieldLocation$Prepared.resolve:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/description/field/FieldDescription;
            astore 4 /* fieldDescription */
        start local 4 // net.bytebuddy.description.field.FieldDescription fieldDescription
         3: .line 858
            aload 4 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.isStatic:()Z
            ifne 5
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifeq 5
         4: .line 859
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot set instance field "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* fieldDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " from "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            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
         5: .line 861
      StackMap locals: net.bytebuddy.description.field.FieldDescription
      StackMap stack:
            aload 4 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.isStatic:()Z
            ifeq 7
         6: .line 862
            getstatic net.bytebuddy.implementation.bytecode.StackManipulation$Trivial.INSTANCE:Lnet/bytebuddy/implementation/bytecode/StackManipulation$Trivial;
            goto 8
         7: .line 863
      StackMap locals:
      StackMap stack:
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.loadThis:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         8: .line 861
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.StackManipulation
            astore 6 /* initialization */
        start local 6 // net.bytebuddy.implementation.bytecode.StackManipulation initialization
         9: .line 864
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.represents:(Ljava/lang/reflect/Type;)Z
            ifne 17
        10: .line 865
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_4
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
        11: .line 866
            aload 6 /* initialization */
            aastore
            dup
            iconst_1
        12: .line 867
            aload 4 /* fieldDescription */
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
            invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_2
        13: .line 868
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender.this$1:Lnet/bytebuddy/implementation/FieldAccessor$ForImplicitProperty;
            getfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            aload 4 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender.this$1:Lnet/bytebuddy/implementation/FieldAccessor$ForImplicitProperty;
            getfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty.typing:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            invokeinterface net.bytebuddy.implementation.bytecode.assign.Assigner.assign:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_3
        14: .line 869
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodReturn.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
        15: .line 865
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            astore 5 /* implementation */
        start local 5 // net.bytebuddy.implementation.bytecode.StackManipulation implementation
        16: .line 871
            goto 29
        end local 5 // net.bytebuddy.implementation.bytecode.StackManipulation implementation
      StackMap locals: net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.field.FieldDescription top net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
        17: aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 28
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.size:()I
            iconst_1
            if_icmpne 28
        18: .line 872
            aload 4 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.isFinal:()Z
            ifeq 20
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isMethod:()Z
            ifeq 20
        19: .line 873
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot set final field "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* fieldDescription */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " from "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            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
        20: .line 875
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_5
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
        21: .line 876
            aload 6 /* initialization */
            aastore
            dup
            iconst_1
        22: .line 877
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            iconst_0
            invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.load:(Lnet/bytebuddy/description/method/ParameterDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_2
        23: .line 878
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender.this$1:Lnet/bytebuddy/implementation/FieldAccessor$ForImplicitProperty;
            getfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            iconst_0
            invokeinterface net.bytebuddy.description.method.ParameterList.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender.this$1:Lnet/bytebuddy/implementation/FieldAccessor$ForImplicitProperty;
            getfield net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty.typing:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            invokeinterface net.bytebuddy.implementation.bytecode.assign.Assigner.assign:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_3
        24: .line 879
            aload 4 /* fieldDescription */
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
            invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.write:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_4
        25: .line 880
            getstatic net.bytebuddy.implementation.bytecode.member.MethodReturn.VOID:Lnet/bytebuddy/implementation/bytecode/member/MethodReturn;
        26: .line 875
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            astore 5 /* implementation */
        start local 5 // net.bytebuddy.implementation.bytecode.StackManipulation implementation
        27: .line 882
            goto 29
        end local 5 // net.bytebuddy.implementation.bytecode.StackManipulation implementation
        28: .line 883
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Method "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is no bean accessor"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        start local 5 // net.bytebuddy.implementation.bytecode.StackManipulation implementation
        29: .line 885
      StackMap locals: net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.field.FieldDescription net.bytebuddy.implementation.bytecode.StackManipulation net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            aload 5 /* implementation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 31
        30: .line 886
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot set or get value of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " using "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* fieldDescription */
            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
        31: .line 888
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
            dup
            aload 5 /* implementation */
            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;
            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 6 // net.bytebuddy.implementation.bytecode.StackManipulation initialization
        end local 5 // net.bytebuddy.implementation.bytecode.StackManipulation implementation
        end local 4 // net.bytebuddy.description.field.FieldDescription fieldDescription
        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.FieldAccessor$ForImplicitProperty$Appender this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   32     0                   this  Lnet/bytebuddy/implementation/FieldAccessor$ForImplicitProperty$Appender;
            0   32     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   32     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   32     3     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            3   32     4       fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
           16   17     5         implementation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           27   28     5         implementation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           29   32     5         implementation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            9   32     6         initialization  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     
}
SourceFile: "FieldAccessor.java"
NestHost: net.bytebuddy.implementation.FieldAccessor
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 abstract FieldLocation = net.bytebuddy.implementation.FieldAccessor$FieldLocation of net.bytebuddy.implementation.FieldAccessor
  public abstract Prepared = net.bytebuddy.implementation.FieldAccessor$FieldLocation$Prepared of net.bytebuddy.implementation.FieldAccessor$FieldLocation
  protected ForImplicitProperty = net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty of net.bytebuddy.implementation.FieldAccessor
  protected Appender = net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty$Appender of net.bytebuddy.implementation.FieldAccessor$ForImplicitProperty
  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
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
  public final Trivial = net.bytebuddy.implementation.bytecode.StackManipulation$Trivial of net.bytebuddy.implementation.bytecode.StackManipulation
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
  public abstract Defined = net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined of net.bytebuddy.implementation.bytecode.member.FieldAccess
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)