public abstract class CompoundMatcher extends java.lang.Object implements Matcher
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedHashSet<Matcher> |
children |
Constructor and Description |
---|
CompoundMatcher() |
Modifier and Type | Method and 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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected 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.IOException
public java.lang.String toString()
toString
in class java.lang.Object
public int maxChildren()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.