Class org.as2lib.env.reflect.stringifier.MethodInfoStringifier

org.as2lib.core.BasicClass
   +--org.as2lib.env.reflect.stringifier.MethodInfoStringifier

Implemented Interfaces

Stringifier

Description

MethodInfoStringifier stringifies MethodInfo instances.

Method Index

execute()

Inherited from BasicClass

toString()

Method Detail

execute

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
 

Parameters

targetan instance of type MethodInfo to stringify

Return

the string representation of the passed-in target method info

Specified By

execute() in org.as2lib.util.Stringifier