Package io.appform.hope.core.values
Class FunctionEvaluatableValue
- java.lang.Object
-
- io.appform.hope.core.TreeNode
-
- io.appform.hope.core.Value
-
- io.appform.hope.core.values.FunctionEvaluatableValue
-
- Direct Known Subclasses:
EvaluatableValue,JsonPathValue,JsonPointerValue
public abstract class FunctionEvaluatableValue extends Value
Abstraction of a value that is generated as eval of aHopeFunctioncall.
-
-
Field Summary
Fields Modifier and Type Field Description protected FunctionValuefunction
-
Constructor Summary
Constructors Modifier Constructor Description protectedFunctionEvaluatableValue()protectedFunctionEvaluatableValue(FunctionValue function)
-
-
-
Field Detail
-
function
protected final FunctionValue function
-
-
Constructor Detail
-
FunctionEvaluatableValue
protected FunctionEvaluatableValue()
-
FunctionEvaluatableValue
protected FunctionEvaluatableValue(FunctionValue function)
-
-