public class NotMatcher extends CompoundMatcher
children| Constructor and Description |
|---|
NotMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Matcher child) |
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
int |
maxChildren() |
Matcher |
originalMatcher() |
java.lang.String |
toString() |
void |
writeXML(XMLOutput xmlOutput,
boolean disabled) |
childIterator, clear, equals, getChildren, hashCode, numberChildren, removeChild, writeChildrenXMLpublic boolean match(BugInstance bugInstance)
MatcherbugInstance - the BugInstancepublic void writeXML(XMLOutput xmlOutput, boolean disabled) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class CompoundMatcherpublic int maxChildren()
maxChildren in class CompoundMatcherpublic void addChild(Matcher child)
addChild in class CompoundMatcherpublic Matcher originalMatcher()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.