Uses of Class
io.resys.hdes.client.api.programs.ImmutableExpressionResult
Packages that use ImmutableExpressionResult
-
Uses of ImmutableExpressionResult in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableExpressionResultModifier and TypeMethodDescriptionImmutableExpressionResult.Builder.build()Builds a newImmutableExpressionResult.static ImmutableExpressionResultImmutableExpressionResult.copyOf(ExpressionProgram.ExpressionResult instance) Creates an immutable copy of aExpressionProgram.ExpressionResultvalue.ImmutableExpressionResult.withConstants(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofconstants.ImmutableExpressionResult.withConstants(String... elements) Copy the current immutable object with elements that replace the content ofconstants.ImmutableExpressionResult.withType(TypeDef.ValueType value) Copy the current immutable object by setting a value for thetypeattribute.Copy the current immutable object by setting a value for thevalueattribute.