|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.filter.CompoundMatcher
edu.umd.cs.findbugs.filter.AndMatcher
public class AndMatcher
Constructor Summary | |
---|---|
AndMatcher()
|
Method Summary | |
---|---|
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this Matcher tests for. |
Methods inherited from class edu.umd.cs.findbugs.filter.CompoundMatcher |
---|
addChild, childIterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AndMatcher()
Method Detail |
---|
public boolean match(BugInstance bugInstance)
Matcher
bugInstance
- the BugInstance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |