public class NoMatchMatcher extends ClassMatcher
Modifier and Type | Field and Description |
---|---|
static ClassMatcher |
MATCHER |
JAVA_LANG_OBJECT_INTERNAL_NAME
Constructor and Description |
---|
NoMatchMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Collection<java.lang.String> |
getClassNames() |
int |
hashCode() |
boolean |
isMatch(java.lang.Class<?> clazz)
Return true if the given class matches this rule.
|
boolean |
isMatch(java.lang.ClassLoader loader,
org.objectweb.asm.ClassReader cr)
Returns true if the class bytes from the class reader definitely match this matcher.
|
isExactClassMatcher
public static final ClassMatcher MATCHER
public boolean isMatch(java.lang.ClassLoader loader, org.objectweb.asm.ClassReader cr)
ClassMatcher
isMatch
in class ClassMatcher
public boolean isMatch(java.lang.Class<?> clazz)
ClassMatcher
isMatch
in class ClassMatcher
public java.util.Collection<java.lang.String> getClassNames()
getClassNames
in class ClassMatcher
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object