Searched refs:unrollVariables (Results 1 – 3 of 3) sorted by relevance
1798 final Type unrolled = unrollVariables(typeArguments, result[i]); in unrollBounds()1837 public static Type unrollVariables(Map<TypeVariable<?>, Type> typeArguments, final Type type) { in unrollVariables() method in TypeUtils1843 return unrollVariables(typeArguments, typeArguments.get(type)); in unrollVariables()1856 final Type unrolled = unrollVariables(parameterizedTypeArguments, args[i]); in unrollVariables()
831 …final Type childType = TypeUtils.unrollVariables(typeArguments, method.getGenericParameterTypes()[… in getOverrideHierarchy()832 … final Type parentType = TypeUtils.unrollVariables(typeArguments, m.getGenericParameterTypes()[i]); in getOverrideHierarchy()
947 final Type unrolled = TypeUtils.unrollVariables(mapping, parameterizedType); in testParameterizeNarrowerTypeArray()