Searched refs:fc1t (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestC1.java40 public C1<T> fc1t; field in class:C1
246 Field fc1t = cls. getField("fc1t");
265 Type gt_fc1t = fc1t.getGenericType();
268 "The generic type of C1.fc1t is a parameterized type";
272 "Type of C1.fc1t is instantiation of C1";
275 "Type of C1.fc1t is has null owner";
279 "The type of fc1t has one type argument";
H A DTestC2.java40 public C0<T> fc1t; field in class:C0
79 public C0<String> fc1t; field in class:C2
478 Field fc1t = cls. getField("fc1t");
496 Type gt_fc1t = fc1t.getGenericType();
499 "The generic type of C0.fc1t is a parameterized type";
503 "Type of C2.fc1t is an instantiation of C0";
506 "Type of C2.fc1t is has null owner";
510 "The type of fc1t has one type argument";

Completed in 43 milliseconds