public class SubclassMatcher extends java.lang.Object implements ClassMatcher
| Modifier and Type | Field and Description |
|---|---|
protected java.util.regex.Pattern |
pattern |
protected RootDoc |
root |
| Constructor and Description |
|---|
SubclassMatcher(RootDoc root,
java.util.regex.Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(ClassDoc cd)
Returns the options for the specified class.
|
public SubclassMatcher(RootDoc root,
java.util.regex.Pattern pattern)
public boolean matches(ClassDoc cd)
ClassMatchermatches in interface ClassMatcher