Uses of Class
de.xima.fc.placeholder.parser.form_function.node.FunctionArgument
-
Packages that use FunctionArgument Package Description de.xima.fc.placeholder.parser.form_function.node de.xima.fc.placeholder.replacer.form.function -
-
Uses of FunctionArgument in de.xima.fc.placeholder.parser.form_function.node
Methods in de.xima.fc.placeholder.parser.form_function.node that return FunctionArgument Modifier and Type Method Description static FunctionArgumentFunctionArgument. empty()FunctionArgumentValueTransformer. getArgument()Constructors in de.xima.fc.placeholder.parser.form_function.node with parameters of type FunctionArgument Constructor Description ValueTransformer(String name, FunctionArgument argument) -
Uses of FunctionArgument in de.xima.fc.placeholder.replacer.form.function
Methods in de.xima.fc.placeholder.replacer.form.function with parameters of type FunctionArgument Modifier and Type Method Description StringIFormFunction. replace(IFormReplacerParams parameters, String fieldName, FunctionArgument args)Evaluates a form function.StringLstFunction. replace(IFormReplacerParams parameters, String fieldName, FunctionArgument args)StringRepFunction. replace(IFormReplacerParams parameters, String fieldName, FunctionArgument args)
-