OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:superTypes
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeMoveParticipant.java
210
IType[]
superTypes
= typeHierarchy.getAllSuperclasses(type);
211
for (int i = 0; i <
superTypes
.length; i++) {
212
IType superType =
superTypes
[i];
AndroidTypeRenameParticipant.java
170
IType[]
superTypes
= typeHierarchy.getAllSuperclasses(type);
171
for (int i = 0; i <
superTypes
.length; i++) {
172
IType superType =
superTypes
[i];
Completed in 47 milliseconds