public interface  net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod extends java.lang.Object implements net.bytebuddy.asm.Advice$StackMapFrameHandler
{
public abstract net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice bindEnter(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
public abstract net.bytebuddy.asm.Advice$StackMapFrameHandler$ForAdvice bindExit(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
public abstract int getReaderHint();
public abstract void injectInitializationFrame(net.bytebuddy.jar.asm.MethodVisitor);
public abstract void injectStartFrame(net.bytebuddy.jar.asm.MethodVisitor);
public abstract void injectPostCompletionFrame(net.bytebuddy.jar.asm.MethodVisitor);
}