OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:superType
(Results
1 - 6
of
6
) sorted by null
/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/
AndroidTypeMoveParticipant.java
212
IType
superType
= superTypes[i];
213
String className =
superType
.getFullyQualifiedName();
AndroidTypeRenameParticipant.java
172
IType
superType
= superTypes[i];
173
String className =
superType
.getFullyQualifiedName();
/external/clang/lib/Rewrite/
RewriteObjC.cpp
[
all
...]
/prebuilt/common/ecj/
ecj.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 108 milliseconds