(.js)
laraImport("lara.mutation.Mutation");
(.lara)
import lara.mutation.Mutation;
Classes:
new Mutation([name = "<unnamed mutation>"])
Base class that represents a code mutation.
This should not be instantiated directly, instead it should be extended.
getMutants($jp)
getName()
isMutationPoint($jp)
mutate
Generator function for the mutations.