Class Method

Class java.lang.reflect.Method

Class Members | This Package | All Packages
java.lang.Object
   |
   +----java.lang.reflect.Method

public final class Method
extends Object
implements Member

A Method provides information about, and access to, a single method on a class or interface. The reflected method may be a class method or an instance method (including an abstract method).

A Method permits widening conversions to occur when matching the actual parameters to invokewith the underlying method's formal parameters, but it throws an IllegalArgumentException if a narrowing conversion would occur.

See Also:
Member, Class, getMethods, getMethod, getDeclaredMethods, getDeclaredMethod