public class FunctionValue extends Value
HopeFunction call.| Constructor and Description |
|---|
FunctionValue(String name,
List<Value> parameters,
FunctionRegistry.ConstructorMeta selectedConstructor) |
public FunctionValue(String name, List<Value> parameters, FunctionRegistry.ConstructorMeta selectedConstructor)
name - Name of the function as provided to FunctionImplementationparameters - Parameters to be passed to the functionselectedConstructor - Selected overload of the function from FunctionRegistryCopyright © 2019. All rights reserved.