Package io.dialob.program.expr.arith
Interface Constant<T>
-
- All Superinterfaces:
Expression,Serializable
- All Known Implementing Classes:
ImmutableConstant
@Immutable public interface Constant<T> extends Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Teval(EvalContext evalContext)TgetValue()ValueTypegetValueType()-
Methods inherited from interface io.dialob.program.model.Expression
getEvalRequiredConditions
-
-
-
-
Method Detail
-
getValue
T getValue()
-
getValueType
@Nonnull ValueType getValueType()
- Specified by:
getValueTypein interfaceExpression
-
eval
default T eval(@Nonnull EvalContext evalContext)
- Specified by:
evalin interfaceExpression
-
-