static <T> ImmutableConstant.Builder<T> |
ImmutableConstant.builder() |
|
ImmutableConstant.Builder<T> |
ImmutableConstant.Builder.from(Constant<T> instance) |
Fill a builder with attribute values from the provided io.dialob.program.expr.arith.Constant instance.
|
ImmutableConstant.Builder<T> |
ImmutableConstant.Builder.from(Expression instance) |
Fill a builder with attribute values from the provided io.dialob.program.model.Expression instance.
|
ImmutableConstant.Builder<T> |
ImmutableConstant.Builder.value(T value) |
Initializes the value for the value attribute.
|
ImmutableConstant.Builder<T> |
ImmutableConstant.Builder.valueType(ValueType valueType) |
Initializes the value for the valueType attribute.
|