Searched refs:superType (Results 1 – 3 of 3) sorted by relevance
372 int superType) { in findContextCandidates() argument375 if (superType != 0 && Modifier.isPrivate(mb.getModifiers())) { in findContextCandidates()394 Integer rating = Integer.valueOf(10000 + 1000 * superType + argsLen); in findContextCandidates()408 if (superType != 0 && Modifier.isPrivate(var.getModifiers())) { in findContextCandidates()414 Integer rating = Integer.valueOf(superType); in findContextCandidates()423 findContextCandidates(results, clazzType, superType + 1); in findContextCandidates()
305 IType superType = type; in testClassForManifest() local307 while ((superType = hierarchy.getSuperclass(superType)) != null && in testClassForManifest()308 superType.exists()) { in testClassForManifest()309 if (superClassName.equals(superType.getFullyQualifiedName())) { in testClassForManifest()
995 IType superType = hierarchy.getSuperclass(type);996 if (superType != null) {997 String key = superType.getKey();1003 String fqcn = superType.getFullyQualifiedName();1047 for (IType superType : allSupertypes) {1048 if (target.equals(superType.getKey())) {