public interface  net.bytebuddy.asm.MemberSubstitution$Replacement extends java.lang.Object
{
public abstract net.bytebuddy.asm.MemberSubstitution$Replacement$Binding bind(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.field.FieldDescription$InDefinedShape, boolean);
public abstract net.bytebuddy.asm.MemberSubstitution$Replacement$Binding bind(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType);
}