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