public final class AllMethodsMatcher extends java.lang.Object implements MethodMatcher
UNSPECIFIED_ACCESS, UNSPECIFIED_ANNOTATIONS| Constructor and Description |
|---|
AllMethodsMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.objectweb.asm.commons.Method[] |
getExactMethods() |
int |
hashCode() |
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.
|
public boolean matches(int access,
java.lang.String name,
java.lang.String desc,
java.util.Set<java.lang.String> annotations)
MethodMatchermatches in interface MethodMatcheraccess - The method access flags.public boolean equals(java.lang.Object obj)
equals in interface MethodMatcherequals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic org.objectweb.asm.commons.Method[] getExactMethods()
getExactMethods in interface MethodMatcher