public class org.junit.jupiter.api.MethodOrderer$Alphanumeric extends org.junit.jupiter.api.MethodOrderer$MethodName
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.junit.jupiter.api.MethodOrderer$Alphanumeric
  super_class: org.junit.jupiter.api.MethodOrderer$MethodName
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.jupiter.api.MethodOrderer$Alphanumeric this
         0: .line 124
            aload 0 /* this */
            invokespecial org.junit.jupiter.api.MethodOrderer$MethodName.<init>:()V
            return
        end local 0 // org.junit.jupiter.api.MethodOrderer$Alphanumeric this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/api/MethodOrderer$Alphanumeric;
}
SourceFile: "MethodOrderer.java"
NestHost: org.junit.jupiter.api.MethodOrderer
InnerClasses:
  public final Status = org.apiguardian.api.API$Status of org.apiguardian.api.API
  public Alphanumeric = org.junit.jupiter.api.MethodOrderer$Alphanumeric of org.junit.jupiter.api.MethodOrderer
  public MethodName = org.junit.jupiter.api.MethodOrderer$MethodName of org.junit.jupiter.api.MethodOrderer
    RuntimeVisibleAnnotations: 
      org.apiguardian.api.API(status = org.apiguardian.api.API$Status.DEPRECATED:Lorg/apiguardian/api/API$Status;, since = "5.7")
      java.lang.Deprecated()