java.lang.Object
com.thoughtworks.qdox.model.impl.DefaultDocletTagFactory
- 所有已实现的接口:
DocletTagFactory,Serializable
- 版本:
- $Revision$
- 作者:
- Aslak Hellesøy
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明createDocletTag(String tag, String text) createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber)
-
构造器详细资料
-
DefaultDocletTagFactory
public DefaultDocletTagFactory()
-
-
方法详细资料
-
createDocletTag
public DocletTag createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber) - 指定者:
createDocletTag在接口中DocletTagFactory- 参数:
tag- the tagtext- the textcontext- the contextlineNumber- the line number- 返回:
- the doclet tag
-
createDocletTag
- 指定者:
createDocletTag在接口中DocletTagFactory- 参数:
tag- the tagtext- the text- 返回:
- the doclet tag
-