-
方法概要
The element to which this tag applies.
int
The line number of the source where this tag occurred.
The name of the doclet tag.
The full value of the doclet tag.
-
方法详细资料
-
getName
The name of the doclet tag.
- 返回:
- the tag name
-
getValue
The full value of the doclet tag.
- 返回:
- the full tag-value
-
getParameters
- 返回:
- a list of whitespace-separated tag parameters
-
getNamedParameter
- 参数:
key - name of a named-parameter
- 返回:
- the matching value, otherwise
null
-
getNamedParameterMap
- 返回:
- a Map containing all the named-parameters, never
null
-
getLineNumber
int getLineNumber()
The line number of the source where this tag occurred.
- 返回:
- the line number where the tag occurred, otherwise
-1
-
getContext
The element to which this tag applies.
- 返回:
- the annotated element, should never be
null
- 从以下版本开始:
- 1.4