Class StringSwitchFilter
- java.lang.Object
-
- org.pitest.mutationtest.build.intercept.RegionInterceptor
-
- org.pitest.mutationtest.build.intercept.javafeatures.StringSwitchFilter
-
- All Implemented Interfaces:
MutationInterceptor
public class StringSwitchFilter extends RegionInterceptor
-
-
Constructor Summary
Constructors Constructor Description StringSwitchFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Region>computeRegions(MethodTree method)-
Methods inherited from class org.pitest.mutationtest.build.intercept.RegionInterceptor
begin, buildPredicate, end, intercept, type
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pitest.mutationtest.build.MutationInterceptor
initialise
-
-
-
-
Method Detail
-
computeRegions
protected List<Region> computeRegions(MethodTree method)
- Specified by:
computeRegionsin classRegionInterceptor
-
-