Interface DocletTag
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultDocletTag
- Version:
- $Revision$
- Author:
- Joe Walnes, Aslak Hellesøy
-
Method Summary
Modifier and TypeMethodDescriptionThe element to which this tag applies.intThe line number of the source where this tag occurred.getName()The name of the doclet tag.getNamedParameter(String key) getValue()The full value of the doclet tag.
-
Method Details
-
getName
-
getValue
-
getParameters
-
getNamedParameter
-
getNamedParameterMap
-
getLineNumber
int getLineNumber()The line number of the source where this tag occurred.- Returns:
- the line number where the tag occurred, otherwise
-1
-
getContext
JavaAnnotatedElement getContext()The element to which this tag applies.- Returns:
- the annotated element, should never be
null - Since:
- 1.4
-