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

  private static final net.bytebuddy.implementation.MethodAccessorFactory$Illegal[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
    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 109
            new net.bytebuddy.implementation.MethodAccessorFactory$Illegal
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.implementation.MethodAccessorFactory$Illegal.<init>:(Ljava/lang/String;I)V
         1: .line 112
            putstatic net.bytebuddy.implementation.MethodAccessorFactory$Illegal.INSTANCE:Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
         2: .line 107
            iconst_1
            anewarray net.bytebuddy.implementation.MethodAccessorFactory$Illegal
            dup
            iconst_0
            getstatic net.bytebuddy.implementation.MethodAccessorFactory$Illegal.INSTANCE:Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
            aastore
            putstatic net.bytebuddy.implementation.MethodAccessorFactory$Illegal.ENUM$VALUES:[Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
            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.MethodAccessorFactory$Illegal this
         0: .line 107
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.MethodAccessorFactory$Illegal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.description.method.MethodDescription$InDefinedShape registerAccessorFor(net.bytebuddy.implementation.Implementation$SpecialMethodInvocation, net.bytebuddy.implementation.MethodAccessorFactory$AccessType);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodAccessorFactory$Illegal this
        start local 1 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
        start local 2 // net.bytebuddy.implementation.MethodAccessorFactory$AccessType accessType
         0: .line 118
            new java.lang.IllegalStateException
            dup
            ldc "It is illegal to register an accessor for this type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // net.bytebuddy.implementation.MethodAccessorFactory$AccessType accessType
        end local 1 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
        end local 0 // net.bytebuddy.implementation.MethodAccessorFactory$Illegal this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
            0    1     1  specialMethodInvocation  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            0    1     2               accessType  Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;
    MethodParameters:
                         Name  Flags
      specialMethodInvocation  
      accessType               

  public net.bytebuddy.description.method.MethodDescription$InDefinedShape registerGetterFor(net.bytebuddy.description.field.FieldDescription, net.bytebuddy.implementation.MethodAccessorFactory$AccessType);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodAccessorFactory$Illegal this
        start local 1 // net.bytebuddy.description.field.FieldDescription fieldDescription
        start local 2 // net.bytebuddy.implementation.MethodAccessorFactory$AccessType accessType
         0: .line 125
            new java.lang.IllegalStateException
            dup
            ldc "It is illegal to register a field getter for this type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // net.bytebuddy.implementation.MethodAccessorFactory$AccessType accessType
        end local 1 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 0 // net.bytebuddy.implementation.MethodAccessorFactory$Illegal this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
            0    1     1  fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
            0    1     2        accessType  Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;
    MethodParameters:
                  Name  Flags
      fieldDescription  
      accessType        

  public net.bytebuddy.description.method.MethodDescription$InDefinedShape registerSetterFor(net.bytebuddy.description.field.FieldDescription, net.bytebuddy.implementation.MethodAccessorFactory$AccessType);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodAccessorFactory$Illegal this
        start local 1 // net.bytebuddy.description.field.FieldDescription fieldDescription
        start local 2 // net.bytebuddy.implementation.MethodAccessorFactory$AccessType accessType
         0: .line 132
            new java.lang.IllegalStateException
            dup
            ldc "It is illegal to register a field setter for this type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // net.bytebuddy.implementation.MethodAccessorFactory$AccessType accessType
        end local 1 // net.bytebuddy.description.field.FieldDescription fieldDescription
        end local 0 // net.bytebuddy.implementation.MethodAccessorFactory$Illegal this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
            0    1     1  fieldDescription  Lnet/bytebuddy/description/field/FieldDescription;
            0    1     2        accessType  Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;
    MethodParameters:
                  Name  Flags
      fieldDescription  
      accessType        

  public static net.bytebuddy.implementation.MethodAccessorFactory$Illegal[] values();
    descriptor: ()[Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.implementation.MethodAccessorFactory$Illegal.ENUM$VALUES:[Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.implementation.MethodAccessorFactory$Illegal
            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.MethodAccessorFactory$Illegal valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.implementation.MethodAccessorFactory$Illegal
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/MethodAccessorFactory$Illegal;>;Lnet/bytebuddy/implementation/MethodAccessorFactory;
SourceFile: "MethodAccessorFactory.java"
NestHost: net.bytebuddy.implementation.MethodAccessorFactory
InnerClasses:
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract SpecialMethodInvocation = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation of net.bytebuddy.implementation.Implementation
  public final AccessType = net.bytebuddy.implementation.MethodAccessorFactory$AccessType of net.bytebuddy.implementation.MethodAccessorFactory
  public final Illegal = net.bytebuddy.implementation.MethodAccessorFactory$Illegal of net.bytebuddy.implementation.MethodAccessorFactory