MutationPointEntry2

The source code mutations for a mutation point.

Members

Functions

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

Variables

cms
CodeMutant[] cms;
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