edu.umd.cs.findbugs.filter
public abstract class CompoundMatcher extends Object implements Matcher
| Field Summary | |
|---|---|
| protected LinkedHashSet<Matcher> | children |
| Method Summary | |
|---|---|
| void | addChild(Matcher child) |
| Iterator<Matcher> | childIterator() |
| protected void | clear() |
| protected int | numberChildren() |
| protected void | removeChild(Matcher child) |
| void | writeChildrenXML(XMLOutput xmlOutput) |