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

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$OfMatchedField this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
         0: .line 1027
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1028
            aload 0 /* this */
            aload 1 /* matcher */
            putfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$OfMatchedField.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 1029
            return
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$OfMatchedField this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$ForFieldAccess$OfMatchedField;
            0    3     1  matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription;>;)V
    MethodParameters:
         Name  Flags
      matcher  

  public net.bytebuddy.asm.MemberSubstitution$Substitution 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$Substitution;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$OfMatchedField 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 1035
            new net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess
            dup
            aload 1 /* instrumentedType */
            new net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher
            dup
            aload 1 /* instrumentedType */
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$OfMatchedField.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            invokespecial net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/matcher/ElementMatcher;)V
            invokespecial net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/asm/MemberSubstitution$Substitution$ForFieldAccess$FieldResolver;)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$Substitution$ForFieldAccess$OfMatchedField this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$ForFieldAccess$OfMatchedField;
            0    1     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    1     3            typePool  Lnet/bytebuddy/pool/TypePool;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      typePool            
}
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  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 ForFieldAccess = net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess of net.bytebuddy.asm.MemberSubstitution$Substitution
  public abstract FieldResolver = net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver of net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess
  public ForElementMatcher = net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher of net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver
  public OfMatchedField = net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$OfMatchedField of net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()