HomeSort by relevance Sort by last modified time
    Searched refs:superType (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 340 findContextCandidates(results, clazzType, 0 /*superType*/);
361 * Because the superType argument is actually a recursion index, this makes the most
367 * @param superType The recursion index.
372 int superType) {
375 if (superType != 0 && Modifier.isPrivate(mb.getModifiers())) {
394 Integer rating = Integer.valueOf(10000 + 1000 * superType + argsLen);
408 if (superType != 0 && Modifier.isPrivate(var.getModifiers())) {
414 Integer rating = Integer.valueOf(superType);
423 findContextCandidates(results, clazzType, superType + 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 287 // it so we get its supertype. At some point it will be null and we
289 IType superType = type;
291 while ((superType = hierarchy.getSuperclass(superType)) != null &&
292 superType.exists()) {
293 if (superClassName.equals(superType.getFullyQualifiedName())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeRenameParticipant.java 172 IType superType = superTypes[i];
173 String className = superType.getFullyQualifiedName();
AndroidTypeMoveParticipant.java 212 IType superType = superTypes[i];
213 String className = superType.getFullyQualifiedName();
  /prebuilt/common/ecj/
ecj.jar 
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 1880 milliseconds