Returns a list containing each {@link Method} declareddirectly in this type. Inherited methods are not included. Constructors, the initialization method if any, and any synthetic methods created by the compiler are included in the list.
For arrays ( {@link ArrayType}) and primitive classes, the returned list is always empty.
@return a list {@link Method} objects; the list has length 0if no methods exist.
@throws ClassNotPreparedException if this class not yet beenprepared.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.