PropertyInfoStringifier
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Implements: | |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.env.reflect.stringifier.PropertyInfoStringifier |
| File last modified: | Friday, 13 May 2005, 22:00:32 |
PropertyInfoStringifier stringifies org.as2lib.env.reflect.PropertyInfo instances.Summary
Instance methods
execute
function execute (
target) : String
Returns the string representation of the passed-in org.as2lib.env.reflect.PropertyInfo instance.
The string representation is composed as follows:
fullQualifiedDeclaringTypeName.propertyName
Or if static:
static fullQualifiedDeclaringTypeName.propertyNameParameters:
target:
an instance of type org.as2lib.env.reflect.PropertyInfo to stringify
Returns:
the string representation of the passed-in
target property infoSpecified by: