public final class com.oracle.svm.junit.Target_org_junit_runner_Description
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.junit.Target_org_junit_runner_Description
  super_class: java.lang.Object
{
  java.lang.Class<?> fTestClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0000) 
    Signature: Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()
      com.oracle.svm.core.annotate.RecomputeFieldValue(kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind.Custom:Lcom/oracle/svm/core/annotate/RecomputeFieldValue$Kind;, declClass = Lcom/oracle/svm/junit/Target_org_junit_runner_Description$TestClassComputer;)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.junit.Target_org_junit_runner_Description this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.junit.Target_org_junit_runner_Description this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/junit/Target_org_junit_runner_Description;

  public java.lang.Class<?> getTestClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.junit.Target_org_junit_runner_Description this
         0: .line 55
            aload 0 /* this */
            getfield com.oracle.svm.junit.Target_org_junit_runner_Description.fTestClass:Ljava/lang/Class;
            areturn
        end local 0 // com.oracle.svm.junit.Target_org_junit_runner_Description this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/junit/Target_org_junit_runner_Description;
    Signature: ()Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()
}
SourceFile: "Target_org_junit_runner_Description.java"
NestMembers:
  com.oracle.svm.junit.Target_org_junit_runner_Description$TestClassComputer
InnerClasses:
  public final Kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind of com.oracle.svm.core.annotate.RecomputeFieldValue
  public final TestClassComputer = com.oracle.svm.junit.Target_org_junit_runner_Description$TestClassComputer of com.oracle.svm.junit.Target_org_junit_runner_Description
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(className = "org.junit.runner.Description", onlyWith = {Lcom/oracle/svm/junit/JUnitFeature$IsEnabled;})