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(org.objectweb.asm.MethodVisitor);
public abstract void injectStartFrame(org.objectweb.asm.MethodVisitor);
public abstract void injectPostCompletionFrame(org.objectweb.asm.MethodVisitor);
}