public class net.bytebuddy.matcher.LatentMatcher$Resolved<S> implements net.bytebuddy.matcher.LatentMatcher<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.matcher.LatentMatcher$Resolved
  super_class: java.lang.Object
{
  private final net.bytebuddy.matcher.ElementMatcher<? super S> matcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-TS;>;

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super S>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.LatentMatcher$Resolved this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
         0: .line 102
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 103
            aload 0 /* this */
            aload 1 /* matcher */
            putfield net.bytebuddy.matcher.LatentMatcher$Resolved.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 104
            return
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.matcher.LatentMatcher$Resolved this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/matcher/LatentMatcher$Resolved<TS;>;
            0    3     1  matcher  Lnet/bytebuddy/matcher/ElementMatcher<-TS;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-TS;>;)V
    MethodParameters:
         Name  Flags
      matcher  

  public net.bytebuddy.matcher.ElementMatcher<? super S> resolve(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.LatentMatcher$Resolved this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 110
            aload 0 /* this */
            getfield net.bytebuddy.matcher.LatentMatcher$Resolved.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.matcher.LatentMatcher$Resolved this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/matcher/LatentMatcher$Resolved<TS;>;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher<-TS;>;
    MethodParameters:
                 Name  Flags
      typeDescription  
}
Signature: <S:Ljava/lang/Object;>Ljava/lang/Object;Lnet/bytebuddy/matcher/LatentMatcher<TS;>;
SourceFile: "LatentMatcher.java"
NestHost: net.bytebuddy.matcher.LatentMatcher
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public Resolved = net.bytebuddy.matcher.LatentMatcher$Resolved of net.bytebuddy.matcher.LatentMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()