edu.umd.cs.findbugs.filter
Class CompoundMatcher

java.lang.Object
  extended by 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


Constructor Summary
CompoundMatcher()
           
 
Method Summary
 void addChild(Matcher child)
           
 java.util.Iterator<Matcher> childIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.umd.cs.findbugs.filter.Matcher
match
 

Constructor Detail

CompoundMatcher

public CompoundMatcher()
Method Detail

addChild

public void addChild(Matcher child)

childIterator

public java.util.Iterator<Matcher> childIterator()