edu.umd.cs.findbugs
Class CompoundMatcher

java.lang.Object
  extended by edu.umd.cs.findbugs.CompoundMatcher
All Implemented Interfaces:
Matcher
Direct Known Subclasses:
AndMatcher, OrMatcher

public abstract class CompoundMatcher
extends java.lang.Object
implements Matcher


Field Summary
private  java.util.List<Matcher> childList
           
 
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.Matcher
match
 

Field Detail

childList

private java.util.List<Matcher> childList
Constructor Detail

CompoundMatcher

public CompoundMatcher()
Method Detail

addChild

public void addChild(Matcher child)

childIterator

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