|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.CompoundMatcher
public abstract class CompoundMatcher
Field Summary | |
---|---|
private java.util.List<Matcher> |
childList
|
Constructor Summary | |
---|---|
CompoundMatcher()
|
Method Summary | |
---|---|
void |
addChild(Matcher child)
|
java.util.Iterator<Matcher> |
childIterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.umd.cs.findbugs.Matcher |
---|
match |
Field Detail |
---|
private java.util.List<Matcher> childList
Constructor Detail |
---|
public CompoundMatcher()
Method Detail |
---|
public void addChild(Matcher child)
public java.util.Iterator<Matcher> childIterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |