SerializableDefaultDocletTagpublic interface DocletTag extends Serializable
| Modifier and Type | Method | Description |
|---|---|---|
JavaAnnotatedElement |
getContext() |
The element to which this tag applies.
|
int |
getLineNumber() |
The line number of the source where this tag occurred.
|
String |
getName() |
The name of the doclet tag.
|
String |
getNamedParameter(String key) |
|
Map<String,String> |
getNamedParameterMap() |
|
List<String> |
getParameters() |
|
String |
getValue() |
The full value of the doclet tag.
|
String getName()
String getValue()
String getNamedParameter(String key)
key - name of a named-parameternullMap<String,String> getNamedParameterMap()
nullint getLineNumber()
-1JavaAnnotatedElement getContext()
nullCopyright © 2002–2018. All rights reserved.