public class net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement extends net.bytebuddy.asm.MemberSubstitution$WithoutSpecification
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement
  super_class: net.bytebuddy.asm.MemberSubstitution$WithoutSpecification
{
  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.ByteCodeElement> matcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/ByteCodeElement;>;

  protected void <init>(net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler, net.bytebuddy.asm.MemberSubstitution$TypePoolResolver, boolean, net.bytebuddy.asm.MemberSubstitution$Replacement$Factory, net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.ByteCodeElement>);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;ZLnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement this
        start local 1 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        start local 2 // net.bytebuddy.asm.MemberSubstitution$TypePoolResolver typePoolResolver
        start local 3 // boolean strict
        start local 4 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory replacementFactory
        start local 5 // net.bytebuddy.matcher.ElementMatcher matcher
         0: .line 452
            aload 0 /* this */
            aload 1 /* methodGraphCompiler */
            aload 2 /* typePoolResolver */
            iload 3 /* strict */
            aload 4 /* replacementFactory */
            invokespecial net.bytebuddy.asm.MemberSubstitution$WithoutSpecification.<init>:(Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;ZLnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;)V
         1: .line 453
            aload 0 /* this */
            aload 5 /* matcher */
            putfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 454
            return
        end local 5 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 4 // net.bytebuddy.asm.MemberSubstitution$Replacement$Factory replacementFactory
        end local 3 // boolean strict
        end local 2 // net.bytebuddy.asm.MemberSubstitution$TypePoolResolver typePoolResolver
        end local 1 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        end local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lnet/bytebuddy/asm/MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement;
            0    3     1  methodGraphCompiler  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            0    3     2     typePoolResolver  Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;
            0    3     3               strict  Z
            0    3     4   replacementFactory  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
            0    3     5              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/ByteCodeElement;>;
    Signature: (Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;ZLnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/ByteCodeElement;>;)V
    MethodParameters:
                     Name  Flags
      methodGraphCompiler  
      typePoolResolver     
      strict               
      replacementFactory   
      matcher              

  public net.bytebuddy.asm.MemberSubstitution replaceWith(net.bytebuddy.asm.MemberSubstitution$Substitution$Factory);
    descriptor: (Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)Lnet/bytebuddy/asm/MemberSubstitution;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement this
        start local 1 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory substitutionFactory
         0: .line 460
            new net.bytebuddy.asm.MemberSubstitution
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
         1: .line 461
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement.typePoolResolver:Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;
         2: .line 462
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement.strict:Z
         3: .line 463
            new net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.asm.MemberSubstitution$Replacement$Factory
            dup
            iconst_0
         4: .line 464
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement.replacementFactory:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
            aastore
            dup
            iconst_1
         5: .line 465
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 1 /* substitutionFactory */
            invokestatic net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.of:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
         6: .line 463
            aastore
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound.<init>:([Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;)V
         7: .line 460
            invokespecial net.bytebuddy.asm.MemberSubstitution.<init>:(Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;ZLnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;)V
            areturn
        end local 1 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory substitutionFactory
        end local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lnet/bytebuddy/asm/MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement;
            0    8     1  substitutionFactory  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;
    MethodParameters:
                     Name  Flags
      substitutionFactory  
}
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  protected abstract Replacement = net.bytebuddy.asm.MemberSubstitution$Replacement of net.bytebuddy.asm.MemberSubstitution
  public abstract Factory = net.bytebuddy.asm.MemberSubstitution$Replacement$Factory of net.bytebuddy.asm.MemberSubstitution$Replacement
  public Compound = net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound of net.bytebuddy.asm.MemberSubstitution$Replacement$Factory
  public ForElementMatchers = net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers of net.bytebuddy.asm.MemberSubstitution$Replacement
  protected Factory = net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory of net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers
  public abstract Substitution = net.bytebuddy.asm.MemberSubstitution$Substitution of net.bytebuddy.asm.MemberSubstitution
  public abstract Factory = net.bytebuddy.asm.MemberSubstitution$Substitution$Factory of net.bytebuddy.asm.MemberSubstitution$Substitution
  public abstract TypePoolResolver = net.bytebuddy.asm.MemberSubstitution$TypePoolResolver of net.bytebuddy.asm.MemberSubstitution
  public abstract WithoutSpecification = net.bytebuddy.asm.MemberSubstitution$WithoutSpecification of net.bytebuddy.asm.MemberSubstitution
  protected ForMatchedByteCodeElement = net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedByteCodeElement of net.bytebuddy.asm.MemberSubstitution$WithoutSpecification
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Compiler = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler of net.bytebuddy.dynamic.scaffold.MethodGraph
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()