public class AndMatcher extends CompoundMatcher
children
Constructor and Description |
---|
AndMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
anyMatches() |
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
java.lang.String |
toString() |
void |
writeXML(XMLOutput xmlOutput,
boolean disabled) |
addChild, childIterator, clear, equals, getChildren, hashCode, maxChildren, numberChildren, removeChild, writeChildrenXML
public boolean anyMatches()
public boolean match(BugInstance bugInstance)
Matcher
bugInstance
- the BugInstancepublic void writeXML(XMLOutput xmlOutput, boolean disabled) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class CompoundMatcher
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.