public class IntOverUnder extends Object implements OperandPerturbator
| Modifier and Type | Field and Description |
|---|---|
protected int |
delta |
protected int |
offset |
| Constructor and Description |
|---|
IntOverUnder(Config conf,
String keyPrefix) |
IntOverUnder(int delta) |
| Modifier and Type | Method and Description |
|---|---|
ChoiceGenerator<?> |
createChoiceGenerator(String id,
StackFrame frame,
Object refObject) |
Class<? extends ChoiceGenerator<?>> |
getChoiceGeneratorType() |
boolean |
perturb(ChoiceGenerator<?> cg,
StackFrame frame) |
public ChoiceGenerator<?> createChoiceGenerator(String id, StackFrame frame, Object refObject)
createChoiceGenerator in interface OperandPerturbatorpublic boolean perturb(ChoiceGenerator<?> cg, StackFrame frame)
perturb in interface OperandPerturbatorpublic Class<? extends ChoiceGenerator<?>> getChoiceGeneratorType()
getChoiceGeneratorType in interface OperandPerturbator