Access keys

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
Instance methods inherited from BasicClass

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.methodName
Parameters:
target:
an instance of type org.as2lib.env.reflect.MethodInfo to stringify
Returns:
the string representation of the passed-in target method info