Searched refs:unreflectConstructor (Results 1 – 6 of 6) sorted by relevance
83 …public MethodHandle unreflectConstructor(Constructor<?> c) throws IllegalAccessException { return … in unreflectConstructor() method in MethodHandles.Lookup
830 MethodHandles.lookup().unreflectConstructor(privateConstructor); in testUnreflects_constructors()836 MethodHandle mh = MethodHandles.lookup().unreflectConstructor(privateConstructor); in testUnreflects_constructors()843 mh = MethodHandles.lookup().unreflectConstructor(publicConstructor); in testUnreflects_constructors()
547 public java.lang.invoke.MethodHandle unreflectConstructor( in unreflectConstructor() method in MethodHandles.Lookup
1499 return MethodHandles.lookup().unreflectConstructor(ctr); in canonicalRecordCtr()
1910 public MethodHandle unreflectConstructor(Constructor<?> c) throws IllegalAccessException { in unreflectConstructor() method in MethodHandles.Lookup
4739 …method public java.lang.invoke.MethodHandle unreflectConstructor(java.lang.reflect.Constructor<?>)…