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