public class net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType extends net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType
  super_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter
{
  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=6, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType 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 7753
            aload 0 /* this */
            aload 1 /* adviceMethod */
            aload 2 /* namedTypes */
            aload 3 /* userFactories */
            aload 4 /* exitType */
            aload 5 /* classReader */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;Lorg/objectweb/asm/ClassReader;)V
         1: .line 7754
            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$WithRetainedEnterType this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType;
            0    2     1   adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0    2     2     namedTypes  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            0    2     3  userFactories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0    2     4       exitType  Lnet/bytebuddy/description/type/TypeDefinition;
            0    2     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    

  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$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType this
         0: .line 7760
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType.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$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType;
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  protected abstract Dispatcher = net.bytebuddy.asm.Advice$Dispatcher of net.bytebuddy.asm.Advice
  public Inlining = net.bytebuddy.asm.Advice$Dispatcher$Inlining of net.bytebuddy.asm.Advice$Dispatcher
  protected abstract Resolved = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved of net.bytebuddy.asm.Advice$Dispatcher$Inlining
  protected abstract ForMethodEnter = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
  protected WithRetainedEnterType = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter
  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 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