All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.functions.LengthString
java.lang.Object
|
+----COM.objectspace.jgl.functions.LengthString
- public final class LengthString
- extends Object
- implements UnaryFunction
LengthString is a unary function that returns the length of
its operand as a string.
-
LengthString()
-
-
execute(Object)
- Return the length of my operand's string as an Integer.
LengthString
public LengthString()
execute
public Object execute(Object object)
- Return the length of my operand's string as an Integer.
- Parameters:
- object - The operand
- Returns:
- The length of the operand.toString().
All Packages Class Hierarchy This Package Previous Next Index