public interface  net.bytebuddy.asm.MemberSubstitution$Replacement$Binding extends java.lang.Object
{
public abstract boolean isBound();
public abstract net.bytebuddy.implementation.bytecode.StackManipulation make(net.bytebuddy.description.type.TypeList$Generic, net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.utility.JavaConstant$MethodHandle, net.bytebuddy.implementation.bytecode.StackManipulation, int);
}