MutantMetaData

Metadata about a mutant.

Constructors

this
this(MutationId id)
Undocumented in source.
this
this(MutationId id, MutantAttr attr)
Undocumented in source.

Members

Functions

isNoMut
bool isNoMut()
Undocumented in source. Be warned that the author may not have intended to support it.
kindToString
string kindToString()
Undocumented in source. Be warned that the author may not have intended to support it.
kindToString
void kindToString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(NoMut a)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attr
MutantAttr attr;
Undocumented in source.
id
MutationId id;
Undocumented in source.

Meta