Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableFunctionCallOperator
Packages that use ImmutableFunctionCallOperator
-
Uses of ImmutableFunctionCallOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableFunctionCallOperatorModifier and TypeMethodDescriptionImmutableFunctionCallOperator.Builder.build()Builds a newImmutableFunctionCallOperator.ImmutableFunctionCallOperator.copyOf(FunctionCallOperator instance) Creates an immutable copy of aFunctionCallOperatorvalue.ImmutableFunctionCallOperator.withArgs(Expression... elements) Copy the current immutable object with elements that replace the content ofargs.ImmutableFunctionCallOperator.withArgs(Iterable<? extends Expression> elements) Copy the current immutable object with elements that replace the content ofargs.ImmutableFunctionCallOperator.withFunctionName(String value) Copy the current immutable object by setting a value for thefunctionNameattribute.ImmutableFunctionCallOperator.withValueType(ValueType value) Copy the current immutable object by setting a value for thevalueTypeattribute.