public class net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory implements net.bytebuddy.implementation.MethodCall$TargetHandler$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Location location;
    descriptor: Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForField$Location;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Location);
    descriptor: (Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForField$Location;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory this
        start local 1 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Location location
         0: .line 2426
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2427
            aload 0 /* this */
            aload 1 /* location */
            putfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory.location:Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForField$Location;
         2: .line 2428
            return
        end local 1 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Location location
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForField$Factory;
            0    3     1  location  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForField$Location;
    MethodParameters:
          Name  Flags
      location  

  public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 2434
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForField$Factory;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.MethodCall$TargetHandler make(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/MethodCall$TargetHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 2441
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory.location:Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForField$Location;
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Location.resolve:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription;
            astore 2 /* fieldDescription */
        start local 2 // net.bytebuddy.description.field.FieldDescription fieldDescription
         1: .line 2442
            aload 2 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.isStatic:()Z
            ifne 3
            aload 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 2 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.isAssignableTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 3
         2: .line 2443
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot access "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* 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 1 /* implementationTarget */
            invokeinterface net.bytebuddy.implementation.Implementation$Target.getInstrumentedType:()Lnet/bytebuddy/description/type/TypeDescription;
            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
         3: .line 2445
      StackMap locals: net.bytebuddy.description.field.FieldDescription
      StackMap stack:
            new net.bytebuddy.implementation.MethodCall$TargetHandler$ForField
            dup
            aload 2 /* fieldDescription */
            invokespecial net.bytebuddy.implementation.MethodCall$TargetHandler$ForField.<init>:(Lnet/bytebuddy/description/field/FieldDescription;)V
            areturn
        end local 2 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lnet/bytebuddy/implementation/MethodCall$TargetHandler$ForField$Factory;
            0    4     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
            1    4     2      fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
    MethodParameters:
                      Name  Flags
      implementationTarget  
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  protected abstract TargetHandler = net.bytebuddy.implementation.MethodCall$TargetHandler of net.bytebuddy.implementation.MethodCall
  public abstract Factory = net.bytebuddy.implementation.MethodCall$TargetHandler$Factory of net.bytebuddy.implementation.MethodCall$TargetHandler
  public ForField = net.bytebuddy.implementation.MethodCall$TargetHandler$ForField of net.bytebuddy.implementation.MethodCall$TargetHandler
  protected Factory = net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Factory of net.bytebuddy.implementation.MethodCall$TargetHandler$ForField
  protected abstract Location = net.bytebuddy.implementation.MethodCall$TargetHandler$ForField$Location of net.bytebuddy.implementation.MethodCall$TargetHandler$ForField
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()