Interface IFunctionWithArguments
- All Superinterfaces:
IFunctionArguments
Arguments of a function to evaluate.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface IFunctionArguments
getNamedArgs, getPositionalArg, getPositionalArgs, hasPositionalArg
-
Method Details
-
getFunctionName
String getFunctionName()- Returns:
- The name of the function.
-