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