| |
| | Method (Java 2 Platform SE v1.4.2) |
 | | The reflected method may be a class method or an instance method (including an abstract method). |
 | | The string is formatted as the method access modifiers, if any, followed by the method return type, followed by a space, followed by the class declaring the method, followed by a period, followed by the method name, followed by a parenthesized, comma-separated list of the method's formal parameter types. |
 | | If the method completes normally, the value it returns is returned to the caller of invoke; if the value has a primitive type, it is first appropriately wrapped in an object. |
| java.sun.com /j2se/1.4.2/docs/api/java/lang/reflect/Method.html (776 words) |
|