public abstract class net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter extends net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved implements net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodEnter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter
  super_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
{
  private final java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDefinition> namedTypes;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;

  private final boolean prependLineNumber;
    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, org.objectweb.asm.ClassReader);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;Lorg/objectweb/asm/ClassReader;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter 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 exitType
        start local 5 // org.objectweb.asm.ClassReader classReader
         0: .line 7573
            aload 0 /* this */
            aload 1 /* adviceMethod */
            bipush 13
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$Factory
            dup
            iconst_0
         1: .line 7574
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Unresolved$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForArgument$Unresolved$Factory;
            aastore
            dup
            iconst_1
         2: .line 7575
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForAllArguments$Factory;
            aastore
            dup
            iconst_2
         3: .line 7576
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForThisReference$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThisReference$Factory;
            aastore
            dup
            iconst_3
         4: .line 7577
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForField$Unresolved$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForField$Unresolved$Factory;
            aastore
            dup
            iconst_4
         5: .line 7578
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForOrigin$Factory;
            aastore
            dup
            iconst_5
         6: .line 7579
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForUnusedValue$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForUnusedValue$Factory;
            aastore
            dup
            bipush 6
         7: .line 7580
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForStubValue.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStubValue;
            aastore
            dup
            bipush 7
         8: .line 7581
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$ForThrowable$Factory.INSTANCE:Lnet/bytebuddy/asm/Advice$OffsetMapping$ForThrowable$Factory;
            aastore
            dup
            bipush 8
         9: .line 7582
            aload 4 /* exitType */
            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 7583
            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 7584
            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
            aastore
            dup
            bipush 11
        12: .line 7585
            new net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal
            dup
            ldc Lnet/bytebuddy/asm/Advice$Enter;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal.<init>:(Ljava/lang/Class;)V
            aastore
            dup
            bipush 12
        13: .line 7586
            new net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal
            dup
            ldc Lnet/bytebuddy/asm/Advice$Return;
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal.<init>:(Ljava/lang/Class;)V
            aastore
        14: .line 7574
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
        15: .line 7586
            aload 3 /* userFactories */
        16: .line 7574
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/util/List;)Ljava/util/List;
        17: .line 7587
            aload 1 /* adviceMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/asm/Advice$OnMethodEnter;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
            getstatic net.bytebuddy.asm.Advice.SUPPRESS_ENTER: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
        18: .line 7588
            aload 1 /* adviceMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/asm/Advice$OnMethodEnter;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
            getstatic net.bytebuddy.asm.Advice.SKIP_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
        19: .line 7589
            aload 5 /* classReader */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassReader;)V
        20: .line 7590
            aload 0 /* this */
            aload 2 /* namedTypes */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.namedTypes:Ljava/util/Map;
        21: .line 7591
            aload 0 /* this */
            aload 1 /* adviceMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/asm/Advice$OnMethodEnter;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
            getstatic net.bytebuddy.asm.Advice.PREPEND_LINE_NUMBER: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$Inlining$Resolved$ForMethodEnter.prependLineNumber:Z
        22: .line 7592
            return
        end local 5 // org.objectweb.asm.ClassReader classReader
        end local 4 // net.bytebuddy.description.type.TypeDefinition exitType
        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$Inlining$Resolved$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodEnter;
            0   23     1   adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0   23     2     namedTypes  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            0   23     3  userFactories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0   23     4       exitType  Lnet/bytebuddy/description/type/TypeDefinition;
            0   23     5    classReader  Lorg/objectweb/asm/ClassReader;
    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;Lorg/objectweb/asm/ClassReader;)V
    MethodParameters:
               Name  Flags
      adviceMethod   
      namedTypes     
      userFactories  
      exitType       
      classReader    

  protected static net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodEnter 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, org.objectweb.asm.ClassReader, boolean);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;Lorg/objectweb/asm/ClassReader;Z)Lnet/bytebuddy/asm/Advice$Dispatcher$Resolved$ForMethodEnter;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=7, locals=6, args_size=6
        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 exitType
        start local 4 // org.objectweb.asm.ClassReader classReader
        start local 5 // boolean methodExit
         0: .line 7611
            iload 5 /* methodExit */
            ifeq 2
         1: .line 7612
            new net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType
            dup
            aload 0 /* adviceMethod */
            aload 1 /* namedTypes */
            aload 2 /* userFactories */
            aload 3 /* exitType */
            aload 4 /* classReader */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;Lorg/objectweb/asm/ClassReader;)V
            goto 3
         2: .line 7613
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithDiscardedEnterType
            dup
            aload 0 /* adviceMethod */
            aload 1 /* namedTypes */
            aload 2 /* userFactories */
            aload 3 /* exitType */
            aload 4 /* classReader */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithDiscardedEnterType.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;Lorg/objectweb/asm/ClassReader;)V
         3: .line 7611
      StackMap locals:
      StackMap stack: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter
            areturn
        end local 5 // boolean methodExit
        end local 4 // org.objectweb.asm.ClassReader classReader
        end local 3 // net.bytebuddy.description.type.TypeDefinition exitType
        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    4     0   adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0    4     1     namedTypes  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            0    4     2  userFactories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0    4     3       exitType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    4     4    classReader  Lorg/objectweb/asm/ClassReader;
            0    4     5     methodExit  Z
    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;Lorg/objectweb/asm/ClassReader;Z)Lnet/bytebuddy/asm/Advice$Dispatcher$Resolved$ForMethodEnter;
    MethodParameters:
               Name  Flags
      adviceMethod   
      namedTypes     
      userFactories  
      exitType       
      classReader    
      methodExit     

  protected java.util.Map<java.lang.Integer, net.bytebuddy.description.type.TypeDefinition> resolveInitializationTypes(net.bytebuddy.asm.Advice$ArgumentHandler);
    descriptor: (Lnet/bytebuddy/asm/Advice$ArgumentHandler;)Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter this
        start local 1 // net.bytebuddy.asm.Advice$ArgumentHandler argumentHandler
         0: .line 7618
            new java.util.TreeMap
            dup
            invokespecial java.util.TreeMap.<init>:()V
            astore 2 /* namedTypes */
        start local 2 // java.util.SortedMap namedTypes
         1: .line 7619
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.namedTypes:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter net.bytebuddy.asm.Advice$ArgumentHandler java.util.SortedMap top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         3: .line 7620
            aload 2 /* namedTypes */
            aload 1 /* argumentHandler */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface net.bytebuddy.asm.Advice$ArgumentHandler.named:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            invokeinterface java.util.SortedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // java.util.Map$Entry entry
         4: .line 7619
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 7622
            aload 2 /* namedTypes */
            areturn
        end local 2 // java.util.SortedMap namedTypes
        end local 1 // net.bytebuddy.asm.Advice$ArgumentHandler argumentHandler
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodEnter;
            0    6     1  argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler;
            1    6     2       namedTypes  Ljava/util/SortedMap<Ljava/lang/Integer;Lnet/bytebuddy/description/type/TypeDefinition;>;
            3    4     3            entry  Ljava/util/Map$Entry<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
    Signature: (Lnet/bytebuddy/asm/Advice$ArgumentHandler;)Ljava/util/Map<Ljava/lang/Integer;Lnet/bytebuddy/description/type/TypeDefinition;>;
    MethodParameters:
                 Name  Flags
      argumentHandler  

  public net.bytebuddy.asm.Advice$Dispatcher$Bound bind(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: (0x0001) ACC_PUBLIC
    Code:
      stack=15, locals=11, args_size=11
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter 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 7638
            new net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner
            dup
            aload 0 /* this */
            aload 1 /* instrumentedType */
         1: .line 7639
            aload 2 /* instrumentedMethod */
         2: .line 7640
            aload 3 /* methodVisitor */
         3: .line 7641
            aload 4 /* implementationContext */
         4: .line 7642
            aload 5 /* assigner */
         5: .line 7643
            aload 6 /* argumentHandler */
         6: .line 7644
            aload 7 /* methodSizeHandler */
         7: .line 7645
            aload 8 /* stackMapFrameHandler */
         8: .line 7646
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.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 7647
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.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 7648
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.classReader:Lorg/objectweb/asm/ClassReader;
        11: .line 7638
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner.<init>:(Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;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/asm/Advice$Dispatcher$SuppressionHandler$Bound;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;Lorg/objectweb/asm/ClassReader;)V
            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$Inlining$Resolved$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   12     0                   this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodEnter;
            0   12     1       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   12     2     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0   12     3          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   12     4  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   12     5               assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   12     6        argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;
            0   12     7      methodSizeHandler  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
            0   12     8   stackMapFrameHandler  Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;
            0   12     9       exceptionHandler  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            0   12    10             relocation  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
    MethodParameters:
                       Name  Flags
      instrumentedType       
      instrumentedMethod     
      methodVisitor          
      implementationContext  
      assigner               
      argumentHandler        
      methodSizeHandler      
      stackMapFrameHandler   
      exceptionHandler       
      relocation             

  public boolean isPrependLineNumber();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter this
         0: .line 7655
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.prependLineNumber:Z
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodEnter;

  public java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDefinition> getNamedTypes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter this
         0: .line 7662
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.namedTypes:Ljava/util/Map;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodEnter;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;

  protected org.objectweb.asm.MethodVisitor apply(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.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound);
    descriptor: (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/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;)Lorg/objectweb/asm/MethodVisitor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=11, locals=11, args_size=11
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 4 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod argumentHandler
        start local 5 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod methodSizeHandler
        start local 6 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod stackMapFrameHandler
        start local 7 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 8 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 9 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound suppressionHandler
        start local 10 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound relocationHandler
         0: .line 7676
            aload 0 /* this */
            aload 1 /* methodVisitor */
         1: .line 7677
            aload 2 /* implementationContext */
         2: .line 7678
            aload 3 /* assigner */
         3: .line 7679
            aload 4 /* argumentHandler */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod.bindEnter:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice;
         4: .line 7680
            aload 5 /* methodSizeHandler */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod.bindEnter:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;
         5: .line 7681
            aload 6 /* stackMapFrameHandler */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod.bindEnter:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;
         6: .line 7682
            aload 7 /* instrumentedType */
         7: .line 7683
            aload 8 /* instrumentedMethod */
         8: .line 7684
            aload 9 /* suppressionHandler */
         9: .line 7685
            aload 10 /* relocationHandler */
        10: .line 7676
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.doApply:(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/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;)Lorg/objectweb/asm/MethodVisitor;
            areturn
        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.description.method.MethodDescription instrumentedMethod
        end local 7 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 6 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod stackMapFrameHandler
        end local 5 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod methodSizeHandler
        end local 4 // net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod argumentHandler
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodEnter;
            0   11     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   11     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   11     3               assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   11     4        argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;
            0   11     5      methodSizeHandler  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
            0   11     6   stackMapFrameHandler  Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;
            0   11     7       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   11     8     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0   11     9     suppressionHandler  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;
            0   11    10      relocationHandler  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      assigner               
      argumentHandler        
      methodSizeHandler      
      stackMapFrameHandler   
      instrumentedType       
      instrumentedMethod     
      suppressionHandler     
      relocationHandler      

  protected org.objectweb.asm.MethodVisitor doApply(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.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound);
    descriptor: (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/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;)Lorg/objectweb/asm/MethodVisitor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=12, locals=14, args_size=11
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 4 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice argumentHandler
        start local 5 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice methodSizeHandler
        start local 6 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice stackMapFrameHandler
        start local 7 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 8 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 9 // net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound suppressionHandler
        start local 10 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound relocationHandler
         0: .line 7713
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 11 /* offsetMappings */
        start local 11 // java.util.Map offsetMappings
         1: .line 7714
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.offsetMappings:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 13
            goto 9
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter 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.description.type.TypeDescription net.bytebuddy.description.method.MethodDescription net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 13
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 12 /* entry */
        start local 12 // java.util.Map$Entry entry
         3: .line 7715
            aload 11 /* offsetMappings */
            aload 12 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            aload 12 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast net.bytebuddy.asm.Advice$OffsetMapping
            aload 7 /* instrumentedType */
         4: .line 7716
            aload 8 /* instrumentedMethod */
         5: .line 7717
            aload 3 /* assigner */
         6: .line 7718
            aload 4 /* argumentHandler */
         7: .line 7719
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$Sort.ENTER:Lnet/bytebuddy/asm/Advice$OffsetMapping$Sort;
         8: .line 7715
            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.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 12 // java.util.Map$Entry entry
         9: .line 7714
      StackMap locals:
      StackMap stack:
            aload 13
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        10: .line 7721
            new net.bytebuddy.asm.Advice$Dispatcher$Inlining$CodeTranslationVisitor$ForMethodEnter
            dup
            aload 1 /* methodVisitor */
        11: .line 7722
            aload 2 /* implementationContext */
        12: .line 7723
            aload 4 /* argumentHandler */
        13: .line 7724
            aload 5 /* methodSizeHandler */
        14: .line 7725
            aload 6 /* stackMapFrameHandler */
        15: .line 7726
            aload 8 /* instrumentedMethod */
        16: .line 7727
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
        17: .line 7728
            aload 11 /* offsetMappings */
        18: .line 7729
            aload 9 /* suppressionHandler */
        19: .line 7730
            aload 10 /* relocationHandler */
        20: .line 7721
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Inlining$CodeTranslationVisitor$ForMethodEnter.<init>:(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/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;)V
            areturn
        end local 11 // java.util.Map 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.description.method.MethodDescription instrumentedMethod
        end local 7 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 6 // net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice stackMapFrameHandler
        end local 5 // net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice methodSizeHandler
        end local 4 // net.bytebuddy.asm.Advice$ArgumentHandler$ForAdvice argumentHandler
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   21     0                   this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodEnter;
            0   21     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   21     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   21     3               assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   21     4        argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForAdvice;
            0   21     5      methodSizeHandler  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForAdvice;
            0   21     6   stackMapFrameHandler  Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForAdvice;
            0   21     7       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   21     8     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0   21     9     suppressionHandler  Lnet/bytebuddy/asm/Advice$Dispatcher$SuppressionHandler$Bound;
            0   21    10      relocationHandler  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
            1   21    11         offsetMappings  Ljava/util/Map<Ljava/lang/Integer;Lnet/bytebuddy/asm/Advice$OffsetMapping$Target;>;
            3    9    12                  entry  Ljava/util/Map$Entry<Ljava/lang/Integer;Lnet/bytebuddy/asm/Advice$OffsetMapping;>;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      assigner               
      argumentHandler        
      methodSizeHandler      
      stackMapFrameHandler   
      instrumentedType       
      instrumentedMethod     
      suppressionHandler     
      relocationHandler      
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  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 Inlining = net.bytebuddy.asm.Advice$Dispatcher$Inlining of net.bytebuddy.asm.Advice$Dispatcher
  protected abstract CodeTranslationVisitor = net.bytebuddy.asm.Advice$Dispatcher$Inlining$CodeTranslationVisitor of net.bytebuddy.asm.Advice$Dispatcher$Inlining
  protected ForMethodEnter = net.bytebuddy.asm.Advice$Dispatcher$Inlining$CodeTranslationVisitor$ForMethodEnter of net.bytebuddy.asm.Advice$Dispatcher$Inlining$CodeTranslationVisitor
  protected abstract Resolved = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved of net.bytebuddy.asm.Advice$Dispatcher$Inlining
  protected AdviceMethodInliner = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$AdviceMethodInliner of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
  protected abstract ForMethodEnter = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
  protected WithDiscardedEnterType = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithDiscardedEnterType of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter
  protected WithRetainedEnterType = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter
  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 ForMethodEnter = net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodEnter 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
  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 Illegal = net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal of net.bytebuddy.asm.Advice$OffsetMapping$Factory
  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 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 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 OnMethodEnter = net.bytebuddy.asm.Advice$OnMethodEnter of net.bytebuddy.asm.Advice
  public abstract Return = net.bytebuddy.asm.Advice$Return 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 Thrown = net.bytebuddy.asm.Advice$Thrown of net.bytebuddy.asm.Advice
  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 Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()