Searched refs:getInterfaces (Results 1 – 13 of 13) sorted by relevance
66 public short[] getInterfaces() { in getInterfaces() method in ClassDef
151 for (Class<?> intf : clazz.getInterfaces()) { in checkProxyPackageAccess()
811 Class [] interfaces1 = Cls1.class.getInterfaces(); in test_getInterfaces()815 Class [] interfaces2 = Cls2.class.getInterfaces(); in test_getInterfaces()819 Class [] interfaces3 = Cls3.class.getInterfaces(); in test_getInterfaces()824 Class [] interfaces4 = Cls4.class.getInterfaces(); in test_getInterfaces()
348 interfaces = Object.class.getInterfaces(); in test_getInterfaces()350 interfaceList = Arrays.asList(Vector.class.getInterfaces()); in test_getInterfaces()
266 …<?> c = Proxy.getProxyClass(myImpl.getClass().getClassLoader(), myImpl.getClass().getInterfaces()); in test_ProxyClass_withParentAndSubInThrowList()
132 Class<?>[] interfaces = c.getInterfaces(); in parseForClass()
908 public Class<?>[] getInterfaces() { in getInterfaces() method in Class985 result = getInterfaces(); in getGenericInterfaces()
694 getMethodsRecursive(i.getInterfaces(), methods); in getMethodsRecursive()
641 Class[] interfaceNames = clazz.getInterfaces(); in test_resolveProxyClass()651 Class[] implementedInterfaces = s.getInterfaces(); in test_resolveProxyClass()
1291 Class[] ifaces = cl.getInterfaces(); in writeProxyDesc()
1698 Class<?>[] interfaces = cl.getInterfaces(); in computeDefaultSUID()
1569 cl.getInterfaces()); in readProxyDesc()
1589 Class[] interfaces = ((Class) objLoaded).getInterfaces(); in test_writeObject_Proxy()