Package io.dialob.program.model
Interface Value<T>
-
- All Known Subinterfaces:
ConditionalValue<T>,ConstantValue<T>
- All Known Implementing Classes:
ImmutableConditionalValue,ImmutableConstantValue
public interface Value<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Teval(EvalContext evalContext)ValueTypegetValueType()
-
-
-
Method Detail
-
getValueType
ValueType getValueType()
-
eval
T eval(EvalContext evalContext)
-
-