Class Index | File Index

Classes


Class gxe.util.StringBuffer

Simulates some methods associated with an StringBuffer data structure.
Defined in: gxe.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
append(s)
Appends a string.
 
Constructor.
 
Returns the associated string.
Class Detail
gxe.util.StringBuffer()
Method Detail
{gxe.util.StringBuffer} append(s)
Appends a string.
Parameters:
{String} s
the string to append
Returns:
{gxe.util.StringBuffer} this instance

{gxe.util.StringBuffer} constructor(text)
Constructor.
Parameters:
{String} text
the initial text
Returns:
{gxe.util.StringBuffer} the new instance

{String} toString()
Returns the associated string.
Returns:
{String} this string