OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supertypes
(Results
1 - 6
of
6
) sorted by null
/external/guava/guava/src/com/google/common/collect/
ClassToInstanceMap.java
53
* this value with any of the class's
supertypes
.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java
358
* Methods and fields from
supertypes
are ignored if they are private.
374
// If we're looking at
supertypes
, we can't use private methods.
407
// If we're looking at
supertypes
, we can't use private field.
/external/guava/guava-testlib/src/com/google/common/testing/
SerializableTester.java
85
*
supertypes
of {@code MySubList}, this is safe. For these cases, for which
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java
164
IType[]
supertypes
= hierarchy.getAllSupertypes(type);
local
165
int n =
supertypes
.length;
167
IType st =
supertypes
[i];
/external/guava/guava/src/com/google/common/eventbus/
package-info.java
207
* argument type -- the type of event desired (or one of its
supertypes
). Thus,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java
503
* The array should contain the descriptor for this type and all its
supertypes
.
Completed in 297 milliseconds