MutationPointEntry2

The source code mutations for a mutation point.

Members

Functions

set
void set(CodeMutant m)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cm
CodeMutant cm;
Undocumented in source.
file
Path file;
Undocumented in source.
offset
Offset offset;
Undocumented in source.
sloc
SourceLoc sloc;

Start of the mutation point.

slocEnd
SourceLoc slocEnd;

End of the mutation point.

Meta