public final class net.bytebuddy.implementation.MethodCall$FieldSetting$Appender extends java.lang.Enum<net.bytebuddy.implementation.MethodCall$FieldSetting$Appender> implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.MethodCall$FieldSetting$Appender
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.implementation.MethodCall$FieldSetting$Appender INSTANCE;
    descriptor: Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.implementation.MethodCall$FieldSetting$Appender[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 3426
            new net.bytebuddy.implementation.MethodCall$FieldSetting$Appender
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.implementation.MethodCall$FieldSetting$Appender.<init>:(Ljava/lang/String;I)V
         1: .line 3429
            putstatic net.bytebuddy.implementation.MethodCall$FieldSetting$Appender.INSTANCE:Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
         2: .line 3424
            iconst_1
            anewarray net.bytebuddy.implementation.MethodCall$FieldSetting$Appender
            dup
            iconst_0
            getstatic net.bytebuddy.implementation.MethodCall$FieldSetting$Appender.INSTANCE:Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
            aastore
            putstatic net.bytebuddy.implementation.MethodCall$FieldSetting$Appender.ENUM$VALUES:[Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting$Appender this
         0: .line 3424
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting$Appender this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  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=4, args_size=4
        start local 0 // net.bytebuddy.implementation.MethodCall$FieldSetting$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 3435
            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 2
         1: .line 3436
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Instrumented 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 " does not return void for field setting method call"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3438
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
            dup
            getstatic net.bytebuddy.implementation.bytecode.member.MethodReturn.VOID:Lnet/bytebuddy/implementation/bytecode/member/MethodReturn;
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokevirtual net.bytebuddy.implementation.bytecode.member.MethodReturn.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 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.MethodCall$FieldSetting$Appender this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
            0    3     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    3     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    3     3     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     

  public static net.bytebuddy.implementation.MethodCall$FieldSetting$Appender[] values();
    descriptor: ()[Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.implementation.MethodCall$FieldSetting$Appender.ENUM$VALUES:[Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.implementation.MethodCall$FieldSetting$Appender
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.MethodCall$FieldSetting$Appender valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.implementation.MethodCall$FieldSetting$Appender
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/MethodCall$FieldSetting$Appender;>;Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  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
  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 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