- All Implemented Interfaces:
Function
4.2 string string(object)
- Author:
- bob mcwhirter (bob @ werken.com)
-
Constructor Summary
Constructors
-
Method Summary
Call the function object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StringFunction
public StringFunction()
-
Method Details
-
call
Description copied from interface: Function
Call the function object.
- Specified by:
call
in interface Function
- Parameters:
context
- The current context the function operates upon
args
- The argument list to the function.
- Returns:
- The result from calling the function.
-
-
evaluate
public static String evaluate(org.jdom.Element elem)