MethodInfoStringifier
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Implements: | |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.env.reflect.stringifier.MethodInfoStringifier |
| File last modified: | Friday, 20 May 2005, 19:35:50 |
MethodInfoStringifier stringifies org.as2lib.env.reflect.MethodInfo instances.Summary
Instance methods
execute
function execute (
target) : String
Returns the string representation of the passed-in org.as2lib.env.reflect.MethodInfo instance.
The string representation is composed as follows:
fullyQualifiedDeclaringTypeName.methodName
Or if static:
static fullyQualifiedDeclaringTypeName.methodNameParameters:
target:
an instance of type org.as2lib.env.reflect.MethodInfo to stringify
Returns:
the string representation of the passed-in
target method infoSpecified by: