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

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanConstructorInfo.java160 * @param constructorMethod The java.lang.reflect.Constructor object
164 Constructor<?> constructorMethod)
166 super(description, constructorMethod);
188 * @param constructorMethod The java.lang.reflect.Constructor object
206 Constructor<?> constructorMethod,
210 super(description, constructorMethod);
163 ModelMBeanConstructorInfo(String description, Constructor<?> constructorMethod) argument
205 ModelMBeanConstructorInfo(String description, Constructor<?> constructorMethod, Descriptor descriptor) argument
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DDirectMethodHandle.java385 /*non-public*/ static Object constructorMethod(Object mh) { method in class:DirectMethodHandle
659 .getDeclaredMethod("constructorMethod", Object.class))

Completed in 870 milliseconds