| Class | Description |
|---|---|
| ConstantMutationOperator |
A mutation operator that replaces the method body by a return instruction whose result is the given constant
|
| EmptyArrayMutationOperator | |
| MutationOperator |
Mutation operator definition
|
| NullMutationOperator |
Replaces the method body with a
return null statement |
| VoidMutationOperator |
A class whose instances are able to mutate void methods and static initializers
(Constructors should call super constructors and so they aren't considered here)
|
| Exception | Description |
|---|---|
| WrongOperatorException |
Copyright © 2018 eu.stamp-project. All rights reserved.