public final class JavadocUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JavadocUtils.JavadocTagType
The type of Javadoc tag we want returned.
|
Modifier and Type | Method and Description |
---|---|
static JavadocTags |
getJavadocTags(TextBlock aCmt,
JavadocUtils.JavadocTagType aTagType)
Gets validTags from a given piece of Javadoc.
|
public static JavadocTags getJavadocTags(TextBlock aCmt, JavadocUtils.JavadocTagType aTagType)
aCmt
- the Javadoc comment to process.aTagType
- the type of validTags we're interested inCopyright © 2001-2013. All Rights Reserved.