Searched refs:wildCardBoundedType (Results 1 – 1 of 1) sorted by relevance
165 WildCardBoundedType wildCardBoundedType = new WildCardBoundedType(wildCard); in boundsOf() local166 if (wildCardBoundedType.firstBound() instanceof TypeVariable) { in boundsOf()167 return boundsOf((TypeVariable<?>) wildCardBoundedType.firstBound()); in boundsOf()170 return wildCardBoundedType; in boundsOf()