static StopMethodMatcher |
StopMethodMatcher.any(Collection<StopMethodMatcher> matchers) |
static StopMethodMatcher |
StopMethodMatcher.forAccess(int access) |
static StopMethodMatcher |
StopMethodMatcher.forBody(org.pitest.sequence.SequenceQuery<org.objectweb.asm.tree.AbstractInsnNode> body) |
static StopMethodMatcher |
StopMethodMatcher.forNameDesc(String name,
String desc) |
static StopMethodMatcher |
StopMethodMatchers.isDelegate() |
static StopMethodMatcher |
StopMethodMatchers.isDeprecated() |
static StopMethodMatcher |
StopMethodMatchers.isEmptyVoid() |
static StopMethodMatcher |
StopMethodMatchers.isEnumGenerated() |
static StopMethodMatcher |
StopMethodMatchers.isHashCode() |
static StopMethodMatcher |
StopMethodMatchers.isSimpleGetter() |
static StopMethodMatcher |
StopMethodMatchers.isSimpleSetter() |
static StopMethodMatcher |
StopMethodMatchers.isStaticInitializer() |
static StopMethodMatcher |
StopMethodMatchers.isSynthetic() |
static StopMethodMatcher |
StopMethodMatchers.isToString() |
static StopMethodMatcher |
StopMethodMatchers.returnsAConstant() |
static StopMethodMatcher |
StopMethodMatchers.returnsAnEmptyArray() |