public abstract class net.bytebuddy.build.Plugin$ForElementMatcher implements net.bytebuddy.build.Plugin
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.build.Plugin$ForElementMatcher
  super_class: java.lang.Object
{
  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription> matcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;

  protected void <init>(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$ForElementMatcher this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
         0: .line 3749
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3750
            aload 0 /* this */
            aload 1 /* matcher */
            putfield net.bytebuddy.build.Plugin$ForElementMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 3751
            return
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.build.Plugin$ForElementMatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/build/Plugin$ForElementMatcher;
            0    3     1  matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)V
    MethodParameters:
         Name  Flags
      matcher  

  public boolean matches(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$ForElementMatcher this
        start local 1 // net.bytebuddy.description.type.TypeDescription target
         0: .line 3757
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$ForElementMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 1 /* target */
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // net.bytebuddy.description.type.TypeDescription target
        end local 0 // net.bytebuddy.build.Plugin$ForElementMatcher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/build/Plugin$ForElementMatcher;
            0    1     1  target  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
        Name  Flags
      target  

  public boolean matches(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast net.bytebuddy.description.type.TypeDescription
            invokevirtual net.bytebuddy.build.Plugin$ForElementMatcher.matches:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Plugin.java"
NestHost: net.bytebuddy.build.Plugin
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract ForElementMatcher = net.bytebuddy.build.Plugin$ForElementMatcher of net.bytebuddy.build.Plugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()