OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actualTypeArguments
(Results
1 - 2
of
2
) sorted by null
/cts/tools/signature-tools/src/signature/compare/model/subst/
ViewpointAdapter.java
46
List<ITypeReference>
actualTypeArguments
= paramameterizedType
48
if (
actualTypeArguments
== null || typeParameters == null) {
55
Iterator<ITypeReference> argumentsIterator =
actualTypeArguments
/external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java
74
Type[]
actualTypeArguments
= parameterizedType.getActualTypeArguments();
75
for (int i = 0; i <
actualTypeArguments
.length; i++) {
77
Type actualTypeArgument =
actualTypeArguments
[i];
155
public Map<TypeVariable, Type>
actualTypeArguments
() {
157
LinkedHashMap<TypeVariable, Type>
actualTypeArguments
= new LinkedHashMap<TypeVariable, Type>();
163
actualTypeArguments
.put(typeParameter, actualType);
167
return
actualTypeArguments
;
Completed in 612 milliseconds