public class net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory implements net.bytebuddy.asm.MemberSubstitution$Replacement$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory
  super_class: java.lang.Object
{
  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape> fieldMatcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;

  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> methodMatcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;

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

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

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

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

  private final net.bytebuddy.asm.MemberSubstitution$Substitution$Factory substitutionFactory;
    descriptor: Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>, net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>, boolean, boolean, boolean, boolean, net.bytebuddy.asm.MemberSubstitution$Substitution$Factory);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;ZZZZLnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory this
        start local 1 // net.bytebuddy.matcher.ElementMatcher fieldMatcher
        start local 2 // net.bytebuddy.matcher.ElementMatcher methodMatcher
        start local 3 // boolean matchFieldRead
        start local 4 // boolean matchFieldWrite
        start local 5 // boolean includeVirtualCalls
        start local 6 // boolean includeSuperCalls
        start local 7 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory substitutionFactory
         0: .line 1694
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1701
            aload 0 /* this */
            aload 1 /* fieldMatcher */
            putfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.fieldMatcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 1702
            aload 0 /* this */
            aload 2 /* methodMatcher */
            putfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.methodMatcher:Lnet/bytebuddy/matcher/ElementMatcher;
         3: .line 1703
            aload 0 /* this */
            iload 3 /* matchFieldRead */
            putfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.matchFieldRead:Z
         4: .line 1704
            aload 0 /* this */
            iload 4 /* matchFieldWrite */
            putfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.matchFieldWrite:Z
         5: .line 1705
            aload 0 /* this */
            iload 5 /* includeVirtualCalls */
            putfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.includeVirtualCalls:Z
         6: .line 1706
            aload 0 /* this */
            iload 6 /* includeSuperCalls */
            putfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.includeSuperCalls:Z
         7: .line 1707
            aload 0 /* this */
            aload 7 /* substitutionFactory */
            putfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.substitutionFactory:Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;
         8: .line 1708
            return
        end local 7 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory substitutionFactory
        end local 6 // boolean includeSuperCalls
        end local 5 // boolean includeVirtualCalls
        end local 4 // boolean matchFieldWrite
        end local 3 // boolean matchFieldRead
        end local 2 // net.bytebuddy.matcher.ElementMatcher methodMatcher
        end local 1 // net.bytebuddy.matcher.ElementMatcher fieldMatcher
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0                 this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$ForElementMatchers$Factory;
            0    9     1         fieldMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
            0    9     2        methodMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    9     3       matchFieldRead  Z
            0    9     4      matchFieldWrite  Z
            0    9     5  includeVirtualCalls  Z
            0    9     6    includeSuperCalls  Z
            0    9     7  substitutionFactory  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;ZZZZLnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)V
    MethodParameters:
                     Name  Flags
      fieldMatcher         
      methodMatcher        
      matchFieldRead       
      matchFieldWrite      
      includeVirtualCalls  
      includeSuperCalls    
      substitutionFactory  

  protected static net.bytebuddy.asm.MemberSubstitution$Replacement$Factory of(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.ByteCodeElement>, net.bytebuddy.asm.MemberSubstitution$Substitution$Factory);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 1 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory factory
         0: .line 1718
            new net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory
            dup
            aload 0 /* matcher */
            aload 0 /* matcher */
            iconst_1
            iconst_1
            iconst_1
            iconst_1
            aload 1 /* factory */
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;ZZZZLnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)V
            areturn
        end local 1 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory factory
        end local 0 // net.bytebuddy.matcher.ElementMatcher matcher
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/ByteCodeElement;>;
            0    1     1  factory  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/ByteCodeElement;>;Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
    MethodParameters:
         Name  Flags
      matcher  
      factory  

  protected static net.bytebuddy.asm.MemberSubstitution$Replacement$Factory ofField(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription$InDefinedShape>, boolean, boolean, net.bytebuddy.asm.MemberSubstitution$Substitution$Factory);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;ZZLnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 1 // boolean matchFieldRead
        start local 2 // boolean matchFieldWrite
        start local 3 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory factory
         0: .line 1734
            new net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory
            dup
            aload 0 /* matcher */
            invokestatic net.bytebuddy.matcher.ElementMatchers.none:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            iload 1 /* matchFieldRead */
            iload 2 /* matchFieldWrite */
            iconst_0
            iconst_0
            aload 3 /* factory */
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;ZZZZLnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)V
            areturn
        end local 3 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory factory
        end local 2 // boolean matchFieldWrite
        end local 1 // boolean matchFieldRead
        end local 0 // net.bytebuddy.matcher.ElementMatcher matcher
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0          matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
            0    1     1   matchFieldRead  Z
            0    1     2  matchFieldWrite  Z
            0    1     3          factory  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;ZZLnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
    MethodParameters:
                 Name  Flags
      matcher          
      matchFieldRead   
      matchFieldWrite  
      factory          

  protected static net.bytebuddy.asm.MemberSubstitution$Replacement$Factory ofMethod(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>, boolean, boolean, net.bytebuddy.asm.MemberSubstitution$Substitution$Factory);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;ZZLnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 1 // boolean includeVirtualCalls
        start local 2 // boolean includeSuperCalls
        start local 3 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory factory
         0: .line 1750
            new net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory
            dup
            invokestatic net.bytebuddy.matcher.ElementMatchers.none:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* matcher */
            iconst_0
            iconst_0
            iload 1 /* includeVirtualCalls */
            iload 2 /* includeSuperCalls */
            aload 3 /* factory */
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;ZZZZLnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)V
            areturn
        end local 3 // net.bytebuddy.asm.MemberSubstitution$Substitution$Factory factory
        end local 2 // boolean includeSuperCalls
        end local 1 // boolean includeVirtualCalls
        end local 0 // net.bytebuddy.matcher.ElementMatcher matcher
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    1     1  includeVirtualCalls  Z
            0    1     2    includeSuperCalls  Z
            0    1     3              factory  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;ZZLnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
    MethodParameters:
                     Name  Flags
      matcher              
      includeVirtualCalls  
      includeSuperCalls    
      factory              

  public net.bytebuddy.asm.MemberSubstitution$Replacement make(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.pool.TypePool typePool
         0: .line 1757
            new net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.fieldMatcher:Lnet/bytebuddy/matcher/ElementMatcher;
         1: .line 1758
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.methodMatcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 1759
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.matchFieldRead:Z
         3: .line 1760
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.matchFieldWrite:Z
         4: .line 1761
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.includeVirtualCalls:Z
         5: .line 1762
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.includeSuperCalls:Z
         6: .line 1763
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory.substitutionFactory:Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;
            aload 1 /* instrumentedType */
            aload 2 /* instrumentedMethod */
            aload 3 /* typePool */
            invokeinterface net.bytebuddy.asm.MemberSubstitution$Substitution$Factory.make:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/asm/MemberSubstitution$Substitution;
         7: .line 1757
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;ZZZZLnet/bytebuddy/asm/MemberSubstitution$Substitution;)V
            areturn
        end local 3 // net.bytebuddy.pool.TypePool typePool
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$ForElementMatchers$Factory this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$ForElementMatchers$Factory;
            0    8     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    8     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    8     3            typePool  Lnet/bytebuddy/pool/TypePool;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      typePool            
}
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 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 Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()