Searched refs:superBounds (Results 1 – 2 of 2) sorted by relevance
203 void setBounds(TypeInfo[] superBounds, TypeInfo[] extendsBounds) in setBounds() argument205 mSuperBounds = superBounds; in setBounds()
552 ti.setBounds(Converter.convertTypes(t.asWildcardType().superBounds()),583 if (t.asWildcardType().superBounds() != null){584 for(Type ty : t.asWildcardType().superBounds()){