Uses of Interface
io.dialob.program.expr.arith.NegOperatorNumber
-
Packages that use NegOperatorNumber Package Description io.dialob.program.expr.arith -
-
Uses of NegOperatorNumber in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement NegOperatorNumber Modifier and Type Class Description classImmutableNegOperatorNumberImmutable implementation ofNegOperatorNumber.Methods in io.dialob.program.expr.arith with parameters of type NegOperatorNumber Modifier and Type Method Description static ImmutableNegOperatorNumberImmutableNegOperatorNumber. copyOf(NegOperatorNumber instance)Creates an immutable copy of aNegOperatorNumbervalue.ImmutableNegOperatorNumber.BuilderImmutableNegOperatorNumber.Builder. from(NegOperatorNumber instance)Fill a builder with attribute values from the providedio.dialob.program.expr.arith.NegOperatorNumberinstance.
-