Uses of Class
cdc.enums.SynthesisStatus
-
-
Uses of SynthesisStatus in cdc.enums
Fields in cdc.enums with type parameters of type SynthesisStatus Modifier and Type Field Description static cdc.util.encoding.Encoder<SynthesisStatus,Character>SynthesisStatus. ENCODERprotected Map<V,SynthesisStatus>AbstractSynthesisMask. mapMethods in cdc.enums that return SynthesisStatus Modifier and Type Method Description SynthesisStatusAbstractSynthesisMask. get(V value)SynthesisStatusSynthesisMask. get(V value)Returns the status associated to a value.SynthesisStatusSynthesisStatus. merge(SynthesisStatus other)Merges this status with another one.static SynthesisStatusSynthesisStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SynthesisStatus[]SynthesisStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.enums with parameters of type SynthesisStatus Modifier and Type Method Description MSynthesisMaskSupport. create(SynthesisStatus status)Creates a synthesis mask with values set to the same status.SynthesisStatusSynthesisStatus. merge(SynthesisStatus other)Merges this status with another one.MAbstractSynthesisMask. set(V value, SynthesisStatus status)MSynthesisMask. set(V value, SynthesisStatus status)Sets the status of a value.MAbstractSynthesisMask. setAll(SynthesisStatus status)MSynthesisMask. setAll(SynthesisStatus status)Sets the status of all values.Method parameters in cdc.enums with type arguments of type SynthesisStatus Modifier and Type Method Description MAbstractSynthesisMask.Creator. create(SynthesisMaskSupport<M,V> support, Map<V,SynthesisStatus> map)MSynthesisMaskSupport. create(Map<V,SynthesisStatus> map)Creates a synthesis mask for a map.StringAbstractSynthesisMask. toString(Function<SynthesisStatus,String> statusToString, String separator)StringSynthesisMask. toString(Function<SynthesisStatus,String> statusToString, String separator)Constructor parameters in cdc.enums with type arguments of type SynthesisStatus Constructor Description AbstractSynthesisMask(SynthesisMaskSupport<M,V> support, Map<V,SynthesisStatus> map)
-