public class ExactReturnTypeMethodMatcher extends java.lang.Object implements MethodMatcher
UNSPECIFIED_ACCESS, UNSPECIFIED_ANNOTATIONS| Constructor and Description |
|---|
ExactReturnTypeMethodMatcher(org.objectweb.asm.Type returnType) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.commons.Method[] |
getExactMethods() |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic ExactReturnTypeMethodMatcher(org.objectweb.asm.Type returnType)
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 org.objectweb.asm.commons.Method[] getExactMethods()
getExactMethods in interface MethodMatcher