public interface DocletTag extends Serializable
Modifier and Type | Method and 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-parameternull
Map<String,String> getNamedParameterMap()
null
int getLineNumber()
-1
JavaAnnotatedElement getContext()
null
Copyright © 2002–2018. All rights reserved.