Package io.appform.hope.core.values
Class FunctionValue
- java.lang.Object
-
- io.appform.hope.core.TreeNode
-
- io.appform.hope.core.Value
-
- io.appform.hope.core.values.FunctionValue
-
public class FunctionValue extends Value
An abstraction for aHopeFunctioncall.
-
-
Constructor Summary
Constructors Constructor Description FunctionValue(String name, List<Value> parameters, FunctionRegistry.ConstructorMeta selectedConstructor)
-
-
-
Constructor Detail
-
FunctionValue
public FunctionValue(String name, List<Value> parameters, FunctionRegistry.ConstructorMeta selectedConstructor)
- Parameters:
name- Name of the function as provided toFunctionImplementationparameters- Parameters to be passed to the functionselectedConstructor- Selected overload of the function fromFunctionRegistry
-
-