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