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