public abstract class net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase implements net.bytebuddy.dynamic.scaffold.FieldLocator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase
  super_class: java.lang.Object
{
  protected final net.bytebuddy.description.type.TypeDescription accessingType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase this
        start local 1 // net.bytebuddy.description.type.TypeDescription accessingType
         0: .line 192
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 193
            aload 0 /* this */
            aload 1 /* accessingType */
            putfield net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase.accessingType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 194
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription accessingType
        end local 0 // net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lnet/bytebuddy/dynamic/scaffold/FieldLocator$AbstractBase;
            0    3     1  accessingType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
               Name  Flags
      accessingType  

  public net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution locate(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Resolution;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase this
        start local 1 // java.lang.String name
         0: .line 200
            aload 0 /* this */
            aload 1 /* name */
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase.accessingType: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;
            invokevirtual net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase.locate:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/field/FieldList;
            astore 2 /* candidates */
        start local 2 // net.bytebuddy.description.field.FieldList candidates
         1: .line 201
            aload 2 /* candidates */
            invokeinterface net.bytebuddy.description.field.FieldList.size:()I
            iconst_1
            if_icmpne 3
         2: .line 202
            new net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution$Simple
            dup
            aload 2 /* candidates */
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription
            invokespecial net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution$Simple.<init>:(Lnet/bytebuddy/description/field/FieldDescription;)V
            goto 4
         3: .line 203
      StackMap locals: net.bytebuddy.description.field.FieldList
      StackMap stack:
            getstatic net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution$Illegal.INSTANCE:Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Resolution$Illegal;
         4: .line 201
      StackMap locals:
      StackMap stack: net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution
            areturn
        end local 2 // net.bytebuddy.description.field.FieldList candidates
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lnet/bytebuddy/dynamic/scaffold/FieldLocator$AbstractBase;
            0    5     1        name  Ljava/lang/String;
            1    5     2  candidates  Lnet/bytebuddy/description/field/FieldList<*>;
    MethodParameters:
      Name  Flags
      name  

  public net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution locate(java.lang.String, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Resolution;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase this
        start local 1 // java.lang.String name
        start local 2 // net.bytebuddy.description.type.TypeDescription type
         0: .line 210
            aload 0 /* this */
            aload 1 /* name */
            invokestatic net.bytebuddy.matcher.ElementMatchers.named:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 2 /* type */
            invokestatic net.bytebuddy.matcher.ElementMatchers.fieldType:(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.dynamic.scaffold.FieldLocator$AbstractBase.accessingType: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;
            invokevirtual net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase.locate:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/field/FieldList;
            astore 3 /* candidates */
        start local 3 // net.bytebuddy.description.field.FieldList candidates
         1: .line 211
            aload 3 /* candidates */
            invokeinterface net.bytebuddy.description.field.FieldList.size:()I
            iconst_1
            if_icmpne 3
         2: .line 212
            new net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution$Simple
            dup
            aload 3 /* candidates */
            invokeinterface net.bytebuddy.description.field.FieldList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.field.FieldDescription
            invokespecial net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution$Simple.<init>:(Lnet/bytebuddy/description/field/FieldDescription;)V
            goto 4
         3: .line 213
      StackMap locals: net.bytebuddy.description.field.FieldList
      StackMap stack:
            getstatic net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution$Illegal.INSTANCE:Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Resolution$Illegal;
         4: .line 211
      StackMap locals:
      StackMap stack: net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution
            areturn
        end local 3 // net.bytebuddy.description.field.FieldList candidates
        end local 2 // net.bytebuddy.description.type.TypeDescription type
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lnet/bytebuddy/dynamic/scaffold/FieldLocator$AbstractBase;
            0    5     1        name  Ljava/lang/String;
            0    5     2        type  Lnet/bytebuddy/description/type/TypeDescription;
            1    5     3  candidates  Lnet/bytebuddy/description/field/FieldList<*>;
    MethodParameters:
      Name  Flags
      name  
      type  

  protected abstract net.bytebuddy.description.field.FieldList<?> locate(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/field/FieldList;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription;>;)Lnet/bytebuddy/description/field/FieldList<*>;
    MethodParameters:
         Name  Flags
      matcher  
}
SourceFile: "FieldLocator.java"
NestHost: net.bytebuddy.dynamic.scaffold.FieldLocator
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract AbstractBase = net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase of net.bytebuddy.dynamic.scaffold.FieldLocator
  public abstract Resolution = net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution of net.bytebuddy.dynamic.scaffold.FieldLocator
  public final Illegal = net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution$Illegal of net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution
  public Simple = net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution$Simple of net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()