OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declaringtype
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java
223
IType
declaringType
= type;
225
IType tmpType =
declaringType
.getDeclaringType();
228
flags =
declaringType
.getFlags();
231
declaringType
.getFullyQualifiedName());
244
declaringType
= tmpType;
245
} while (
declaringType
!= null);
Completed in 148 milliseconds