Searched defs:methodClass (Results 1 – 9 of 9) sorted by relevance
16 Class< ? extends ITestNGMethod> methodClass) in findMethodListSuperClass()30 Class< ? extends ITestNGMethod> methodClass) in findSubClass()59 Class< ? extends ITestNGMethod> methodClass = method.getRealClass(); in fixMethodInheritance() local
127 Class methodClass = method.getDeclaringClass(); in includeMethodFromIncludeExclude() local
244 Class<?> methodClass = method.getDeclaringClass(); in isOverridden() local
316 protected static String calculateMethodCanonicalName(Class<?> methodClass, String methodName) { in calculateMethodCanonicalName()
701 public static Initializer byCall(CtClass methodClass, in byCall()734 public static Initializer byCall(CtClass methodClass, in byCall()767 public static Initializer byCallWithParams(CtClass methodClass, in byCallWithParams()803 public static Initializer byCallWithParams(CtClass methodClass, in byCallWithParams()
219 Class methodClass = NAME_TO_CLASS.get(name); in newMethod() local
157 TypeElement methodClass = MoreElements.asType(method.getEnclosingElement()); in processMethod() local
1858 ClassDef methodClass = classPath.getClassDef(objectRegisterTypeProto.getType()); in analyzeInvokeVirtualQuick() local
732 methodClass(jmethodID method, jclass *pclazz) in methodClass() function