public interface  net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound extends java.lang.Object
{
public abstract void onPrepare(org.objectweb.asm.MethodVisitor);
public abstract void onStart(org.objectweb.asm.MethodVisitor);
public abstract void onEnd(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice, net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice, net.bytebuddy.description.type.TypeDefinition);
public abstract void onEndWithSkip(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice, net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice, net.bytebuddy.description.type.TypeDefinition);
}