Access keys

StackStringifier

Kind of class: class
Inherits from: BasicClass
Implements:
Author: Simon Wacker
Classpath: org.as2lib.data.holder.stack.StackStringifier
File last modified: Thursday, 05 May 2005, 17:04:10
StackStringifier stringifies instances of type org.as2lib.data.holder.Stack.

Summary

Instance methods
Instance methods inherited from BasicClass

Instance methods

execute

function execute (
target) : String
Returns the string representation of the passed-in target stack.

target must be an instance of type Stack.

The string representation is constructed as follows:

[lastlyAddedValue, penultimatelyAddedValue, ...]
Parameters:
target:
the target stack to stringify
Returns:
the string representation of the passed-in target stack