Uses of Class
org.pitest.bytecode.analysis.MethodTree
-
-
Uses of MethodTree in org.pitest.bytecode.analysis
Methods in org.pitest.bytecode.analysis that return types with arguments of type MethodTree Modifier and Type Method Description static Predicate<MethodTree>MethodMatchers. forLocation(Location location)static Function<MethodTree,Predicate<MutationDetails>>AnalysisFunctions. matchMutationsInMethod()Optional<MethodTree>ClassTree. method(Location loc)List<MethodTree>ClassTree. methods()static Predicate<MethodTree>MethodMatchers. named(String name)Match a method based on its name, as methods can be overloaded this should be used with caution.Stream<MethodTree>ClassTree. realMethods()Methods, excluding bridges and synthetics -
Uses of MethodTree in org.pitest.mutationtest.build.intercept
Methods in org.pitest.mutationtest.build.intercept with parameters of type MethodTree Modifier and Type Method Description protected abstract List<Region>RegionInterceptor. computeRegions(MethodTree method) -
Uses of MethodTree in org.pitest.mutationtest.build.intercept.defensive
Methods in org.pitest.mutationtest.build.intercept.defensive with parameters of type MethodTree Modifier and Type Method Description protected List<Region>UnmodifiableCollections. computeRegions(MethodTree method) -
Uses of MethodTree in org.pitest.mutationtest.build.intercept.javafeatures
Methods in org.pitest.mutationtest.build.intercept.javafeatures with parameters of type MethodTree 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 MethodTree in org.pitest.mutationtest.build.intercept.lombok
Methods in org.pitest.mutationtest.build.intercept.lombok with parameters of type MethodTree Modifier and Type Method Description protected List<Region>LombokNullFilter. computeRegions(MethodTree method)
-