public interface  net.bytebuddy.asm.Advice$Dispatcher$SuppressionHandler$Bound extends java.lang.Object
{
public abstract void onPrepare(net.bytebuddy.jar.asm.MethodVisitor);
public abstract void onStart(net.bytebuddy.jar.asm.MethodVisitor);
public abstract void onEnd(net.bytebuddy.jar.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(net.bytebuddy.jar.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice, net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice, net.bytebuddy.description.type.TypeDefinition);
}