public abstract class RegionInterceptor extends Object implements MutationInterceptor
| Constructor and Description |
|---|
RegionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ClassTree clazz) |
protected Predicate<MutationDetails> |
buildPredicate() |
protected abstract List<Region> |
computeRegions(MethodTree method) |
void |
end() |
Collection<MutationDetails> |
intercept(Collection<MutationDetails> mutations,
Mutater m) |
InterceptorType |
type() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialisepublic InterceptorType type()
type in interface MutationInterceptorpublic void begin(ClassTree clazz)
begin in interface MutationInterceptorpublic Collection<MutationDetails> intercept(Collection<MutationDetails> mutations, Mutater m)
intercept in interface MutationInterceptorprotected Predicate<MutationDetails> buildPredicate()
protected abstract List<Region> computeRegions(MethodTree method)
public void end()
end in interface MutationInterceptorCopyright © 2024 org.pitest. All rights reserved.