public abstract class net.bytebuddy.asm.Advice$Dispatcher$Delegating$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$Delegating$Resolved
  super_class: net.bytebuddy.asm.Advice$Dispatcher$Resolved$AbstractBase
{
  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);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating$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
         0: .line 8530
            aload 0 /* this */
            aload 1 /* adviceMethod */
            aload 2 /* factories */
            aload 3 /* throwableType */
            aload 4 /* relocatableType */
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.DELEGATION: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 8531
            return
        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$Delegating$Resolved this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating$Resolved;
            0    2     1     adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0    2     2        factories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0    2     3    throwableType  Lnet/bytebuddy/description/type/TypeDescription;
            0    2     4  relocatableType  Lnet/bytebuddy/description/type/TypeDescription;
    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;)V
    MethodParameters:
                 Name  Flags
      adviceMethod     
      factories        
      throwableType    
      relocatableType  

  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=11, locals=11, args_size=11
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved 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 8546
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.isVisibleTo:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ifne 2
         1: .line 8547
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not visible to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 8549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* instrumentedType */
         3: .line 8550
            aload 2 /* instrumentedMethod */
         4: .line 8551
            aload 3 /* methodVisitor */
         5: .line 8552
            aload 4 /* implementationContext */
         6: .line 8553
            aload 5 /* assigner */
         7: .line 8554
            aload 6 /* argumentHandler */
         8: .line 8555
            aload 7 /* methodSizeHandler */
         9: .line 8556
            aload 8 /* stackMapFrameHandler */
        10: .line 8557
            aload 9 /* exceptionHandler */
        11: .line 8558
            aload 10 /* relocation */
        12: .line 8549
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved.resolve:(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;
            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 this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating$Resolved;
            0   13     1       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0   13     2     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0   13     3          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   13     4  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   13     5               assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0   13     6        argumentHandler  Lnet/bytebuddy/asm/Advice$ArgumentHandler$ForInstrumentedMethod;
            0   13     7      methodSizeHandler  Lnet/bytebuddy/asm/Advice$MethodSizeHandler$ForInstrumentedMethod;
            0   13     8   stackMapFrameHandler  Lnet/bytebuddy/asm/Advice$StackMapFrameHandler$ForInstrumentedMethod;
            0   13     9       exceptionHandler  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            0   13    10             relocation  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
    MethodParameters:
                       Name  Flags
      instrumentedType       
      instrumentedMethod     
      methodVisitor          
      implementationContext  
      assigner               
      argumentHandler        
      methodSizeHandler      
      stackMapFrameHandler   
      exceptionHandler       
      relocation             

  protected abstract 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: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
                       Name  Flags
      instrumentedType       
      instrumentedMethod     
      methodVisitor          
      implementationContext  
      assigner               
      argumentHandler        
      methodSizeHandler      
      stackMapFrameHandler   
      exceptionHandler       
      relocation             
}
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 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 abstract ForMethodEnter = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodEnter of net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved
  protected abstract ForMethodExit = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit of net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved
  public abstract RelocationHandler = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler of net.bytebuddy.asm.Advice$Dispatcher
  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 AbstractBase = net.bytebuddy.asm.Advice$Dispatcher$Resolved$AbstractBase of net.bytebuddy.asm.Advice$Dispatcher$Resolved
  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