Loop

Undocumented in source.
@safe
class Loop : Node

Inherited Members

From Node

kind
Kind kind()
Undocumented in source.
id
ulong id()
Undocumented in source.
children
Node[] children;
Undocumented in source.
blacklist
bool blacklist()

If the node is blacklisted from being mutated. This is for example when the node covers a C macro.

blacklist
void blacklist(bool x)
Undocumented in source. Be warned that the author may not have intended to support it.
schemaBlacklist
bool schemaBlacklist()

If the node should not be part of mutant schemata because it is highly likely to introduce compilation errors. It is for example likely when operators are overloaded.

schemaBlacklist
void schemaBlacklist(bool x)
Undocumented in source. Be warned that the author may not have intended to support it.
covBlacklist
bool covBlacklist()

Block nodes that have a high probability of failing from being coverage instrumented.

covBlacklist
void covBlacklist(bool x)
Undocumented in source. Be warned that the author may not have intended to support it.
context
bool context()
Undocumented in source. Be warned that the author may not have intended to support it.
context
void context(bool x)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Kind k)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta