Lines Matching refs:tvs
222 TypeVariable[] tvs = I1.class.getTypeParameters();
224 tvs.length == 2 :
227 tvs[0].getName().equals("X1") :
230 tvs[1].getName().equals("X2") :
244 tvs = I2.class.getTypeParameters();
246 tvs.length == 3 :
249 tvs[0].getName().equals("E1") :
252 tvs[1].getName().equals("E2") :
255 tvs[2].getName().equals("E3") :
262 tvs = I3.class.getTypeParameters();
264 tvs.length == 0 :
276 TypeVariable[] tvs = cls.getTypeParameters();
278 tvs.length == 3 :
280 TypeVariable tv = tvs[0];
289 tv = tvs[1];
298 tv = tvs[2];