java.lang.Object
com.thoughtworks.qdox.model.impl.DefaultDocletTag
- 所有已实现的接口:
DocletTag,Serializable
- 另请参阅:
-
构造器概要
构造器构造器说明DefaultDocletTag(String name, String value) DefaultDocletTag(String name, String value, JavaAnnotatedElement context, int lineNumber) -
方法概要
修饰符和类型方法说明final JavaAnnotatedElementThe 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.
-
构造器详细资料
-
DefaultDocletTag
-
DefaultDocletTag
-
-
方法详细资料
-
getName
The name of the doclet tag. -
getValue
The full value of the doclet tag. -
getParameters
- 指定者:
getParameters在接口中DocletTag- 返回:
- a list of whitespace-separated tag parameters
-
getNamedParameterMap
- 指定者:
getNamedParameterMap在接口中DocletTag- 返回:
- a Map containing all the named-parameters, never
null
-
getNamedParameter
- 指定者:
getNamedParameter在接口中DocletTag- 参数:
key- name of a named-parameter- 返回:
- the matching value, otherwise
null
-
getContext
The element to which this tag applies.- 指定者:
getContext在接口中DocletTag- 返回:
- the annotated element, should never be
null
-
getLineNumber
public int getLineNumber()The line number of the source where this tag occurred.- 指定者:
getLineNumber在接口中DocletTag- 返回:
- the line number where the tag occurred, otherwise
-1
-