org.as2lib.core.BasicClass +--org.as2lib.env.reflect.stringifier.MethodInfoStringifier
Stringifier
MethodInfoStringifier
stringifies MethodInfo instances.
public function execute(target):String
Returns the string representation of the passed-in MethodInfo instance.
The string representation is composed as follows:
fullyQualifiedDeclaringTypeName.methodName
Or if static:
static fullyQualifiedDeclaringTypeName.methodName
target | an instance of type MethodInfo to stringify |
the string representation of the passed-in target
method info