edu.umd.cs.findbugs.filter
Class CompoundMatcher
java.lang.Object
edu.umd.cs.findbugs.filter.CompoundMatcher
- All Implemented Interfaces:
- Matcher
- Direct Known Subclasses:
- AndMatcher, OrMatcher
public abstract class CompoundMatcher
- extends java.lang.Object
- implements Matcher
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
children
protected java.util.LinkedHashSet<Matcher> children
CompoundMatcher
public CompoundMatcher()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
numberChildren
protected int numberChildren()
addChild
public void addChild(Matcher child)
removeChild
protected void removeChild(Matcher child)
clear
protected void clear()
getChildren
public java.util.Collection<Matcher> getChildren()
childIterator
public java.util.Iterator<Matcher> childIterator()
writeChildrenXML
public void writeChildrenXML(XMLOutput xmlOutput)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.