public final class OrMethodMatcher extends ManyMethodMatcher
methodMatchers
UNSPECIFIED_ACCESS, UNSPECIFIED_ANNOTATIONS
Modifier and Type | Method and Description |
---|---|
static MethodMatcher |
getMethodMatcher(java.util.Collection<MethodMatcher> matchers) |
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, hashCode
public boolean matches(int access, java.lang.String name, java.lang.String desc, java.util.Set<java.lang.String> annotations)
MethodMatcher
access
- The method access flags.public static final MethodMatcher getMethodMatcher(MethodMatcher... matchers)
public static final MethodMatcher getMethodMatcher(java.util.Collection<MethodMatcher> matchers)
public java.lang.String toString()
toString
in class java.lang.Object