Searched refs:constructorMethod (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DModelMBeanConstructorInfo.java165 * @param constructorMethod The java.lang.reflect.Constructor object
169 Constructor<?> constructorMethod)
171 super(description, constructorMethod);
192 * @param constructorMethod The java.lang.reflect.Constructor object
210 Constructor<?> constructorMethod,
214 super(description, constructorMethod);
168 ModelMBeanConstructorInfo(String description, Constructor<?> constructorMethod) argument
209 ModelMBeanConstructorInfo(String description, Constructor<?> constructorMethod, Descriptor descriptor) argument
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DDirectMethodHandle.java397 /*non-public*/ static Object constructorMethod(Object mh) { method in class:DirectMethodHandle
788 .getDeclaredMethod("constructorMethod", Object.class));

Completed in 44 milliseconds