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

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

  public net.bytebuddy.implementation.Implementation$Composable withAssigner(net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/Implementation$Composable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting this
        start local 1 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 3390
            new net.bytebuddy.implementation.MethodCall$FieldSetting
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$FieldSetting.methodCall:Lnet/bytebuddy/implementation/MethodCall;
            aload 1 /* assigner */
            aload 2 /* typing */
            invokevirtual net.bytebuddy.implementation.MethodCall.withAssigner:(Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/Implementation$Composable;
            checkcast net.bytebuddy.implementation.MethodCall
            invokespecial net.bytebuddy.implementation.MethodCall$FieldSetting.<init>:(Lnet/bytebuddy/implementation/MethodCall;)V
            areturn
        end local 2 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 1 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/implementation/MethodCall$FieldSetting;
            0    1     1  assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    1     2    typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
    MethodParameters:
          Name  Flags
      assigner  
      typing    

  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=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 3397
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$FieldSetting.methodCall:Lnet/bytebuddy/implementation/MethodCall;
            aload 1 /* instrumentedType */
            invokevirtual net.bytebuddy.implementation.MethodCall.prepare:(Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/MethodCall$FieldSetting;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
         0: .line 3404
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.ByteCodeAppender
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$FieldSetting.methodCall:Lnet/bytebuddy/implementation/MethodCall;
            aload 1 /* implementationTarget */
            invokevirtual net.bytebuddy.implementation.MethodCall.appender:(Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.implementation.MethodCall$FieldSetting$Appender.INSTANCE:Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/implementation/MethodCall$FieldSetting;
            0    1     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
    MethodParameters:
                      Name  Flags
      implementationTarget  

  public net.bytebuddy.implementation.Implementation andThen(net.bytebuddy.implementation.Implementation);
    descriptor: (Lnet/bytebuddy/implementation/Implementation;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting this
        start local 1 // net.bytebuddy.implementation.Implementation implementation
         0: .line 3411
            new net.bytebuddy.implementation.Implementation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.Implementation
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$FieldSetting.methodCall:Lnet/bytebuddy/implementation/MethodCall;
            aastore
            dup
            iconst_1
            aload 1 /* implementation */
            aastore
            invokespecial net.bytebuddy.implementation.Implementation$Compound.<init>:([Lnet/bytebuddy/implementation/Implementation;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation implementation
        end local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lnet/bytebuddy/implementation/MethodCall$FieldSetting;
            0    1     1  implementation  Lnet/bytebuddy/implementation/Implementation;
    MethodParameters:
                Name  Flags
      implementation  

  public net.bytebuddy.implementation.Implementation$Composable andThen(net.bytebuddy.implementation.Implementation$Composable);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Composable;)Lnet/bytebuddy/implementation/Implementation$Composable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting this
        start local 1 // net.bytebuddy.implementation.Implementation$Composable implementation
         0: .line 3418
            new net.bytebuddy.implementation.Implementation$Compound$Composable
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$FieldSetting.methodCall:Lnet/bytebuddy/implementation/MethodCall;
            aload 1 /* implementation */
            invokespecial net.bytebuddy.implementation.Implementation$Compound$Composable.<init>:(Lnet/bytebuddy/implementation/Implementation;Lnet/bytebuddy/implementation/Implementation$Composable;)V
            areturn
        end local 1 // net.bytebuddy.implementation.Implementation$Composable implementation
        end local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lnet/bytebuddy/implementation/MethodCall$FieldSetting;
            0    1     1  implementation  Lnet/bytebuddy/implementation/Implementation$Composable;
    MethodParameters:
                Name  Flags
      implementation  
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Composable = net.bytebuddy.implementation.Implementation$Composable of net.bytebuddy.implementation.Implementation
  public Compound = net.bytebuddy.implementation.Implementation$Compound of net.bytebuddy.implementation.Implementation
  public Composable = net.bytebuddy.implementation.Implementation$Compound$Composable of net.bytebuddy.implementation.Implementation$Compound
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  public FieldSetting = net.bytebuddy.implementation.MethodCall$FieldSetting of net.bytebuddy.implementation.MethodCall
  protected final Appender = net.bytebuddy.implementation.MethodCall$FieldSetting$Appender of net.bytebuddy.implementation.MethodCall$FieldSetting
  public Compound = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Compound of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()