public interface  net.bytebuddy.implementation.MethodCall$TerminationHandler extends java.lang.Object
{
public abstract net.bytebuddy.implementation.bytecode.StackManipulation prepare();
public abstract net.bytebuddy.implementation.bytecode.StackManipulation toStackManipulation(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
}