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

  private static final net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
    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 2806
            new net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue.<init>:(Ljava/lang/String;I)V
         1: .line 2809
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
         2: .line 2804
            iconst_1
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue
            dup
            iconst_0
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
            aastore
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
            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$ForStubValue this
         0: .line 2804
            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$ForStubValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.asm.Advice$OffsetMapping$Target resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.asm.Advice$ArgumentHandler, net.bytebuddy.asm.Advice$OffsetMapping$Sort);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/asm/Advice$ArgumentHandler;Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Target;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 4 // net.bytebuddy.asm.Advice$ArgumentHandler argumentHandler
        start local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Sort sort
         0: .line 2819
            new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadOnly
            dup
            aload 2 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 3 /* assigner */
            aload 2 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
         1: .line 2820
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.OBJECT:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         2: .line 2821
            getstatic net.bytebuddy.implementation.bytecode.assign.Assigner$Typing.DYNAMIC:Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
         3: .line 2819
            invokeinterface net.bytebuddy.implementation.bytecode.assign.Assigner.assign:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadOnly.<init>:(Lnet/bytebuddy/description/type/TypeDefinition;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Sort sort
        end local 4 // net.bytebuddy.asm.Advice$ArgumentHandler argumentHandler
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
            0    4     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    4     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    4     3            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    4     4     argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler;
            0    4     5                sort  Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      assigner            
      argumentHandler     
      sort                

  public java.lang.Class<net.bytebuddy.asm.Advice$StubValue> 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$ForStubValue this
         0: .line 2828
            ldc Lnet/bytebuddy/asm/Advice$StubValue;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
    Signature: ()Ljava/lang/Class<Lnet/bytebuddy/asm/Advice$StubValue;>;

  public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.asm.Advice$StubValue>, 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$ForStubValue 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 2837
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription$InDefinedShape.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            ldc Ljava/lang/Object;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.represents:(Ljava/lang/reflect/Type;)Z
            ifne 2
         1: .line 2838
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot use StubValue on non-Object parameter type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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$ForStubValue this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
            0    3     1      target  Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            0    3     2  annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/asm/Advice$StubValue;>;
            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$StubValue;>;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$ForStubValue[] values();
    descriptor: ()[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue
            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$ForStubValue valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;>;Lnet/bytebuddy/asm/Advice$OffsetMapping;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<Lnet/bytebuddy/asm/Advice$StubValue;>;
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler 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 final ForStubValue = net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Sort = net.bytebuddy.asm.Advice$OffsetMapping$Sort of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Target = net.bytebuddy.asm.Advice$OffsetMapping$Target of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract ForDefaultValue = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public ReadOnly = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadOnly of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue
  public abstract StubValue = net.bytebuddy.asm.Advice$StubValue of net.bytebuddy.asm.Advice
  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
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner