All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.functions.ToString

java.lang.Object
   |
   +----COM.objectspace.jgl.functions.ToString

public final class ToString
extends Object
implements UnaryFunction
ToString is a unary function that returns its operand as a String.


Constructor Index

 o ToString()

Method Index

 o execute(Object)
Return my argument as a String, or "null" if the operand is null.

Constructors

 o ToString
 public ToString()

Methods

 o execute
 public Object execute(Object object)
Return my argument as a String, or "null" if the operand is null.

Parameters:
object - The operand.
Returns:
A String that describes the operand, using the standard Java toString() method.

All Packages  Class Hierarchy  This Package  Previous  Next  Index