Searched refs:constructorMethodType (Results 1 – 1 of 1) sorted by relevance
183 MethodType constructorMethodType = methodType.changeReturnType(void.class); in lookupConstructor() local184 MethodHandle mh = lookup.findConstructor(cls, constructorMethodType); in lookupConstructor()