| Modifier and Type | Method and 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
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<Region> |
RegionInterceptor.computeRegions(MethodTree method) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Region> |
UnmodifiableCollections.computeRegions(MethodTree method) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Region> |
EnumSwitchFilter.computeRegions(MethodTree method) |
protected List<Region> |
MethodReferenceNullCheckFilter.computeRegions(MethodTree method) |
protected List<Region> |
ImplicitNullCheckFilter.computeRegions(MethodTree method) |
protected List<Region> |
AssertFilter.computeRegions(MethodTree method) |
protected List<Region> |
TryWithResourcesFilter.computeRegions(MethodTree method) |
protected List<Region> |
StringSwitchFilter.computeRegions(MethodTree method) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Region> |
LombokNullFilter.computeRegions(MethodTree method) |
Copyright © 2024 org.pitest. All rights reserved.