public class net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher implements net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription instrumentedType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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;>;

  protected void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.matcher.ElementMatcher matcher
         0: .line 954
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 955
            aload 0 /* this */
            aload 1 /* instrumentedType */
            putfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 956
            aload 0 /* this */
            aload 2 /* matcher */
            putfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         3: .line 957
            return
        end local 2 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher;
            0    4     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    4     2           matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription;>;)V
    MethodParameters:
                  Name  Flags
      instrumentedType  
      matcher           

  public net.bytebuddy.description.field.FieldDescription resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.ByteCodeElement, net.bytebuddy.description.type.TypeList$Generic, net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/ByteCodeElement;Lnet/bytebuddy/description/type/TypeList$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/description/field/FieldDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher this
        start local 1 // net.bytebuddy.description.type.TypeDescription targetType
        start local 2 // net.bytebuddy.description.ByteCodeElement target
        start local 3 // net.bytebuddy.description.type.TypeList$Generic parameters
        start local 4 // net.bytebuddy.description.type.TypeDescription$Generic result
         0: .line 963
            aload 3 /* parameters */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.isEmpty:()Z
            ifeq 2
         1: .line 964
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot substitute parameterless instruction with "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 965
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            iconst_0
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.isPrimitive:()Z
            ifne 3
            aload 3 /* parameters */
            iconst_0
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.isArray:()Z
            ifeq 4
         3: .line 966
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot access field on primitive or array type for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* target */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 968
      StackMap locals:
      StackMap stack:
            aload 3 /* parameters */
            iconst_0
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            astore 5 /* current */
        start local 5 // net.bytebuddy.description.type.TypeDefinition current
         5: .line 970
      StackMap locals: net.bytebuddy.description.type.TypeDefinition
      StackMap stack:
            aload 5 /* current */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isStatic:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isVisibleTo:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.field.FieldList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.field.FieldList
            astore 6 /* fields */
        start local 6 // net.bytebuddy.description.field.FieldList fields
         6: .line 971
            aload 6 /* fields */
            invokeinterface net.bytebuddy.description.field.FieldList.size:()I
            iconst_1
            if_icmpne 8
         7: .line 972
            aload 6 /* fields */
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription
            areturn
         8: .line 973
      StackMap locals: net.bytebuddy.description.field.FieldList
      StackMap stack:
            aload 6 /* fields */
            invokeinterface net.bytebuddy.description.field.FieldList.size:()I
            iconst_1
            if_icmple 10
         9: .line 974
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Ambiguous field location of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* fields */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 976
      StackMap locals:
      StackMap stack:
            aload 5 /* current */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 5 /* current */
        end local 6 // net.bytebuddy.description.field.FieldList fields
        11: .line 977
            aload 5 /* current */
            ifnonnull 5
        12: .line 978
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot locate field matching "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " on "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* targetType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // net.bytebuddy.description.type.TypeDefinition current
        end local 4 // net.bytebuddy.description.type.TypeDescription$Generic result
        end local 3 // net.bytebuddy.description.type.TypeList$Generic parameters
        end local 2 // net.bytebuddy.description.ByteCodeElement target
        end local 1 // net.bytebuddy.description.type.TypeDescription targetType
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$ForFieldAccess$FieldResolver$ForElementMatcher;
            0   13     1  targetType  Lnet/bytebuddy/description/type/TypeDescription;
            0   13     2      target  Lnet/bytebuddy/description/ByteCodeElement;
            0   13     3  parameters  Lnet/bytebuddy/description/type/TypeList$Generic;
            0   13     4      result  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            5   13     5     current  Lnet/bytebuddy/description/type/TypeDefinition;
            6   11     6      fields  Lnet/bytebuddy/description/field/FieldList<*>;
    MethodParameters:
            Name  Flags
      targetType  
      target      
      parameters  
      result      
}
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  public abstract Substitution = net.bytebuddy.asm.MemberSubstitution$Substitution of net.bytebuddy.asm.MemberSubstitution
  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 abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract OfByteCodeElement = net.bytebuddy.description.ModifierReviewable$OfByteCodeElement of net.bytebuddy.description.ModifierReviewable
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()