Uses of Interface
io.dialob.program.model.Label
-
Packages that use Label Package Description io.dialob.program io.dialob.program.expr.arith io.dialob.program.model -
-
Uses of Label in io.dialob.program
Fields in io.dialob.program declared as Label Modifier and Type Field Description protected LabelAbstractItemBuilder. descriptionprotected LabelAbstractItemBuilder. label -
Uses of Label in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith with parameters of type Label Modifier and Type Method Description static LocalizedLabelOperatorLocalizedLabelOperator. createLocalizedLabelOperator(ProgramBuilder programBuilder, Label label) -
Uses of Label in io.dialob.program.model
Classes in io.dialob.program.model that implement Label Modifier and Type Class Description classImmutableLabelImmutable implementation ofLabel.Methods in io.dialob.program.model that return Label Modifier and Type Method Description static LabelLabel. createLabel(Map<String,String> map)Methods in io.dialob.program.model with parameters of type Label Modifier and Type Method Description static ImmutableLabelImmutableLabel. copyOf(Label instance)Creates an immutable copy of aLabelvalue.ImmutableLabel.BuilderImmutableLabel.Builder. from(Label instance)Fill a builder with attribute values from the providedLabelinstance.
-