Searched refs:getGenericInterfaces (Results 1 – 4 of 4) sorted by relevance
428 Type [] types = ExtendTestClass1.class.getGenericInterfaces(); in test_getGenericInterfaces()433 types = PublicTestClass.class.getGenericInterfaces(); in test_getGenericInterfaces()439 types = TestInterface.class.getGenericInterfaces(); in test_getGenericInterfaces()442 types = List.class.getGenericInterfaces(); in test_getGenericInterfaces()446 assertEquals(0, int.class.getGenericInterfaces().length); in test_getGenericInterfaces()447 assertEquals(0, void.class.getGenericInterfaces().length); in test_getGenericInterfaces()
93 Type[] types = eClass.getGenericInterfaces(); in testGenericInterfaces()
978 public Type[] getGenericInterfaces() { in getGenericInterfaces() method in Class
690 if ((ts = c.getGenericInterfaces()) != null) { in comparableClassFor()