Uses of Interface
io.dialob.program.expr.arith.LocalizedLabelOperator
-
Packages that use LocalizedLabelOperator Package Description io.dialob.program.expr.arith -
-
Uses of LocalizedLabelOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement LocalizedLabelOperator Modifier and Type Class Description classImmutableLocalizedLabelOperatorImmutable implementation ofLocalizedLabelOperator.Methods in io.dialob.program.expr.arith that return LocalizedLabelOperator Modifier and Type Method Description static LocalizedLabelOperatorLocalizedLabelOperator. createLocalizedLabelOperator(ProgramBuilder programBuilder, Label label)Methods in io.dialob.program.expr.arith with parameters of type LocalizedLabelOperator Modifier and Type Method Description static ImmutableLocalizedLabelOperatorImmutableLocalizedLabelOperator. copyOf(LocalizedLabelOperator instance)Creates an immutable copy of aLocalizedLabelOperatorvalue.ImmutableLocalizedLabelOperator.BuilderImmutableLocalizedLabelOperator.Builder. from(LocalizedLabelOperator instance)Fill a builder with attribute values from the providedLocalizedLabelOperatorinstance.
-