edu.umd.cs.findbugs
Class OrMatcher

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

public class OrMatcher
extends CompoundMatcher


Constructor Summary
OrMatcher()
           
 
Method Summary
 boolean match(BugInstance bugInstance)
           
 
Methods inherited from class edu.umd.cs.findbugs.CompoundMatcher
addChild, childIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrMatcher

public OrMatcher()
Method Detail

match

public boolean match(BugInstance bugInstance)