Uses of Interface
io.dialob.program.expr.arith.FunctionCallOperator
-
Packages that use FunctionCallOperator Package Description io.dialob.program.expr.arith -
-
Uses of FunctionCallOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement FunctionCallOperator Modifier and Type Class Description classImmutableFunctionCallOperatorImmutable implementation ofFunctionCallOperator.Methods in io.dialob.program.expr.arith with parameters of type FunctionCallOperator Modifier and Type Method Description static ImmutableFunctionCallOperatorImmutableFunctionCallOperator. copyOf(FunctionCallOperator instance)Creates an immutable copy of aFunctionCallOperatorvalue.ImmutableFunctionCallOperator.BuilderImmutableFunctionCallOperator.Builder. from(FunctionCallOperator instance)Fill a builder with attribute values from the providedio.dialob.program.expr.arith.FunctionCallOperatorinstance.
-