Searched refs:getDeclaredConstructors (Results 1 – 6 of 6) sorted by relevance
183 c.getDeclaredConstructors(); in testReflectionSecurity()188 c.getDeclaredConstructors(); in testReflectionSecurity()
472 return getMatchingConstructor(getDeclaredConstructors(this, true), parameterTypes); in getConstructor()490 return getDeclaredConstructors(this, true); in getConstructors()579 return getMatchingConstructor(getDeclaredConstructors(this, false), parameterTypes); in getDeclaredConstructor()596 public Constructor<?>[] getDeclaredConstructors() throws SecurityException { in getDeclaredConstructors() method in Class598 return getDeclaredConstructors(this, false); in getDeclaredConstructors()609 …private static native <T> Constructor<T>[] getDeclaredConstructors(Class<T> clazz, boolean publicO… in getDeclaredConstructors() method in Class
112 Constructor<?> constructor = fClass.getDeclaredConstructors()[0]; in testConstructorGenericType()
241 Constructor<?>[] declaredConstructors = innerClazz.getDeclaredConstructors(); in testInnerClassTest()
908 Constructor<?> constr = declClasses[i].getDeclaredConstructors()[0]; in test_getDeclaredClasses()958 Constructor[] c = TestClass.class.getDeclaredConstructors(); in test_getDeclaredConstructors()
516 Constructor<?>[] constructors = cl.getDeclaredConstructors(); in computeSerialVersionUID()