public class NameMethodMatcher extends java.lang.Object implements MethodMatcher
UNSPECIFIED_ACCESS, UNSPECIFIED_ANNOTATIONS| Constructor and Description |
|---|
NameMethodMatcher(java.lang.String name) |
| 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.
|
java.lang.String |
toString() |
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 java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in interface MethodMatcherequals in class java.lang.Objectpublic org.objectweb.asm.commons.Method[] getExactMethods()
getExactMethods in interface MethodMatcher