edu.umd.cs.findbugs.filter
Class AndMatcher
java.lang.Object
edu.umd.cs.findbugs.filter.CompoundMatcher
edu.umd.cs.findbugs.filter.AndMatcher
- All Implemented Interfaces:
- Matcher
public class AndMatcher
- extends CompoundMatcher
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AndMatcher
public AndMatcher()
anyMatches
public boolean anyMatches()
match
public boolean match(BugInstance bugInstance)
- Description copied from interface:
Matcher
- Determine whether or not the given BugInstance has the
feature this Matcher tests for.
- Parameters:
bugInstance
- the BugInstance
- Returns:
- true if the BugInstance matches, false if not
writeXML
public void writeXML(XMLOutput xmlOutput,
boolean disabled)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class CompoundMatcher
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.