public interface net.bytebuddy.asm.Advice$Dispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$Dispatcher
  super_class: java.lang.Object
{
  public static final org.objectweb.asm.MethodVisitor IGNORE_METHOD;
    descriptor: Lorg/objectweb/asm/MethodVisitor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.objectweb.asm.AnnotationVisitor IGNORE_ANNOTATION;
    descriptor: Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 6084
            aconst_null
            putstatic net.bytebuddy.asm.Advice$Dispatcher.IGNORE_METHOD:Lorg/objectweb/asm/MethodVisitor;
         1: .line 6089
            aconst_null
            putstatic net.bytebuddy.asm.Advice$Dispatcher.IGNORE_ANNOTATION:Lorg/objectweb/asm/AnnotationVisitor;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract boolean isAlive();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.description.type.TypeDefinition getAdviceType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  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
  public final Inactive = net.bytebuddy.asm.Advice$Dispatcher$Inactive of net.bytebuddy.asm.Advice$Dispatcher
  public Inlining = net.bytebuddy.asm.Advice$Dispatcher$Inlining of net.bytebuddy.asm.Advice$Dispatcher
  public abstract RelocationHandler = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler of net.bytebuddy.asm.Advice$Dispatcher
  public abstract Resolved = net.bytebuddy.asm.Advice$Dispatcher$Resolved of net.bytebuddy.asm.Advice$Dispatcher
  public abstract SuppressionHandler = net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler of net.bytebuddy.asm.Advice$Dispatcher
  public abstract Unresolved = net.bytebuddy.asm.Advice$Dispatcher$Unresolved of net.bytebuddy.asm.Advice$Dispatcher