public class net.bytebuddy.matcher.MethodSortMatcher<T extends net.bytebuddy.description.method.MethodDescription> 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.MethodSortMatcher
  super_class: net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase
{
  private final net.bytebuddy.matcher.MethodSortMatcher$Sort sort;
    descriptor: Lnet/bytebuddy/matcher/MethodSortMatcher$Sort;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/MethodSortMatcher$Sort;

  public void <init>(net.bytebuddy.matcher.MethodSortMatcher$Sort);
    descriptor: (Lnet/bytebuddy/matcher/MethodSortMatcher$Sort;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.MethodSortMatcher this
        start local 1 // net.bytebuddy.matcher.MethodSortMatcher$Sort sort
         0: .line 40
            aload 0 /* this */
            invokespecial net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* sort */
            putfield net.bytebuddy.matcher.MethodSortMatcher.sort:Lnet/bytebuddy/matcher/MethodSortMatcher$Sort;
         2: .line 42
            return
        end local 1 // net.bytebuddy.matcher.MethodSortMatcher$Sort sort
        end local 0 // net.bytebuddy.matcher.MethodSortMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/matcher/MethodSortMatcher<TT;>;
            0    3     1  sort  Lnet/bytebuddy/matcher/MethodSortMatcher$Sort;
    Signature: (Lnet/bytebuddy/matcher/MethodSortMatcher$Sort;)V
    MethodParameters:
      Name  Flags
      sort  

  public boolean matches();
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.MethodSortMatcher this
        start local 1 // net.bytebuddy.description.method.MethodDescription target
         0: .line 48
            aload 0 /* this */
            getfield net.bytebuddy.matcher.MethodSortMatcher.sort:Lnet/bytebuddy/matcher/MethodSortMatcher$Sort;
            aload 1 /* target */
            invokevirtual net.bytebuddy.matcher.MethodSortMatcher$Sort.isSort:(Lnet/bytebuddy/description/method/MethodDescription;)Z
            ireturn
        end local 1 // net.bytebuddy.description.method.MethodDescription target
        end local 0 // net.bytebuddy.matcher.MethodSortMatcher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/matcher/MethodSortMatcher<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.MethodSortMatcher this
         0: .line 53
            aload 0 /* this */
            getfield net.bytebuddy.matcher.MethodSortMatcher.sort:Lnet/bytebuddy/matcher/MethodSortMatcher$Sort;
            invokevirtual net.bytebuddy.matcher.MethodSortMatcher$Sort.getDescription:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.matcher.MethodSortMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/MethodSortMatcher<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.method.MethodDescription
            invokevirtual net.bytebuddy.matcher.MethodSortMatcher.matches:(Lnet/bytebuddy/description/method/MethodDescription;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T::Lnet/bytebuddy/description/method/MethodDescription;>Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TT;>;
SourceFile: "MethodSortMatcher.java"
NestMembers:
  net.bytebuddy.matcher.MethodSortMatcher$Sort  net.bytebuddy.matcher.MethodSortMatcher$Sort$1  net.bytebuddy.matcher.MethodSortMatcher$Sort$2  net.bytebuddy.matcher.MethodSortMatcher$Sort$3  net.bytebuddy.matcher.MethodSortMatcher$Sort$4  net.bytebuddy.matcher.MethodSortMatcher$Sort$5
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  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
  public abstract Sort = net.bytebuddy.matcher.MethodSortMatcher$Sort of net.bytebuddy.matcher.MethodSortMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()