public abstract class net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit extends net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved implements net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodExit
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit
  super_class: net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved
{
  private final boolean backupArguments;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape, java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDefinition>, java.util.List<? extends net.bytebuddy.asm.Advice$OffsetMapping$Factory<?>>, net.bytebuddy.description.type.TypeDefinition);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        start local 2 // java.util.Map namedTypes
        start local 3 // java.util.List userFactories
        start local 4 // net.bytebuddy.description.type.TypeDefinition enterType
         0: .line 9099
            aload 0 /* this */
            aload 1 /* adviceMethod */
            bipush 12
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$Factory
            dup
            iconst_0
         1: .line 9100
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved$Factory;
            aastore
            dup
            iconst_1
         2: .line 9101
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForAllArguments$Factory;
            aastore
            dup
            iconst_2
         3: .line 9102
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThisReference$Factory;
            aastore
            dup
            iconst_3
         4: .line 9103
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
            aastore
            dup
            iconst_4
         5: .line 9104
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForOrigin$Factory;
            aastore
            dup
            iconst_5
         6: .line 9105
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForUnusedValue$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForUnusedValue$Factory;
            aastore
            dup
            bipush 6
         7: .line 9106
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
            aastore
            dup
            bipush 7
         8: .line 9107
            aload 4 /* enterType */
            invokestatic net.bytebuddy.asm.Advice$OffsetMapping$ForEnterValue$Factory.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory;
            aastore
            dup
            bipush 8
         9: .line 9108
            aload 1 /* adviceMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokestatic net.bytebuddy.asm.Advice$OffsetMapping$ForExitValue$Factory.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory;
            aastore
            dup
            bipush 9
        10: .line 9109
            new net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory
            dup
            aload 2 /* namedTypes */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory.<init>:(Ljava/util/Map;)V
            aastore
            dup
            bipush 10
        11: .line 9110
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForReturnValue$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForReturnValue$Factory;
            aastore
            dup
            bipush 11
        12: .line 9111
            aload 1 /* adviceMethod */
            invokestatic net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable$Factory.of:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory;
            aastore
        13: .line 9100
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
        14: .line 9112
            aload 3 /* userFactories */
        15: .line 9100
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/util/List;)Ljava/util/List;
        16: .line 9113
            aload 1 /* adviceMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/asm/Advice$OnMethodExit;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
            getstatic net.bytebuddy.asm.Advice.SUPPRESS_EXIT: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;
            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
        17: .line 9114
            aload 1 /* adviceMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/asm/Advice$OnMethodExit;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
            getstatic net.bytebuddy.asm.Advice.REPEAT_ON: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;
            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
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)V
        18: .line 9115
            aload 0 /* this */
            aload 1 /* adviceMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/asm/Advice$OnMethodExit;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
            getstatic net.bytebuddy.asm.Advice.BACKUP_ARGUMENTS: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;
            ldc Ljava/lang/Boolean;
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.backupArguments:Z
        19: .line 9116
            return
        end local 4 // net.bytebuddy.description.type.TypeDefinition enterType
        end local 3 // java.util.List userFactories
        end local 2 // java.util.Map namedTypes
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating$Resolved$ForMethodExit;
            0   20     1   adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0   20     2     namedTypes  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            0   20     3  userFactories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0   20     4      enterType  Lnet/bytebuddy/description/type/TypeDefinition;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;Lnet/bytebuddy/description/type/TypeDefinition;)V
    MethodParameters:
               Name  Flags
      adviceMethod   
      namedTypes     
      userFactories  
      enterType      

  protected static net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodExit of(net.bytebuddy.description.method.MethodDescription$InDefinedShape, java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDefinition>, java.util.List<? extends net.bytebuddy.asm.Advice$OffsetMapping$Factory<?>>, net.bytebuddy.description.type.TypeDefinition);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/asm/Advice$Dispatcher$Resolved$ForMethodExit;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        start local 1 // java.util.Map namedTypes
        start local 2 // java.util.List userFactories
        start local 3 // net.bytebuddy.description.type.TypeDefinition enterType
         0: .line 9131
            aload 0 /* adviceMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
         1: .line 9132
            ldc Lnet/bytebuddy/asm/Advice$OnMethodExit;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
         2: .line 9133
            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 9134
            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 9131
            astore 4 /* throwable */
        start local 4 // net.bytebuddy.description.type.TypeDescription throwable
         5: .line 9135
            aload 4 /* throwable */
            ldc Lnet/bytebuddy/asm/Advice$NoExceptionHandler;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 7
         6: .line 9136
            new net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit$WithoutExceptionHandler
            dup
            aload 0 /* adviceMethod */
            aload 1 /* namedTypes */
            aload 2 /* userFactories */
            aload 3 /* enterType */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit$WithoutExceptionHandler.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;)V
            goto 8
         7: .line 9137
      StackMap locals: net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            new net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit$WithExceptionHandler
            dup
            aload 0 /* adviceMethod */
            aload 1 /* namedTypes */
            aload 2 /* userFactories */
            aload 3 /* enterType */
            aload 4 /* throwable */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit$WithExceptionHandler.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;Lnet/bytebuddy/description/type/TypeDescription;)V
         8: .line 9135
      StackMap locals:
      StackMap stack: net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit
            areturn
        end local 4 // net.bytebuddy.description.type.TypeDescription throwable
        end local 3 // net.bytebuddy.description.type.TypeDefinition enterType
        end local 2 // java.util.List userFactories
        end local 1 // java.util.Map namedTypes
        end local 0 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0   adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0    9     1     namedTypes  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            0    9     2  userFactories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0    9     3      enterType  Lnet/bytebuddy/description/type/TypeDefinition;
            5    9     4      throwable  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/asm/Advice$Dispatcher$Resolved$ForMethodExit;
    MethodParameters:
               Name  Flags
      adviceMethod   
      namedTypes     
      userFactories  
      enterType      

  protected net.bytebuddy.asm.Advice$Dispatcher$Bound resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod, net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod, net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod, net.bytebuddy.implementation.bytecode.StackManipulation, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;)Lnet/bytebuddy/asm/Advice$Dispatcher$Bound;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=13, locals=11, args_size=11
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 4 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 5 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 6 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod argumentHandler
        start local 7 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod methodSizeHandler
        start local 8 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod stackMapFrameHandler
        start local 9 // net.bytebuddy.implementation.bytecode.StackManipulation exceptionHandler
        start local 10 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation relocation
         0: .line 9151
            aload 0 /* this */
            aload 1 /* instrumentedType */
         1: .line 9152
            aload 2 /* instrumentedMethod */
         2: .line 9153
            aload 3 /* methodVisitor */
         3: .line 9154
            aload 4 /* implementationContext */
         4: .line 9155
            aload 5 /* assigner */
         5: .line 9156
            aload 6 /* argumentHandler */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            aload 0 /* this */
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.getThrowable:()Lnet/bytebuddy/description/type/TypeDescription;
            ldc Lnet/bytebuddy/asm/Advice$NoExceptionHandler;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            invokeinterface net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod.bindExit:(Lnet/bytebuddy/description/method/MethodDescription;Z)Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice;
         6: .line 9157
            aload 7 /* methodSizeHandler */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod.bindExit:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;
         7: .line 9158
            aload 8 /* stackMapFrameHandler */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod.bindExit:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;
         8: .line 9159
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.suppressionHandler:Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler;
            aload 9 /* exceptionHandler */
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler.bind:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;
         9: .line 9160
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.relocationHandler:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler;
            aload 2 /* instrumentedMethod */
            aload 10 /* relocation */
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler.bind:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;)Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
        10: .line 9151
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.doResolve:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;)Lnet/bytebuddy/asm/Advice$Dispatcher$Bound;
            areturn
        end local 10 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation relocation
        end local 9 // net.bytebuddy.implementation.bytecode.StackManipulation exceptionHandler
        end local 8 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod stackMapFrameHandler
        end local 7 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod methodSizeHandler
        end local 6 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod argumentHandler
        end local 5 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 4 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 3 // org.objectweb.asm.MethodVisitor methodVisitor
        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$Dispatcher$Delegating$Resolved$ForMethodExit this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating$Resolved$ForMethodExit;
            0   11     1       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   11     2     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0   11     3          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   11     4  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   11     5               assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   11     6        argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;
            0   11     7      methodSizeHandler  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
            0   11     8   stackMapFrameHandler  Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;
            0   11     9       exceptionHandler  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            0   11    10             relocation  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
    MethodParameters:
                       Name  Flags
      instrumentedType       
      instrumentedMethod     
      methodVisitor          
      implementationContext  
      assigner               
      argumentHandler        
      methodSizeHandler      
      stackMapFrameHandler   
      exceptionHandler       
      relocation             

  private net.bytebuddy.asm.Advice$Dispatcher$Bound doResolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice, net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice, net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice, net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;)Lnet/bytebuddy/asm/Advice$Dispatcher$Bound;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=11, locals=14, args_size=11
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 4 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 5 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 6 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice argumentHandler
        start local 7 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice methodSizeHandler
        start local 8 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice stackMapFrameHandler
        start local 9 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound suppressionHandler
        start local 10 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound relocationHandler
         0: .line 9188
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.offsetMappings:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 11 /* offsetMappings */
        start local 11 // java.util.List offsetMappings
         1: .line 9189
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.offsetMappings:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 13
            goto 9
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.method.MethodDescription org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 13
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.asm.Advice$OffsetMapping
            astore 12 /* offsetMapping */
        start local 12 // net.bytebuddy.asm.Advice$OffsetMapping offsetMapping
         3: .line 9190
            aload 11 /* offsetMappings */
            aload 12 /* offsetMapping */
            aload 1 /* instrumentedType */
         4: .line 9191
            aload 2 /* instrumentedMethod */
         5: .line 9192
            aload 5 /* assigner */
         6: .line 9193
            aload 6 /* argumentHandler */
         7: .line 9194
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$Sort.EXIT:Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;
         8: .line 9190
            invokeinterface net.bytebuddy.asm.Advice$OffsetMapping.resolve:(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;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 12 // net.bytebuddy.asm.Advice$OffsetMapping offsetMapping
         9: .line 9189
      StackMap locals:
      StackMap stack:
            aload 13
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        10: .line 9196
            new net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$AdviceMethodWriter$ForMethodExit
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
        11: .line 9197
            aload 11 /* offsetMappings */
        12: .line 9198
            aload 3 /* methodVisitor */
        13: .line 9199
            aload 4 /* implementationContext */
        14: .line 9200
            aload 6 /* argumentHandler */
        15: .line 9201
            aload 7 /* methodSizeHandler */
        16: .line 9202
            aload 8 /* stackMapFrameHandler */
        17: .line 9203
            aload 9 /* suppressionHandler */
        18: .line 9204
            aload 10 /* relocationHandler */
        19: .line 9196
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$AdviceMethodWriter$ForMethodExit.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;)V
            areturn
        end local 11 // java.util.List offsetMappings
        end local 10 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound relocationHandler
        end local 9 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound suppressionHandler
        end local 8 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice stackMapFrameHandler
        end local 7 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice methodSizeHandler
        end local 6 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice argumentHandler
        end local 5 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 4 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 3 // org.objectweb.asm.MethodVisitor methodVisitor
        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$Dispatcher$Delegating$Resolved$ForMethodExit this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   20     0                   this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating$Resolved$ForMethodExit;
            0   20     1       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   20     2     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0   20     3          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   20     4  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   20     5               assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   20     6        argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice;
            0   20     7      methodSizeHandler  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;
            0   20     8   stackMapFrameHandler  Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;
            0   20     9     suppressionHandler  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;
            0   20    10      relocationHandler  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
            1   20    11         offsetMappings  Ljava/util/List<Lnet/bytebuddy/asm/Advice$OffsetMapping$Target;>;
            3    9    12          offsetMapping  Lnet/bytebuddy/asm/Advice$OffsetMapping;
    MethodParameters:
                       Name  Flags
      instrumentedType       
      instrumentedMethod     
      methodVisitor          
      implementationContext  
      assigner               
      argumentHandler        
      methodSizeHandler      
      stackMapFrameHandler   
      suppressionHandler     
      relocationHandler      

  public net.bytebuddy.asm.Advice$ArgumentHandler$Factory getArgumentHandlerFactory();
    descriptor: ()Lnet/bytebuddy/asm/Advice$ArgumentHandler$Factory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit this
         0: .line 9211
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.backupArguments:Z
            ifeq 2
         1: .line 9212
            getstatic net.bytebuddy.asm.Advice$ArgumentHandler$Factory.COPYING:Lnet/bytebuddy/asm/Advice$ArgumentHandler$Factory;
            goto 3
         2: .line 9213
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.asm.Advice$ArgumentHandler$Factory.SIMPLE:Lnet/bytebuddy/asm/Advice$ArgumentHandler$Factory;
         3: .line 9211
      StackMap locals:
      StackMap stack: net.bytebuddy.asm.Advice$ArgumentHandler$Factory
            areturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating$Resolved$ForMethodExit;

  public net.bytebuddy.description.type.TypeDefinition getAdviceType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit this
         0: .line 9220
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating$Resolved$ForMethodExit;
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  public abstract Factory = net.bytebuddy.asm.Advice$ArgumentHandler$Factory of net.bytebuddy.asm.Advice$ArgumentHandler
  public abstract ForAdvice = net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice of net.bytebuddy.asm.Advice$ArgumentHandler
  public abstract ForInstrumentedMethod = net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod of net.bytebuddy.asm.Advice$ArgumentHandler
  protected abstract Dispatcher = net.bytebuddy.asm.Advice$Dispatcher of net.bytebuddy.asm.Advice
  public abstract Bound = net.bytebuddy.asm.Advice$Dispatcher$Bound of net.bytebuddy.asm.Advice$Dispatcher
  public Delegating = net.bytebuddy.asm.Advice$Dispatcher$Delegating of net.bytebuddy.asm.Advice$Dispatcher
  protected abstract Resolved = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved of net.bytebuddy.asm.Advice$Dispatcher$Delegating
  protected abstract AdviceMethodWriter = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$AdviceMethodWriter of net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved
  protected ForMethodExit = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$AdviceMethodWriter$ForMethodExit of net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$AdviceMethodWriter
  protected abstract ForMethodExit = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit of net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved
  protected WithExceptionHandler = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit$WithExceptionHandler of net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit
  protected WithoutExceptionHandler = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit$WithoutExceptionHandler of net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit
  public abstract RelocationHandler = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler of net.bytebuddy.asm.Advice$Dispatcher
  public abstract Bound = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public abstract Relocation = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public abstract Resolved = net.bytebuddy.asm.Advice$Dispatcher$Resolved of net.bytebuddy.asm.Advice$Dispatcher
  public abstract ForMethodExit = net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodExit of net.bytebuddy.asm.Advice$Dispatcher$Resolved
  public abstract SuppressionHandler = net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler of net.bytebuddy.asm.Advice$Dispatcher
  public abstract Bound = net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound of net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler
  public abstract Enter = net.bytebuddy.asm.Advice$Enter of net.bytebuddy.asm.Advice
  public abstract Exit = net.bytebuddy.asm.Advice$Exit of net.bytebuddy.asm.Advice
  protected abstract MethodSizeHandler = net.bytebuddy.asm.Advice$MethodSizeHandler of net.bytebuddy.asm.Advice
  public abstract ForAdvice = net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice of net.bytebuddy.asm.Advice$MethodSizeHandler
  public abstract ForInstrumentedMethod = net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod of net.bytebuddy.asm.Advice$MethodSizeHandler
  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 ForAllArguments = net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments of net.bytebuddy.asm.Advice$OffsetMapping
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments
  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 ForEnterValue = net.bytebuddy.asm.Advice$OffsetMapping$ForEnterValue of net.bytebuddy.asm.Advice$OffsetMapping
  protected Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForEnterValue$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForEnterValue
  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 ForField = net.bytebuddy.asm.Advice$OffsetMapping$ForField of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Unresolved = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved of net.bytebuddy.asm.Advice$OffsetMapping$ForField
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved
  public ForLocalValue = net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue of net.bytebuddy.asm.Advice$OffsetMapping
  protected Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue
  public ForOrigin = net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin of net.bytebuddy.asm.Advice$OffsetMapping
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin
  public ForReturnValue = net.bytebuddy.asm.Advice$OffsetMapping$ForReturnValue of net.bytebuddy.asm.Advice$OffsetMapping
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForReturnValue$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForReturnValue
  public final ForStubValue = net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue of net.bytebuddy.asm.Advice$OffsetMapping
  public ForThisReference = net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference of net.bytebuddy.asm.Advice$OffsetMapping
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference
  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 ForUnusedValue = net.bytebuddy.asm.Advice$OffsetMapping$ForUnusedValue of net.bytebuddy.asm.Advice$OffsetMapping
  protected final Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForUnusedValue$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForUnusedValue
  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 OnMethodExit = net.bytebuddy.asm.Advice$OnMethodExit of net.bytebuddy.asm.Advice
  protected abstract StackMapFrameHandler = net.bytebuddy.asm.Advice$StackMapFrameHandler of net.bytebuddy.asm.Advice
  public abstract ForAdvice = net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice of net.bytebuddy.asm.Advice$StackMapFrameHandler
  public abstract ForInstrumentedMethod = net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod of net.bytebuddy.asm.Advice$StackMapFrameHandler
  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.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()