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

/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
H A DConstructor.java52 public final class Constructor<T> extends AccessibleObject implements GenericDeclaration, class in inherits:AccessibleObject,GenericDeclaration,Member
63 TypeVariable<Constructor<T>>[] formalTypeParameters;
84 private Constructor(){ method in class:Constructor
101 private Constructor (Class<T> declaringClass, Class<?>[] ptypes, Class<?>[] extypes, int slot){ method in class:Constructor
125 public TypeVariable<Constructor<T>>[] getTypeParameters() {
276 * of {@code Constructor} with the same declaring class and parameter types
291 return object instanceof Constructor && toString().equals(object.toString());
383 * Constructor is the hash code of the name of the declaring class.
398 * invoking the constructor represented by this {@code Constructor} object.
405 * <li>If this Constructor objec
[all...]

Completed in 97 milliseconds