edu.umd.cs.findbugs
Class AndMatcher

java.lang.Object
  extended by edu.umd.cs.findbugs.CompoundMatcher
      extended by edu.umd.cs.findbugs.AndMatcher
All Implemented Interfaces:
Matcher

public class AndMatcher
extends CompoundMatcher


Constructor Summary
AndMatcher()
           
 
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

AndMatcher

public AndMatcher()
Method Detail

match

public boolean match(BugInstance bugInstance)