ObjectStringifier
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Implements: | |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.core.ObjectStringifier |
| File last modified: | Wednesday, 06 April 2005, 13:18:22 |
ObjectStringifier is the most basic stringifier form.It stringifies all kinds of objects, this means classes, instances and
primitives.
Summary
Instance methods
execute
function execute (
target) : String
Returns the string representation of the passed-in
target object.The string representation is composed as follows:
[type theFullQualifiedNameOfTheObjectsType]
The string representation of the class org.as2lib.core.BasicClass or
instances of it looks like this:
[type org.as2lib.core.BasicClass]
Parameters:
target:
the target object to stringify
Returns:
the string representation of the passed-in
target objectSpecified by: