Searched refs:concatWildcardTypes (Results 1 – 1 of 1) sorted by relevance
353 private static String concatWildcardTypes(Type[] types) { in concatWildcardTypes() method in ReflectionHelper405 String name = "? extends " + concatWildcardTypes(wt.getUpperBounds()); in typeToString()414 String name = concatWildcardTypes(wt.getUpperBounds()) + in typeToString()416 concatWildcardTypes(wt.getLowerBounds()); in typeToString()