Searched defs:Constructor (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DConstructor.java37 * {@code Constructor} provides information about, and access to, a single
40 * <p>{@code Constructor} permits widening conversions to occur when matching the
56 public final class Constructor<T> extends AbstractMethod implements class in inherits:AbstractMethod,GenericDeclaration,Member
64 private Constructor() { method in class:Constructor
68 private Constructor(Class<?> serializationCtor, method in class:Constructor
77 public Constructor<T> serializationCopy(Class<?> ctor, Class<?> cl) {
78 return new Constructor<T>(ctor, cl);
83 * the constructor represented by this {@code Constructor} object.
99 * represented by this {@code Constructor} object, as an integer. The
123 public TypeVariable<Constructor<
[all...]

Completed in 48 milliseconds