Packagenet.dmclaren.utils
Classpublic class FunctionUtils

Utility class for working with functions.



Public Methods
 MethodDefined by
  
FunctionUtils
  
getFunctionByName(name:String):Function
[static] Fetches the function with the given name.
FunctionUtils
Constructor detail
FunctionUtils()constructor
public function FunctionUtils()
Method detail
getFunctionByName()method
public static function getFunctionByName(name:String):Function

Fetches the function with the given name. Function names are specified like this: com.example.misc::MyFunction

Parameters
name:String

Returns
Function