class net.bytebuddy.matcher.MethodSortMatcher$Sort$3 extends net.bytebuddy.matcher.MethodSortMatcher$Sort
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.matcher.MethodSortMatcher$Sort$3
  super_class: net.bytebuddy.matcher.MethodSortMatcher$Sort
{
  void <init>(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // net.bytebuddy.matcher.MethodSortMatcher$Sort$3 this
        start local 3 // java.lang.String $anonymous0
         0: .line 85
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* $anonymous0 */
            invokespecial net.bytebuddy.matcher.MethodSortMatcher$Sort.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            return
        end local 3 // java.lang.String $anonymous0
        end local 0 // net.bytebuddy.matcher.MethodSortMatcher$Sort$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/matcher/MethodSortMatcher$Sort$3;
            0    1     3  $anonymous0  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      $anonymous0    

  protected boolean isSort(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.MethodSortMatcher$Sort$3 this
        start local 1 // net.bytebuddy.description.method.MethodDescription target
         0: .line 88
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isTypeInitializer:()Z
            ireturn
        end local 1 // net.bytebuddy.description.method.MethodDescription target
        end local 0 // net.bytebuddy.matcher.MethodSortMatcher$Sort$3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/matcher/MethodSortMatcher$Sort$3;
            0    1     1  target  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
        Name  Flags
      target  
}
SourceFile: "MethodSortMatcher.java"
EnclosingMethod: net.bytebuddy.matcher.MethodSortMatcher$Sort
NestHost: net.bytebuddy.matcher.MethodSortMatcher
InnerClasses:
  public abstract Sort = net.bytebuddy.matcher.MethodSortMatcher$Sort of net.bytebuddy.matcher.MethodSortMatcher
  net.bytebuddy.matcher.MethodSortMatcher$Sort$3