public abstract class net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved extends net.bytebuddy.asm.Advice$Dispatcher$Resolved$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
  super_class: net.bytebuddy.asm.Advice$Dispatcher$Resolved$AbstractBase
{
  protected final org.objectweb.asm.ClassReader classReader;
    descriptor: Lorg/objectweb/asm/ClassReader;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape, java.util.List<? extends net.bytebuddy.asm.Advice$OffsetMapping$Factory<?>>, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDescription, org.objectweb.asm.ClassReader);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;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 this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        start local 2 // java.util.List factories
        start local 3 // net.bytebuddy.description.type.TypeDescription throwableType
        start local 4 // net.bytebuddy.description.type.TypeDescription relocatableType
        start local 5 // org.objectweb.asm.ClassReader classReader
         0: .line 7193
            aload 0 /* this */
            aload 1 /* adviceMethod */
            aload 2 /* factories */
            aload 3 /* throwableType */
            aload 4 /* relocatableType */
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.INLINING:Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$Resolved$AbstractBase.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)V
         1: .line 7194
            aload 0 /* this */
            aload 5 /* classReader */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.classReader:Lorg/objectweb/asm/ClassReader;
         2: .line 7195
            return
        end local 5 // org.objectweb.asm.ClassReader classReader
        end local 4 // net.bytebuddy.description.type.TypeDescription relocatableType
        end local 3 // net.bytebuddy.description.type.TypeDescription throwableType
        end local 2 // java.util.List factories
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining$Resolved;
            0    3     1     adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0    3     2        factories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0    3     3    throwableType  Lnet/bytebuddy/description/type/TypeDescription;
            0    3     4  relocatableType  Lnet/bytebuddy/description/type/TypeDescription;
            0    3     5      classReader  Lorg/objectweb/asm/ClassReader;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassReader;)V
    MethodParameters:
                 Name  Flags
      adviceMethod     
      factories        
      throwableType    
      relocatableType  
      classReader      

  protected abstract 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: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/asm/Advice$ArgumentHandler;)Ljava/util/Map<Ljava/lang/Integer;Lnet/bytebuddy/description/type/TypeDefinition;>;
    MethodParameters:
                 Name  Flags
      argumentHandler  

  protected abstract 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: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      assigner               
      argumentHandler        
      methodSizeHandler      
      stackMapFrameHandler   
      instrumentedType       
      instrumentedMethod     
      suppressionHandler     
      relocationHandler      
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract ArgumentHandler = net.bytebuddy.asm.Advice$ArgumentHandler of net.bytebuddy.asm.Advice
  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 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 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 abstract ForMethodExit = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
  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 Resolved = net.bytebuddy.asm.Advice$Dispatcher$Resolved of net.bytebuddy.asm.Advice$Dispatcher
  public abstract AbstractBase = net.bytebuddy.asm.Advice$Dispatcher$Resolved$AbstractBase 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
  protected abstract MethodSizeHandler = net.bytebuddy.asm.Advice$MethodSizeHandler of net.bytebuddy.asm.Advice
  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 final AdviceType = net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType of net.bytebuddy.asm.Advice$OffsetMapping$Factory
  protected abstract StackMapFrameHandler = net.bytebuddy.asm.Advice$StackMapFrameHandler of net.bytebuddy.asm.Advice
  public abstract ForInstrumentedMethod = net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod of net.bytebuddy.asm.Advice$StackMapFrameHandler
  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