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