Uses of Class
io.dialob.program.expr.arith.ImmutableConstant
-
Packages that use ImmutableConstant Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableConstant in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableConstant Modifier and Type Method Description ImmutableConstant<T>ImmutableConstant.Builder. build()Builds a newImmutableConstant.static <T> ImmutableConstant<T>ImmutableConstant. copyOf(Constant<T> instance)Creates an immutable copy of aConstantvalue.ImmutableConstant<T>ImmutableConstant. withValue(T value)Copy the current immutable object by setting a value for thevalueattribute.ImmutableConstant<T>ImmutableConstant. withValueType(ValueType value)Copy the current immutable object by setting a value for thevalueTypeattribute.
-