| |
| | Method (Java 2 Platform SE v1.4.2) |
 | | 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 underlying method is an instance method, it is invoked using dynamic method lookup as documented in The Java Language Specification, Second Edition, section 15.12.4.4; in particular, overriding based on the runtime type of the target object will occur. |
 | | If the underlying method is static, the class that declared the method is initialized if it has not already been initialized. |
| java.sun.com /j2se/1.4.2/docs/api/java/lang/reflect/Method.html (776 words) |
|