@FunctionalInterface public interface StopMethodMatcher
| Modifier and Type | Method and Description |
|---|---|
static StopMethodMatcher |
any(Collection<StopMethodMatcher> matchers) |
static StopMethodMatcher |
forAccess(int access) |
static StopMethodMatcher |
forBody(org.pitest.sequence.SequenceQuery<org.objectweb.asm.tree.AbstractInsnNode> body) |
static StopMethodMatcher |
forNameDesc(String name,
String desc) |
boolean |
matches(org.pitest.bytecode.analysis.ClassTree classTree,
org.pitest.bytecode.analysis.MethodTree methodTree) |
static boolean |
matchesAccess(org.pitest.bytecode.analysis.MethodTree methodTree,
int access) |
static boolean |
matchesNameDesc(org.pitest.bytecode.analysis.MethodTree methodTree,
String name,
String desc) |
boolean matches(org.pitest.bytecode.analysis.ClassTree classTree,
org.pitest.bytecode.analysis.MethodTree methodTree)
static boolean matchesNameDesc(org.pitest.bytecode.analysis.MethodTree methodTree,
String name,
String desc)
static boolean matchesAccess(org.pitest.bytecode.analysis.MethodTree methodTree,
int access)
static StopMethodMatcher forNameDesc(String name, String desc)
static StopMethodMatcher forAccess(int access)
static StopMethodMatcher forBody(org.pitest.sequence.SequenceQuery<org.objectweb.asm.tree.AbstractInsnNode> body)
static StopMethodMatcher any(Collection<StopMethodMatcher> matchers)
Copyright © 2018 eu.stamp-project. All rights reserved.