Abstract
Abstract
getThe point in the code to mutate
An array with the results of each mutation, which must be out-of-tree copies of the given join point
Abstract
isA point in the code to test
True if the given join point is a valid mutation point, false otherwise
Generator function for the mutations.
The point in the code to mutate.
An iterator that results the results of each mutation on each iteration.
Base class that represents a code mutation.
This should not be instantiated directly, instead it should be extended.
Param: name
the name of the mutation