(.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)mutateGenerator function for the mutations.