@Deprecated public class CompoundMatcher extends HashSet<Matcher> implements Matcher
| Constructor and Description |
|---|
CompoundMatcher()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(BugInstance bugInstance)
Deprecated.
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
void |
writeXML(XMLOutput xmlOutput,
boolean disabled)
Deprecated.
|
add, clear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringpublic boolean match(BugInstance bugInstance)
Matcherpublic void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
writeXML in interface MatcherIOExceptionCopyright © 2003–2015. All rights reserved.