public class org.junit.jupiter.api.DisplayNameGenerator$Simple extends org.junit.jupiter.api.DisplayNameGenerator$Standard
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.junit.jupiter.api.DisplayNameGenerator$Simple
  super_class: org.junit.jupiter.api.DisplayNameGenerator$Standard
{
  static final org.junit.jupiter.api.DisplayNameGenerator INSTANCE;
    descriptor: Lorg/junit/jupiter/api/DisplayNameGenerator;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 123
            new org.junit.jupiter.api.DisplayNameGenerator$Simple
            dup
            invokespecial org.junit.jupiter.api.DisplayNameGenerator$Simple.<init>:()V
            putstatic org.junit.jupiter.api.DisplayNameGenerator$Simple.INSTANCE:Lorg/junit/jupiter/api/DisplayNameGenerator;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.jupiter.api.DisplayNameGenerator$Simple this
         0: .line 121
            aload 0 /* this */
            invokespecial org.junit.jupiter.api.DisplayNameGenerator$Standard.<init>:()V
            return
        end local 0 // org.junit.jupiter.api.DisplayNameGenerator$Simple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/api/DisplayNameGenerator$Simple;

  public java.lang.String generateDisplayNameForMethod(java.lang.Class<?>, java.lang.reflect.Method);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Method;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.junit.jupiter.api.DisplayNameGenerator$Simple this
        start local 1 // java.lang.Class testClass
        start local 2 // java.lang.reflect.Method testMethod
         0: .line 127
            aload 2 /* testMethod */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            astore 3 /* displayName */
        start local 3 // java.lang.String displayName
         1: .line 128
            aload 2 /* testMethod */
            invokestatic org.junit.jupiter.api.DisplayNameGenerator$Simple.hasParameters:(Ljava/lang/reflect/Method;)Z
            ifeq 3
         2: .line 129
            new java.lang.StringBuilder
            dup
            aload 3 /* displayName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 2 /* testMethod */
            invokestatic org.junit.jupiter.api.DisplayNameGenerator.parameterTypesAsString:(Ljava/lang/reflect/Method;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* displayName */
         3: .line 131
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* displayName */
            areturn
        end local 3 // java.lang.String displayName
        end local 2 // java.lang.reflect.Method testMethod
        end local 1 // java.lang.Class testClass
        end local 0 // org.junit.jupiter.api.DisplayNameGenerator$Simple this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/junit/jupiter/api/DisplayNameGenerator$Simple;
            0    4     1    testClass  Ljava/lang/Class<*>;
            0    4     2   testMethod  Ljava/lang/reflect/Method;
            1    4     3  displayName  Ljava/lang/String;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Method;)Ljava/lang/String;
    MethodParameters:
            Name  Flags
      testClass   
      testMethod  

  private static boolean hasParameters(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method method
         0: .line 135
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getParameterCount:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  
}
SourceFile: "DisplayNameGenerator.java"
NestHost: org.junit.jupiter.api.DisplayNameGenerator
InnerClasses:
  public Simple = org.junit.jupiter.api.DisplayNameGenerator$Simple of org.junit.jupiter.api.DisplayNameGenerator
  public Standard = org.junit.jupiter.api.DisplayNameGenerator$Standard of org.junit.jupiter.api.DisplayNameGenerator