edu.umd.cs.findbugs.filter

Class CompoundMatcher

public abstract class CompoundMatcher extends Object implements Matcher

Field Summary
protected LinkedHashSet<Matcher>children
Method Summary
voidaddChild(Matcher child)
Iterator<Matcher>childIterator()
protected voidclear()
protected intnumberChildren()
protected voidremoveChild(Matcher child)
voidwriteChildrenXML(XMLOutput xmlOutput)

Field Detail

children

protected LinkedHashSet<Matcher> children

Method Detail

addChild

public void addChild(Matcher child)

childIterator

public Iterator<Matcher> childIterator()

clear

protected void clear()

numberChildren

protected int numberChildren()

removeChild

protected void removeChild(Matcher child)

writeChildrenXML

public void writeChildrenXML(XMLOutput xmlOutput)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.