public class NotMatcher extends CompoundMatcher
children| Constructor and Description |
|---|
NotMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
int |
maxChildren() |
Matcher |
originalMatcher() |
String |
toString() |
void |
writeXML(XMLOutput xmlOutput,
boolean disabled) |
addChild, childIterator, clear, equals, getChildren, hashCode, numberChildren, removeChild, writeChildrenXMLpublic boolean match(BugInstance bugInstance)
MatcherbugInstance - the BugInstancepublic void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
IOExceptionpublic String toString()
toString in class CompoundMatcherpublic int maxChildren()
maxChildren in class CompoundMatcherpublic Matcher originalMatcher()
Copyright © 2003–2015. All rights reserved.