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

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

  protected static net.bytebuddy.asm.Advice$OffsetMapping$Factory<?> of(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
         0: .line 3381
            aload 0 /* adviceMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
         1: .line 3382
            ldc Lnet/bytebuddy/asm/Advice$OnMethodExit;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
         2: .line 3383
            getstatic net.bytebuddy.asm.Advice.ON_THROWABLE:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
         3: .line 3384
            ldc Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
         4: .line 3385
            ldc Lnet/bytebuddy/asm/Advice$NoExceptionHandler;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 5
            new net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal
            dup
            ldc Lnet/bytebuddy/asm/Advice$Thrown;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal.<init>:(Ljava/lang/Class;)V
            goto 6
      StackMap locals:
      StackMap stack:
         5: getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThrowable$Factory;
         6: .line 3381
      StackMap locals:
      StackMap stack: net.bytebuddy.asm.Advice$OffsetMapping$Factory
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0  adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;
    MethodParameters:
              Name  Flags
      adviceMethod  

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

  public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.asm.Advice$Thrown>, 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$ForThrowable$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 3401
            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$Thrown
            invokeinterface net.bytebuddy.asm.Advice$Thrown.readOnly:()Z
            ifne 2
         1: .line 3402
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot use writable "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " on read-only parameter"
            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 3404
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable
            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$Thrown
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/asm/Advice$Thrown;)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$ForThrowable$Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThrowable$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$Thrown;>;
            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$Thrown;>;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$ForThrowable$Factory[] values();
    descriptor: ()[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThrowable$Factory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable$Factory.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThrowable$Factory;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable$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$ForThrowable$Factory valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThrowable$Factory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThrowable$Factory;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable$Factory
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThrowable$Factory;>;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<Lnet/bytebuddy/asm/Advice$Thrown;>;
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  private NoExceptionHandler = net.bytebuddy.asm.Advice$NoExceptionHandler 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 Illegal = net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal of net.bytebuddy.asm.Advice$OffsetMapping$Factory
  public ForThrowable = net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable of net.bytebuddy.asm.Advice$OffsetMapping
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable
  public abstract OnMethodExit = net.bytebuddy.asm.Advice$OnMethodExit of net.bytebuddy.asm.Advice
  public abstract Thrown = net.bytebuddy.asm.Advice$Thrown 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.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  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