Uses of Class
org.pitest.mutationtest.build.intercept.Region
-
-
Uses of Region in org.pitest.mutationtest.build.intercept
Methods in org.pitest.mutationtest.build.intercept that return types with arguments of type Region Modifier and Type Method Description protected abstract List<Region>RegionInterceptor. computeRegions(MethodTree method) -
Uses of Region in org.pitest.mutationtest.build.intercept.defensive
Methods in org.pitest.mutationtest.build.intercept.defensive that return types with arguments of type Region Modifier and Type Method Description protected List<Region>UnmodifiableCollections. computeRegions(MethodTree method) -
Uses of Region in org.pitest.mutationtest.build.intercept.javafeatures
Methods in org.pitest.mutationtest.build.intercept.javafeatures that return types with arguments of type Region Modifier and Type Method Description protected List<Region>AssertFilter. computeRegions(MethodTree method)protected List<Region>EnumSwitchFilter. computeRegions(MethodTree method)protected List<Region>ImplicitNullCheckFilter. computeRegions(MethodTree method)protected List<Region>MethodReferenceNullCheckFilter. computeRegions(MethodTree method)protected List<Region>StringSwitchFilter. computeRegions(MethodTree method)protected List<Region>TryWithResourcesFilter. computeRegions(MethodTree method) -
Uses of Region in org.pitest.mutationtest.build.intercept.lombok
Methods in org.pitest.mutationtest.build.intercept.lombok that return types with arguments of type Region Modifier and Type Method Description protected List<Region>LombokNullFilter. computeRegions(MethodTree method)
-