Searched defs:fc1 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestC1.java41 public C1 fc1; field in class:C1
247 Field fc1 = cls. getField("fc1");
297 Type gt_fc1 = fc1.getGenericType();
300 " Type of C1.fc1 should be C1";
H A DTestC2.java41 public C0 fc1; field in class:C0
80 public C0 fc1; field in class:C2
479 Field fc1 = cls. getField("fc1");
518 Type gt_fc1 = fc1.getGenericType();
521 " Type of C2.fc1 should be C0";

Completed in 78 milliseconds