public final class AndMethodMatcher extends ManyMethodMatcher
methodMatchersUNSPECIFIED_ACCESS, UNSPECIFIED_ANNOTATIONS| Modifier | Constructor and Description |
|---|---|
protected |
AndMethodMatcher(MethodMatcher... methodMatchers) |
| Modifier and Type | Method and Description |
|---|---|
static MethodMatcher |
getMethodMatcher(MethodMatcher... matchers) |
boolean |
matches(int access,
java.lang.String name,
java.lang.String desc,
java.util.Set<java.lang.String> annotations)
Returns true if this matcher matches the given method.
|
java.lang.String |
toString() |
equals, getExactMethods, getMethodMatchers, hashCodeprotected AndMethodMatcher(MethodMatcher... methodMatchers)
public boolean matches(int access,
java.lang.String name,
java.lang.String desc,
java.util.Set<java.lang.String> annotations)
MethodMatcheraccess - The method access flags.public static final MethodMatcher getMethodMatcher(MethodMatcher... matchers)
public java.lang.String toString()
toString in class java.lang.Object