public class net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue$Factory implements net.bytebuddy.asm.Advice$OffsetMapping$Factory<net.bytebuddy.asm.Advice$Exit>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue$Factory
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDefinition exitType;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDefinition);
    descriptor: (Lnet/bytebuddy/description/type/TypeDefinition;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue$Factory this
        start local 1 // net.bytebuddy.description.type.TypeDefinition exitType
         0: .line 3063
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3064
            aload 0 /* this */
            aload 1 /* exitType */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue$Factory.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
         2: .line 3065
            return
        end local 1 // net.bytebuddy.description.type.TypeDefinition exitType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue$Factory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForExitValue$Factory;
            0    3     1  exitType  Lnet/bytebuddy/description/type/TypeDefinition;
    MethodParameters:
          Name  Flags
      exitType  

  protected static net.bytebuddy.asm.Advice$OffsetMapping$Factory<net.bytebuddy.asm.Advice$Exit> of(net.bytebuddy.description.type.TypeDefinition);
    descriptor: (Lnet/bytebuddy/description/type/TypeDefinition;)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.type.TypeDefinition typeDefinition
         0: .line 3074
            aload 0 /* typeDefinition */
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 2
         1: .line 3075
            new net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal
            dup
            ldc Lnet/bytebuddy/asm/Advice$Exit;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal.<init>:(Ljava/lang/Class;)V
            goto 3
         2: .line 3076
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue$Factory
            dup
            aload 0 /* typeDefinition */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue$Factory.<init>:(Lnet/bytebuddy/description/type/TypeDefinition;)V
         3: .line 3074
      StackMap locals:
      StackMap stack: net.bytebuddy.asm.Advice$OffsetMapping$Factory
            areturn
        end local 0 // net.bytebuddy.description.type.TypeDefinition typeDefinition
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0  typeDefinition  Lnet/bytebuddy/description/type/TypeDefinition;
    Signature: (Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<Lnet/bytebuddy/asm/Advice$Exit;>;
    MethodParameters:
                Name  Flags
      typeDefinition  

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

  public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.asm.Advice$Exit>, 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$ForExitValue$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 3092
            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$Exit
            invokeinterface net.bytebuddy.asm.Advice$Exit.readOnly:()Z
            ifne 2
         1: .line 3093
            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 3095
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue
            dup
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription$InDefinedShape.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue$Factory.exitType:Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asGenericType:()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$Exit
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/asm/Advice$Exit;)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$ForExitValue$Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForExitValue$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$Exit;>;
            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$Exit;>;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    MethodParameters:
            Name  Flags
      target      
      annotation  
      adviceType  
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<Lnet/bytebuddy/asm/Advice$Exit;>;
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract Exit = net.bytebuddy.asm.Advice$Exit 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 ForExitValue = net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue of net.bytebuddy.asm.Advice$OffsetMapping
  protected Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  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
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()