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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 252 // it so we get its supertype. At some point it will be null and we
254 IType superType = type;
256 while ((superType = hierarchy.getSuperclass(superType)) != null &&
257 superType.exists()) {
258 if (superClassName.equals(superType.getFullyQualifiedName())) {
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 28 milliseconds