public final class net.bytebuddy.implementation.bytecode.member.FieldAccess extends java.lang.Enum<net.bytebuddy.implementation.bytecode.member.FieldAccess>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.bytecode.member.FieldAccess
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.implementation.bytecode.member.FieldAccess STATIC;
    descriptor: Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.implementation.bytecode.member.FieldAccess INSTANCE;
    descriptor: Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final int putterOpcode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int getterOpcode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int targetSizeChange;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 37
            new net.bytebuddy.implementation.bytecode.member.FieldAccess
            dup
            ldc "STATIC"
            iconst_0
         1: .line 40
            sipush 179
            sipush 178
            getstatic net.bytebuddy.implementation.bytecode.StackSize.ZERO:Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokespecial net.bytebuddy.implementation.bytecode.member.FieldAccess.<init>:(Ljava/lang/String;IIILnet/bytebuddy/implementation/bytecode/StackSize;)V
            putstatic net.bytebuddy.implementation.bytecode.member.FieldAccess.STATIC:Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
         2: .line 42
            new net.bytebuddy.implementation.bytecode.member.FieldAccess
            dup
            ldc "INSTANCE"
            iconst_1
         3: .line 45
            sipush 181
            sipush 180
            getstatic net.bytebuddy.implementation.bytecode.StackSize.SINGLE:Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokespecial net.bytebuddy.implementation.bytecode.member.FieldAccess.<init>:(Ljava/lang/String;IIILnet/bytebuddy/implementation/bytecode/StackSize;)V
            putstatic net.bytebuddy.implementation.bytecode.member.FieldAccess.INSTANCE:Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
         4: .line 35
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.member.FieldAccess
            dup
            iconst_0
            getstatic net.bytebuddy.implementation.bytecode.member.FieldAccess.STATIC:Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.implementation.bytecode.member.FieldAccess.INSTANCE:Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
            aastore
            putstatic net.bytebuddy.implementation.bytecode.member.FieldAccess.ENUM$VALUES:[Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int, int, net.bytebuddy.implementation.bytecode.StackSize);
    descriptor: (Ljava/lang/String;IIILnet/bytebuddy/implementation/bytecode/StackSize;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // net.bytebuddy.implementation.bytecode.member.FieldAccess this
        start local 3 // int putterOpcode
        start local 4 // int getterOpcode
        start local 5 // net.bytebuddy.implementation.bytecode.StackSize targetSizeChange
         0: .line 71
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 72
            aload 0 /* this */
            iload 3 /* putterOpcode */
            putfield net.bytebuddy.implementation.bytecode.member.FieldAccess.putterOpcode:I
         2: .line 73
            aload 0 /* this */
            iload 4 /* getterOpcode */
            putfield net.bytebuddy.implementation.bytecode.member.FieldAccess.getterOpcode:I
         3: .line 74
            aload 0 /* this */
            aload 5 /* targetSizeChange */
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.getSize:()I
            putfield net.bytebuddy.implementation.bytecode.member.FieldAccess.targetSizeChange:I
         4: .line 75
            return
        end local 5 // net.bytebuddy.implementation.bytecode.StackSize targetSizeChange
        end local 4 // int getterOpcode
        end local 3 // int putterOpcode
        end local 0 // net.bytebuddy.implementation.bytecode.member.FieldAccess this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
            0    5     3      putterOpcode  I
            0    5     4      getterOpcode  I
            0    5     5  targetSizeChange  Lnet/bytebuddy/implementation/bytecode/StackSize;
    MethodParameters:
                  Name  Flags
      $enum$name        
      $enum$ordinal     
      putterOpcode      
      getterOpcode      
      targetSizeChange  

  public static net.bytebuddy.implementation.bytecode.StackManipulation forEnumeration(net.bytebuddy.description.enumeration.EnumerationDescription);
    descriptor: (Lnet/bytebuddy/description/enumeration/EnumerationDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.enumeration.EnumerationDescription enumerationDescription
         0: .line 84
            aload 0 /* enumerationDescription */
            invokeinterface net.bytebuddy.description.enumeration.EnumerationDescription.getEnumerationType:()Lnet/bytebuddy/description/type/TypeDescription;
         1: .line 85
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
         2: .line 86
            aload 0 /* enumerationDescription */
            invokeinterface net.bytebuddy.description.enumeration.EnumerationDescription.getValue:()Ljava/lang/String;
            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
         3: .line 84
            astore 1 /* fieldList */
        start local 1 // net.bytebuddy.description.field.FieldList fieldList
         4: .line 87
            aload 1 /* fieldList */
            invokeinterface net.bytebuddy.description.field.FieldList.size:()I
            iconst_1
            if_icmpne 5
            aload 1 /* fieldList */
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
            invokeinterface net.bytebuddy.description.field.FieldDescription$InDefinedShape.isStatic:()Z
            ifeq 5
            aload 1 /* fieldList */
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
            invokeinterface net.bytebuddy.description.field.FieldDescription$InDefinedShape.isPublic:()Z
            ifeq 5
            aload 1 /* fieldList */
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
            invokeinterface net.bytebuddy.description.field.FieldDescription$InDefinedShape.isEnum:()Z
            ifne 6
         5: .line 88
      StackMap locals: net.bytebuddy.description.field.FieldList
      StackMap stack:
            getstatic net.bytebuddy.implementation.bytecode.StackManipulation$Illegal.INSTANCE:Lnet/bytebuddy/implementation/bytecode/StackManipulation$Illegal;
            goto 7
         6: .line 89
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher
            dup
            getstatic net.bytebuddy.implementation.bytecode.member.FieldAccess.STATIC:Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            aload 1 /* fieldList */
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
            invokespecial net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher.<init>:(Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)V
            invokevirtual net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         7: .line 87
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.StackManipulation
            areturn
        end local 1 // net.bytebuddy.description.field.FieldList fieldList
        end local 0 // net.bytebuddy.description.enumeration.EnumerationDescription enumerationDescription
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    8     0  enumerationDescription  Lnet/bytebuddy/description/enumeration/EnumerationDescription;
            4    8     1               fieldList  Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
    MethodParameters:
                        Name  Flags
      enumerationDescription  

  public static net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined forField(net.bytebuddy.description.field.FieldDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.field.FieldDescription$InDefinedShape fieldDescription
         0: .line 99
            aload 0 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription$InDefinedShape.isStatic:()Z
            ifeq 2
         1: .line 100
            new net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher
            dup
            getstatic net.bytebuddy.implementation.bytecode.member.FieldAccess.STATIC:Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            aload 0 /* fieldDescription */
            invokespecial net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher.<init>:(Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)V
            goto 3
         2: .line 101
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher
            dup
            getstatic net.bytebuddy.implementation.bytecode.member.FieldAccess.INSTANCE:Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            aload 0 /* fieldDescription */
            invokespecial net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher.<init>:(Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)V
         3: .line 99
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher
            areturn
        end local 0 // net.bytebuddy.description.field.FieldDescription$InDefinedShape fieldDescription
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0  fieldDescription  Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
    MethodParameters:
                  Name  Flags
      fieldDescription  

  public static net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined forField(net.bytebuddy.description.field.FieldDescription);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.field.FieldDescription fieldDescription
         0: .line 112
            aload 0 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.asDefined:()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
            checkcast net.bytebuddy.description.field.FieldDescription$InDefinedShape
            astore 1 /* declaredField */
        start local 1 // net.bytebuddy.description.field.FieldDescription$InDefinedShape declaredField
         1: .line 113
            aload 0 /* fieldDescription */
            invokeinterface net.bytebuddy.description.field.FieldDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* declaredField */
            invokeinterface net.bytebuddy.description.field.FieldDescription$InDefinedShape.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 114
            aload 1 /* declaredField */
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
            goto 4
         3: .line 115
      StackMap locals: net.bytebuddy.description.field.FieldDescription$InDefinedShape
      StackMap stack:
            aload 0 /* fieldDescription */
            aload 1 /* declaredField */
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess$OfGenericField.of:(Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
         4: .line 113
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined
            areturn
        end local 1 // net.bytebuddy.description.field.FieldDescription$InDefinedShape declaredField
        end local 0 // net.bytebuddy.description.field.FieldDescription fieldDescription
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0  fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
            1    5     1     declaredField  Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
    MethodParameters:
                  Name  Flags
      fieldDescription  

  public static net.bytebuddy.implementation.bytecode.member.FieldAccess[] values();
    descriptor: ()[Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.implementation.bytecode.member.FieldAccess.ENUM$VALUES:[Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.implementation.bytecode.member.FieldAccess
            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.bytecode.member.FieldAccess valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.implementation.bytecode.member.FieldAccess
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/bytecode/member/FieldAccess;>;
SourceFile: "FieldAccess.java"
NestMembers:
  net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher  net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher$AbstractFieldInstruction  net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher$FieldGetInstruction  net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher$FieldPutInstruction  net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined  net.bytebuddy.implementation.bytecode.member.FieldAccess$OfGenericField
InnerClasses:
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public abstract TypeDependant = net.bytebuddy.description.ByteCodeElement$TypeDependant of net.bytebuddy.description.ByteCodeElement
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public final Illegal = net.bytebuddy.implementation.bytecode.StackManipulation$Illegal of net.bytebuddy.implementation.bytecode.StackManipulation
  protected AccessDispatcher = net.bytebuddy.implementation.bytecode.member.FieldAccess$AccessDispatcher of net.bytebuddy.implementation.bytecode.member.FieldAccess
  public abstract Defined = net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined of net.bytebuddy.implementation.bytecode.member.FieldAccess
  protected OfGenericField = net.bytebuddy.implementation.bytecode.member.FieldAccess$OfGenericField of net.bytebuddy.implementation.bytecode.member.FieldAccess
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher