public static final class OptimizedClassMatcher.Match
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static OptimizedClassMatcher.Match |
NOOP_MATCH |
| Constructor and Description |
|---|
Match(com.google.common.collect.Multimap<ClassAndMethodMatcher,java.lang.String> classMatches,
java.util.Set<org.objectweb.asm.commons.Method> methods,
java.util.Map<org.objectweb.asm.commons.Method,java.util.Set<java.lang.String>> methodAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ClassAndMethodMatcher,java.util.Collection<java.lang.String>> |
getClassMatches()
A map of the ClassAndMethodMatchers that matched to the class names which they matched.
|
java.util.Set<java.lang.String> |
getMethodAnnotations(org.objectweb.asm.commons.Method method)
Returns the annotations for a method.
|
java.util.Set<org.objectweb.asm.commons.Method> |
getMethods()
A set of the methods that were matched.
|
boolean |
isClassAndMethodMatch() |
java.lang.String |
toString() |
public static final OptimizedClassMatcher.Match NOOP_MATCH
public Match(com.google.common.collect.Multimap<ClassAndMethodMatcher,java.lang.String> classMatches, java.util.Set<org.objectweb.asm.commons.Method> methods, java.util.Map<org.objectweb.asm.commons.Method,java.util.Set<java.lang.String>> methodAnnotations)
public java.util.Map<ClassAndMethodMatcher,java.util.Collection<java.lang.String>> getClassMatches()
public java.util.Set<org.objectweb.asm.commons.Method> getMethods()
public java.util.Set<java.lang.String> getMethodAnnotations(org.objectweb.asm.commons.Method method)
AnnotationMethodMatchers belonging to the owning OptimizedClassMatcher.method - public boolean isClassAndMethodMatch()
public java.lang.String toString()
toString in class java.lang.Object