public interface net.bytebuddy.asm.MemberSubstitution$Replacement
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.MemberSubstitution$Replacement
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.asm.MemberSubstitution$Replacement$Binding bind(net.bytebuddy.description.field.FieldDescription$InDefinedShape, boolean);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;Z)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Binding;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      fieldDescription  
      writeAccess       

  public abstract net.bytebuddy.asm.MemberSubstitution$Replacement$Binding bind(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Binding;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      typeDescription    
      methodDescription  
      invocationType     
}
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  protected abstract Replacement = net.bytebuddy.asm.MemberSubstitution$Replacement of net.bytebuddy.asm.MemberSubstitution
  public abstract Binding = net.bytebuddy.asm.MemberSubstitution$Replacement$Binding of net.bytebuddy.asm.MemberSubstitution$Replacement
  public abstract Factory = net.bytebuddy.asm.MemberSubstitution$Replacement$Factory of net.bytebuddy.asm.MemberSubstitution$Replacement
  public ForElementMatchers = net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers of net.bytebuddy.asm.MemberSubstitution$Replacement
  public ForFirstBinding = net.bytebuddy.asm.MemberSubstitution$Replacement$ForFirstBinding of net.bytebuddy.asm.MemberSubstitution$Replacement
  public final InvocationType = net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType of net.bytebuddy.asm.MemberSubstitution$Replacement
  public final NoOp = net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp of net.bytebuddy.asm.MemberSubstitution$Replacement
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription