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

/libcore/libart/src/main/java/java/lang/reflect/
H A DConstructor.java48 public final class Constructor<T> extends AbstractMethod implements GenericDeclaration, Member { class in inherits:AbstractMethod,GenericDeclaration,Member
52 private Constructor() { method in class:Constructor
131 @Override public TypeVariable<Constructor<T>>[] getTypeParameters() {
133 return (TypeVariable<Constructor<T>>[]) info.formalTypeParameters.clone();
239 * invoking the constructor represented by this {@code Constructor} object.
246 * <li>If this Constructor object is enforcing access control (see
259 * <li>The constructor represented by this {@code Constructor} object is

Completed in 82 milliseconds