public interface JavaDoc<O> extends Internal, Origin<O>
JavaDoc represents Javadoc-style doc comment| Modifier and Type | Method and Description |
|---|---|
String |
getFullText()
Returns the full text for this
JavaDoc, including tags |
Set<String> |
getTagNames()
Return the tag names for this
JavaDoc |
List<JavaDocTag> |
getTags()
Returns a list of
JavaDocTag values for the given tag name (eg: @param) or an empty list if not found |
List<JavaDocTag> |
getTags(String tagName)
Returns a list of
JavaDocTag values for the given tag name (eg: @param) or an empty list if not found |
String |
getText()
Returns the text for this
JavaDoc, excluding tags |
getInternalList<JavaDocTag> getTags(String tagName)
JavaDocTag values for the given tag name (eg: @param) or an empty list if not foundList<JavaDocTag> getTags()
JavaDocTag values for the given tag name (eg: @param) or an empty list if not foundCopyright © 2015 JBoss by Red Hat. All rights reserved.