|
FindBugs™ 1.3.9 | |||||||||
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.OrMatcher
public class OrMatcher
Field Summary |
---|
Fields inherited from class edu.umd.cs.findbugs.filter.CompoundMatcher |
---|
children |
Constructor Summary | |
---|---|
OrMatcher()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class edu.umd.cs.findbugs.filter.CompoundMatcher |
---|
addChild, childIterator, clear, equals, getChildren, hashCode, numberChildren, removeChild, writeChildrenXML |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OrMatcher()
Method Detail |
---|
public boolean match(BugInstance bugInstance)
Matcher
bugInstance
- the BugInstance
public void writeXML(XMLOutput xmlOutput, boolean disabled) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class CompoundMatcher
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |