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

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

  public java.lang.Class<net.bytebuddy.asm.Advice$Argument> getAnnotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory this
         0: .line 1619
            ldc Lnet/bytebuddy/asm/Advice$Argument;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved$Factory;
    Signature: ()Ljava/lang/Class<Lnet/bytebuddy/asm/Advice$Argument;>;

  public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.asm.Advice$Argument>, net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType);
    descriptor: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory this
        start local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
         0: .line 1628
            aload 3 /* adviceType */
            invokevirtual net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.isDelegation:()Z
            ifeq 2
            aload 2 /* annotation */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.loadSilent:()Ljava/lang/annotation/Annotation;
            checkcast net.bytebuddy.asm.Advice$Argument
            invokeinterface net.bytebuddy.asm.Advice$Argument.readOnly:()Z
            ifne 2
         1: .line 1629
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot define writable field access for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " when using delegation"
            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 1631
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved
            dup
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription$InDefinedShape.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 2 /* annotation */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.loadSilent:()Ljava/lang/annotation/Annotation;
            checkcast net.bytebuddy.asm.Advice$Argument
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/asm/Advice$Argument;)V
            areturn
        end local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved$Factory;
            0    3     1      target  Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            0    3     2  annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/asm/Advice$Argument;>;
            0    3     3  adviceType  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
    Signature: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/asm/Advice$Argument;>;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    MethodParameters:
            Name  Flags
      target      
      annotation  
      adviceType  

  public static net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory[] values();
    descriptor: ()[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved$Factory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved$Factory;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory
            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.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved$Factory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved$Factory;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved$Factory;>;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<Lnet/bytebuddy/asm/Advice$Argument;>;
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract Argument = net.bytebuddy.asm.Advice$Argument of net.bytebuddy.asm.Advice
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract Factory = net.bytebuddy.asm.Advice$OffsetMapping$Factory of net.bytebuddy.asm.Advice$OffsetMapping
  public final AdviceType = net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType of net.bytebuddy.asm.Advice$OffsetMapping$Factory
  public abstract ForArgument = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument of net.bytebuddy.asm.Advice$OffsetMapping
  public Unresolved = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved of net.bytebuddy.asm.Advice$OffsetMapping$ForArgument
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription