class org.testng.GuiceHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.testng.GuiceHelper
  super_class: java.lang.Object
{
  private final org.testng.ITestContext context;
    descriptor: Lorg/testng/ITestContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.testng.ITestContext);
    descriptor: (Lorg/testng/ITestContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.testng.GuiceHelper this
        start local 1 // org.testng.ITestContext context
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 16
            aload 0 /* this */
            aload 1 /* context */
            putfield org.testng.GuiceHelper.context:Lorg/testng/ITestContext;
         2: .line 17
            return
        end local 1 // org.testng.ITestContext context
        end local 0 // org.testng.GuiceHelper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/testng/GuiceHelper;
            0    3     1  context  Lorg/testng/ITestContext;
    MethodParameters:
         Name  Flags
      context  

  Injector getInjector(org.testng.IClass);
    descriptor: (Lorg/testng/IClass;)LInjector;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.testng.GuiceHelper this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tInjector cannot be resolved to a type\n\tInjector cannot be resolved to a type\n\tThe method getParentInjector() from the type ClassImpl refers to the missing type Injector\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.GuiceHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/GuiceHelper;
    MethodParameters:
        Name  Flags
      iClass  

  java.util.List<Module> getModules(org.testng.annotations.Guice, Injector, java.lang.Class<?>);
    descriptor: (Lorg/testng/annotations/Guice;LInjector;Ljava/lang/Class;)Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.testng.GuiceHelper this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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\tThe method newArrayList() from the type Lists refers to the missing type Module\n\tModule cannot be resolved to a type\n\tThe method modules() from the type Guice refers to the missing type Module\n\tModule cannot be resolved to a type\n\tThe method getGuiceModules(Class<? extends Module>) from the type ITestContext refers to the missing type Module\n\tModule cannot be resolved to a type\n\tThe method getGuiceModules(Class<? extends Module>) from the type ITestContext refers to the missing type Module\n\tModule cannot be resolved to a type\n\tThe method createModule(ITestContext, Class<?>) from the type IModuleFactory refers to the missing type Module\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.testng.GuiceHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/testng/GuiceHelper;
    Signature: (Lorg/testng/annotations/Guice;LInjector;Ljava/lang/Class<*>;)Ljava/util/List<LModule;>;
    MethodParameters:
                Name  Flags
      guice           
      parentInjector  
      testClass       
}
SourceFile: "GuiceHelper.java"