public interface  net.bytebuddy.asm.Advice$Dispatcher extends java.lang.Object
{
public static final net.bytebuddy.jar.asm.MethodVisitor IGNORE_METHOD;
public static final net.bytebuddy.jar.asm.AnnotationVisitor IGNORE_ANNOTATION;
public abstract boolean isAlive();
public abstract net.bytebuddy.description.type.TypeDefinition getAdviceType();
static void <clinit>()
{
<net.bytebuddy.asm.Advice$Dispatcher: net.bytebuddy.jar.asm.MethodVisitor IGNORE_METHOD> = null;
<net.bytebuddy.asm.Advice$Dispatcher: net.bytebuddy.jar.asm.AnnotationVisitor IGNORE_ANNOTATION> = null;
return;
}
}