Access keys

ListStringifier

Kind of class: class
Inherits from: BasicClass
Implements:
Author: Christoph Atteneder, Simon Wacker
Classpath: org.as2lib.data.holder.list.ListStringifier
File last modified: Saturday, 04 June 2005, 14:37:00
ListStringifier is the default stringifier used to stringify org.as2lib.data.holder.List
instances.

Summary

Instance methods
Instance methods inherited from BasicClass

Instance methods

execute

function execute (
target) : String
Stringifies passed-in target that must be an instance of type
{link List}.

The string representation is constructed as follows:

[firstlyAddedValue, secondlyAddedValue, ...]
Parameters:
target:
the list target to stringify
Returns:
the string representation of the passed-in target