public final class org.testng.TestRunner$PriorityWeight extends java.lang.Enum<org.testng.TestRunner$PriorityWeight>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.testng.TestRunner$PriorityWeight
  super_class: java.lang.Enum
{
  public static final org.testng.TestRunner$PriorityWeight groupByInstance;
    descriptor: Lorg/testng/TestRunner$PriorityWeight;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.testng.TestRunner$PriorityWeight preserveOrder;
    descriptor: Lorg/testng/TestRunner$PriorityWeight;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.testng.TestRunner$PriorityWeight priority;
    descriptor: Lorg/testng/TestRunner$PriorityWeight;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.testng.TestRunner$PriorityWeight dependsOnGroups;
    descriptor: Lorg/testng/TestRunner$PriorityWeight;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.testng.TestRunner$PriorityWeight dependsOnMethods;
    descriptor: Lorg/testng/TestRunner$PriorityWeight;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.testng.TestRunner$PriorityWeight this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.google cannot be resolved\n\tThe import com.google cannot be resolved\n\tThe type TestRunner must implement the inherited abstract method ITestContext.getInjector(List<Module>)\n\tThe type TestRunner must implement the inherited abstract method ITestContext.getGuiceModules(Class<? extends Module>)\n\tThe type TestRunner must implement the inherited abstract method ITestContext.addInjector(List<Module>, Injector)\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tThe method newListMultiMap() from the type Maps refers to the missing type Module\n\tModule cannot be resolved to a type\n\tName clash: The method getGuiceModules(Class<? extends Module>) of type TestRunner has the same erasure as getGuiceModules(Class<? extends Module>) of type ITestContext but does not override it\n\tThe method getGuiceModules(Class<? extends Module>) of type TestRunner must override or implement a supertype method\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tThe method newHashMap() from the type Maps refers to the missing type Module\n\tInjector cannot be resolved to a type\n\tName clash: The method getInjector(List<Module>) of type TestRunner has the same erasure as getInjector(List<Module>) of type ITestContext but does not override it\n\tThe method getInjector(List<Module>) of type TestRunner must override or implement a supertype method\n\tModule cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tThe method getInjector(IClass) from the type GuiceHelper refers to the missing type Injector\n\tModule cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tModule cannot be resolved to a type\n\tInjector cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.testng.TestRunner$PriorityWeight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/TestRunner$PriorityWeight;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
}
Signature: Ljava/lang/Enum<Lorg/testng/TestRunner$PriorityWeight;>;
SourceFile: "TestRunner.java"
NestHost: org.testng.TestRunner
InnerClasses:
  public final PriorityWeight = org.testng.TestRunner$PriorityWeight of org.testng.TestRunner