Lines Matching defs:object

73  * <h4>Class instances representing object types (classes or interfaces)</h4>
111 * which can be either an object type or a primitive type. The signature of a
160 * Returns a {@code Class} object which represents the class with the
186 * Returns a {@code Class} object which represents the class with the
264 * class members or if this object represents a primitive type then an array
267 * @return the public class members of the class represented by this object.
449 * Returns a {@code Class} object which represents the component type if
459 * Returns a {@code Constructor} object which represents the public
573 * Returns a {@code Constructor} object which represents the constructor
665 * Returns a {@code Field} object for the field with the specified name
686 * Make a copy of the private (to the package) object, so that
724 * Returns a {@code Method} object which represents the method matching the
751 * Make a copy of the private (to the package) object, so that
787 * @return non-null; the cache object
862 * Returns a {@code Field} object which represents the public field with the
884 * Make a copy of the private (to the package) object, so that
961 * Returns a {@code Method} object which represents the public method with
988 * Make a copy of the private (to the package) object, so that
1166 * @return the requested resource's {@code URL} object or {@code null} if
1245 * Returns the {@code Class} object which represents the superclass of the
1344 * Indicates whether the specified object can be cast to the class
1348 * @param object
1349 * the object to check.
1350 * @return {@code true} if {@code object} can be cast to the type
1352 * object} is {@code null} or cannot be cast.
1354 public native boolean isInstance(Object object);
1447 * object was created by the class loader of the class.
1494 * Casts the specified object to the type represented by this {@code Class}.
1495 * If the object is {@code null} then the result is also {@code null}.
1498 * the object to cast.
1499 * @return the object that has been cast.
1501 * if the object cannot be cast to the specified type.
1514 * Set the "accessible" flag of the given object, without doing any
1522 * @param ao non-null; the object to modify