MatcherAndMatcher, NotMatcher, OrMatcherpublic abstract class CompoundMatcher extends java.lang.Object implements Matcher
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.LinkedHashSet<Matcher> |
children |
| Constructor | Description |
|---|---|
CompoundMatcher() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addChild(Matcher child) |
|
java.util.Iterator<Matcher> |
childIterator() |
|
protected void |
clear() |
|
boolean |
equals(java.lang.Object o) |
|
java.util.Collection<Matcher> |
getChildren() |
|
int |
hashCode() |
|
int |
maxChildren() |
|
protected int |
numberChildren() |
|
protected void |
removeChild(Matcher child) |
|
java.lang.String |
toString() |
|
void |
writeChildrenXML(XMLOutput xmlOutput) |
protected java.util.LinkedHashSet<Matcher> children
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected int numberChildren()
public void addChild(Matcher child)
protected void removeChild(Matcher child)
protected void clear()
public java.util.Collection<Matcher> getChildren()
public java.util.Iterator<Matcher> childIterator()
public void writeChildrenXML(XMLOutput xmlOutput) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic int maxChildren()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.