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