Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableConstant
Packages that use ImmutableConstant
-
Uses of ImmutableConstant in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableConstantModifier and TypeMethodDescriptionImmutableConstant.Builder.build()Builds a newImmutableConstant.static <T> ImmutableConstant<T> Creates an immutable copy of aConstantvalue.final ImmutableConstant<T> Copy the current immutable object by setting a value for thevalueattribute.final ImmutableConstant<T> ImmutableConstant.withValueType(ValueType value) Copy the current immutable object by setting a value for thevalueTypeattribute.