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