public class net.bytebuddy.matcher.LatentMatcher$ForFieldToken implements net.bytebuddy.matcher.LatentMatcher<net.bytebuddy.description.field.FieldDescription>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.matcher.LatentMatcher$ForFieldToken
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.field.FieldDescription$Token token;
    descriptor: Lnet/bytebuddy/description/field/FieldDescription$Token;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.field.FieldDescription$Token);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription$Token;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.LatentMatcher$ForFieldToken this
        start local 1 // net.bytebuddy.description.field.FieldDescription$Token token
         0: .line 130
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 131
            aload 0 /* this */
            aload 1 /* token */
            putfield net.bytebuddy.matcher.LatentMatcher$ForFieldToken.token:Lnet/bytebuddy/description/field/FieldDescription$Token;
         2: .line 132
            return
        end local 1 // net.bytebuddy.description.field.FieldDescription$Token token
        end local 0 // net.bytebuddy.matcher.LatentMatcher$ForFieldToken this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/matcher/LatentMatcher$ForFieldToken;
            0    3     1  token  Lnet/bytebuddy/description/field/FieldDescription$Token;
    MethodParameters:
       Name  Flags
      token  

  public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.field.FieldDescription> resolve(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.LatentMatcher$ForFieldToken this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 138
            new net.bytebuddy.matcher.LatentMatcher$ForFieldToken$ResolvedMatcher
            dup
            aload 0 /* this */
            getfield net.bytebuddy.matcher.LatentMatcher$ForFieldToken.token:Lnet/bytebuddy/description/field/FieldDescription$Token;
            aload 1 /* typeDescription */
            invokevirtual net.bytebuddy.description.field.FieldDescription$Token.asSignatureToken:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription$SignatureToken;
            invokespecial net.bytebuddy.matcher.LatentMatcher$ForFieldToken$ResolvedMatcher.<init>:(Lnet/bytebuddy/description/field/FieldDescription$SignatureToken;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.matcher.LatentMatcher$ForFieldToken this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/matcher/LatentMatcher$ForFieldToken;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/field/FieldDescription;>;
    MethodParameters:
                 Name  Flags
      typeDescription  
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/matcher/LatentMatcher<Lnet/bytebuddy/description/field/FieldDescription;>;
SourceFile: "LatentMatcher.java"
NestHost: net.bytebuddy.matcher.LatentMatcher
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public SignatureToken = net.bytebuddy.description.field.FieldDescription$SignatureToken of net.bytebuddy.description.field.FieldDescription
  public Token = net.bytebuddy.description.field.FieldDescription$Token of net.bytebuddy.description.field.FieldDescription
  public ForFieldToken = net.bytebuddy.matcher.LatentMatcher$ForFieldToken of net.bytebuddy.matcher.LatentMatcher
  protected ResolvedMatcher = net.bytebuddy.matcher.LatentMatcher$ForFieldToken$ResolvedMatcher of net.bytebuddy.matcher.LatentMatcher$ForFieldToken
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()