Searched refs:forDependants (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
H A DTypeResolver.java254 * non-reified type or has bounds, {@code forDependants} is used to do further resolution, which
260 Type resolveInternal(TypeVariable<?> var, TypeTable forDependants) { argument
267 Type[] resolvedBounds = new TypeResolver(forDependants).resolveTypes(bounds);
304 return new TypeResolver(forDependants).resolveType(type);

Completed in 110 milliseconds