public class net.bytebuddy.matcher.IsNamedMatcher<T extends net.bytebuddy.description.NamedElement$WithOptionalName> extends net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.matcher.IsNamedMatcher
  super_class: net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.matcher.IsNamedMatcher this
         0: .line 27
            aload 0 /* this */
            invokespecial net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase.<init>:()V
            return
        end local 0 // net.bytebuddy.matcher.IsNamedMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/IsNamedMatcher<TT;>;

  public boolean matches();
    descriptor: (Lnet/bytebuddy/description/NamedElement$WithOptionalName;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.IsNamedMatcher this
        start local 1 // net.bytebuddy.description.NamedElement$WithOptionalName target
         0: .line 33
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.NamedElement$WithOptionalName.isNamed:()Z
            ireturn
        end local 1 // net.bytebuddy.description.NamedElement$WithOptionalName target
        end local 0 // net.bytebuddy.matcher.IsNamedMatcher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/matcher/IsNamedMatcher<TT;>;
            0    1     1  target  TT;
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      target  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.matcher.IsNamedMatcher this
         0: .line 38
            ldc "isNamed()"
            areturn
        end local 0 // net.bytebuddy.matcher.IsNamedMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/IsNamedMatcher<TT;>;

  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.NamedElement$WithOptionalName
            invokevirtual net.bytebuddy.matcher.IsNamedMatcher.matches:(Lnet/bytebuddy/description/NamedElement$WithOptionalName;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T::Lnet/bytebuddy/description/NamedElement$WithOptionalName;>Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TT;>;
SourceFile: "IsNamedMatcher.java"
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract WithOptionalName = net.bytebuddy.description.NamedElement$WithOptionalName of net.bytebuddy.description.NamedElement
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
  public abstract AbstractBase = net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase of net.bytebuddy.matcher.ElementMatcher$Junction
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()