public abstract class ManyMethodMatcher extends java.lang.Object implements MethodMatcher
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<MethodMatcher> |
methodMatchers |
UNSPECIFIED_ACCESS, UNSPECIFIED_ANNOTATIONS| Modifier | Constructor and Description |
|---|---|
|
ManyMethodMatcher(java.util.Collection<MethodMatcher> methodMatchers) |
protected |
ManyMethodMatcher(MethodMatcher... methodMatchers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.objectweb.asm.commons.Method[] |
getExactMethods() |
java.util.Collection<MethodMatcher> |
getMethodMatchers() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitmatchesprotected final java.util.Collection<MethodMatcher> methodMatchers
protected ManyMethodMatcher(MethodMatcher... methodMatchers)
public ManyMethodMatcher(java.util.Collection<MethodMatcher> methodMatchers)
public java.util.Collection<MethodMatcher> getMethodMatchers()
public 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