public interface  net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod extends java.lang.Object implements net.bytebuddy.asm.Advice$MethodSizeHandler
{
public abstract net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice bindEnter(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
public abstract net.bytebuddy.asm.Advice$MethodSizeHandler$ForAdvice bindExit(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
public abstract int compoundStackSize(int);
public abstract int compoundLocalVariableLength(int);
}