Searched refs:getGenericInterfaces (Results 1 – 3 of 3) sorted by relevance
516 Type [] types = ExtendTestClass1.class.getGenericInterfaces(); in test_getGenericInterfaces()521 types = PublicTestClass.class.getGenericInterfaces(); in test_getGenericInterfaces()527 types = TestInterface.class.getGenericInterfaces(); in test_getGenericInterfaces()530 types = List.class.getGenericInterfaces(); in test_getGenericInterfaces()534 assertEquals(0, int.class.getGenericInterfaces().length); in test_getGenericInterfaces()535 assertEquals(0, void.class.getGenericInterfaces().length); in test_getGenericInterfaces()
97 Type[] types = eClass.getGenericInterfaces(); in testGenericInterfaces()
906 public Type[] getGenericInterfaces() { in getGenericInterfaces() method in Class