Stringifier
| Kind of class: | interface |
|---|---|
| Inherits from: | BasicInterface |
| Implemented by: | |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.util.Stringifier |
| File last modified: | Friday, 08 April 2005, 19:06:20 |
Stringifier is the basic interface for classes that are responsible forcreating string representations of objects.
The concrete stringifier should specify in its documentation what type of
object it epects, that means from which type it expects the object to be an
instance of.
Summary
Instance methods
execute
function execute (
target) : String
Returns the string representation of the passed-in
target object.Parameters:
target:
the target object to stringify
Returns:
the string representation of the
target object