public class net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod 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$ForMatchedMethod
  super_class: net.bytebuddy.asm.MemberSubstitution$WithoutSpecification
{
  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> matcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;

  private final boolean includeVirtualCalls;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean includeSuperCalls;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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.method.MethodDescription>);
    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=8, locals=6, args_size=6
        start local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod 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 597
            aload 0 /* this */
            aload 1 /* methodGraphCompiler */
            aload 2 /* typePoolResolver */
            iload 3 /* strict */
            aload 4 /* replacementFactory */
            aload 5 /* matcher */
            iconst_1
            iconst_1
            invokespecial net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.<init>:(Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;ZLnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;Lnet/bytebuddy/matcher/ElementMatcher;ZZ)V
         1: .line 598
            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$ForMatchedMethod this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lnet/bytebuddy/asm/MemberSubstitution$WithoutSpecification$ForMatchedMethod;
            0    2     1  methodGraphCompiler  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            0    2     2     typePoolResolver  Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;
            0    2     3               strict  Z
            0    2     4   replacementFactory  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
            0    2     5              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
    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/method/MethodDescription;>;)V
    MethodParameters:
                     Name  Flags
      methodGraphCompiler  
      typePoolResolver     
      strict               
      replacementFactory   
      matcher              

  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.method.MethodDescription>, boolean, );
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;ZLnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;Lnet/bytebuddy/matcher/ElementMatcher;ZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=8
        start local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod 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
        start local 6 // boolean includeVirtualCalls
        start local 7 // boolean includeSuperCalls
         0: .line 618
            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 619
            aload 0 /* this */
            aload 5 /* matcher */
            putfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 620
            aload 0 /* this */
            iload 6 /* includeVirtualCalls */
            putfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.includeVirtualCalls:Z
         3: .line 621
            aload 0 /* this */
            iload 7 /* includeSuperCalls */
            putfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.includeSuperCalls:Z
         4: .line 622
            return
        end local 7 // boolean includeSuperCalls
        end local 6 // boolean includeVirtualCalls
        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$ForMatchedMethod this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lnet/bytebuddy/asm/MemberSubstitution$WithoutSpecification$ForMatchedMethod;
            0    5     1  methodGraphCompiler  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            0    5     2     typePoolResolver  Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;
            0    5     3               strict  Z
            0    5     4   replacementFactory  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
            0    5     5              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    5     6  includeVirtualCalls  Z
            0    5     7    includeSuperCalls  Z
    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/method/MethodDescription;>;ZZ)V
    MethodParameters:
                     Name  Flags
      methodGraphCompiler  
      typePoolResolver     
      strict               
      replacementFactory   
      matcher              
      includeVirtualCalls  
      includeSuperCalls    

  public net.bytebuddy.asm.MemberSubstitution$WithoutSpecification onVirtualCall();
    descriptor: ()Lnet/bytebuddy/asm/MemberSubstitution$WithoutSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod this
         0: .line 630
            new net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.typePoolResolver:Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.strict:Z
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.replacementFactory:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isVirtual:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            iconst_1
            iconst_0
            invokespecial net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.<init>:(Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;ZLnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;Lnet/bytebuddy/matcher/ElementMatcher;ZZ)V
            areturn
        end local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/MemberSubstitution$WithoutSpecification$ForMatchedMethod;

  public net.bytebuddy.asm.MemberSubstitution$WithoutSpecification onSuperCall();
    descriptor: ()Lnet/bytebuddy/asm/MemberSubstitution$WithoutSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod this
         0: .line 639
            new net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.typePoolResolver:Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.strict:Z
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.replacementFactory:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isVirtual:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            iconst_0
            iconst_1
            invokespecial net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.<init>:(Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;ZLnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;Lnet/bytebuddy/matcher/ElementMatcher;ZZ)V
            areturn
        end local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/MemberSubstitution$WithoutSpecification$ForMatchedMethod;

  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=14, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod this
        start local 1 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory substitutionFactory
         0: .line 646
            new net.bytebuddy.asm.MemberSubstitution
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
         1: .line 647
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.typePoolResolver:Lnet/bytebuddy/asm/MemberSubstitution$TypePoolResolver;
         2: .line 648
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.strict:Z
         3: .line 649
            new net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.asm.MemberSubstitution$Replacement$Factory
            dup
            iconst_0
         4: .line 650
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.replacementFactory:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
            aastore
            dup
            iconst_1
         5: .line 651
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.includeVirtualCalls:Z
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod.includeSuperCalls:Z
            aload 1 /* substitutionFactory */
            invokestatic net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.ofMethod:(Lnet/bytebuddy/matcher/ElementMatcher;ZZLnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
         6: .line 649
            aastore
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$Factory$Compound.<init>:([Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;)V
         7: .line 646
            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$ForMatchedMethod this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lnet/bytebuddy/asm/MemberSubstitution$WithoutSpecification$ForMatchedMethod;
            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
  public ForMatchedMethod = net.bytebuddy.asm.MemberSubstitution$WithoutSpecification$ForMatchedMethod 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
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()